.sowb-button.ow-icon-placement-left.ow-button-hover {
  text-align: right;
  font-size: 0px;
}

.h1-class {
	color: #006837!important;
	font-size: 50px!important;
	font-weight: bold!important;
	margin-bottom: 0px!important;
		margin-top:0px!important;
}
 @media (max-width: 768px) {
    .h1-class {
      font-size: 20px!important;
			color: #006837!important;
			font-weight: bold!important;
    }
  }

.h3-class {
	color: #006837!important;
	font-size: 28px!important;
	font-weight: bold!important;
	margin-bottom: 0px!important;
		margin-top:0px!important;
}
 @media (max-width: 768px) {
    .h3-class {
      font-size: 15px!important;
			color: #006837!important;
			font-weight: bold!important;
    }
  }

#main-button {
  display: flex;
  align-items: center; /* Vertical align the elements to the center */
}
#pg-212-7 {
margin-bottom: 0px;
}

/* Nový styl tabulky */
        body {
            font-family: 'Inter', sans-serif;
            background-color: #f8faff;
            color: #333;
            line-height: 1.6;
            padding-bottom: 60px;
        }
        h1 {
            color: #2c3e50;
            text-align: center;
            margin-bottom: 40px;
            font-size: 2em;
            letter-spacing: 0.5px;
            font-weight: 700;
        }
        h2 {
            margin-top: 50px;
            color: #1a73e8;
            text-align: center;
            font-size: 1.6em;
            margin-bottom: 30px;
            position: relative;
            padding-bottom: 10px;
            font-weight: 600;
        }

h3 {
            color: #444;
            font-size: 1.5em;
            margin-top: 40px;
            margin-bottom: 20px;
            border-bottom: 1px solid #eee;
            padding-bottom: 10px;
            text-align: center;
        }

        .variant-group {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 30px; /* Mezery mezi kartami/seznamy */
            margin-bottom: 50px;
        }

        /* Společné styly pro seznamové karty */
        .list-card {
            background-color: #ffffff;
            border-radius: 10px; /* Zaoblené rohy jako řádky tabulky */
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08); /* Stín jako řádky tabulky */
            transition: all 0.3s ease;
            padding: 25px;
            width: 100%; /* Defaultní šířka pro flexbox */
            max-width: 800px; /* Omezená šířka pro lepší čitelnost */
            box-sizing: border-box;
            display: flex;
            flex-direction: column;
        }

        .list-card:hover {
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12); /* Hover stín jako řádky tabulky */
            transform: translateY(-3px); /* Lehký posun při najetí jako řádky tabulky */
        }

        .list-card h4 {
            color: #2c3e50;
            font-size: 1.3em;
            margin-top: 0;
            margin-bottom: 15px;
            text-align: center;
            padding-bottom: 10px;
            border-bottom: 1px solid #f0f0f0;
        }

        .list-card ul {
            list-style: none;
            padding: 0;
            margin: 0;
            flex-grow: 1; /* Aby seznam vyplnil zbývající místo v kartě */
        }

        .list-card li {
            padding: 10px 0;
            color: #555;
            line-height: 1.5;
            display: flex;
            align-items: flex-start;
            font-size: 1em;
        }

        /* --- Společné styly pro moderní tabulky (desktop first) --- */
        .modern-table {
            width: 95%;
            max-width: 1000px;
            border-collapse: separate;
            border-spacing: 0 15px;
            background-color: transparent;
            font-size: 1.0em;
            border-radius: 0;
            box-shadow: none;
            overflow: visible;
            table-layout: fixed;
						margin: 0px auto 0px auto!important;
        }
        .modern-table th, .modern-table td {
            padding: 18px 25px;
            text-align: center;
            border: none;
            word-break: break-word;
        }

        /* --- Návrh 14: "Floating Header Stripe" - Základní (Desktop) styl --- */
        .style14-modified thead th {
            background: linear-gradient(135deg, #66BB6A, #388E3C);
            color: #fff;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
            position: sticky;
            top: 0;
            z-index: 10;
            border-radius: 10px;
            margin-bottom: 20px;
            font-size: 1.3em;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 1px;
            width: 33.33%;
        }
        .style14-modified tbody tr {

            border-radius: 10px;
						box-shadow: 0 5px 15px rgba(0,0,0,0.08);
            transition: all 0.3s ease;
           /* position: relative; */
        }
        .style14-modified tbody tr:hover {
            box-shadow: 0 8px 20px rgba(0,0,0,0.12);
            transform: translateY(-3px); 
        } 
        .style14-modified td {
            color: #555;
            padding: 5px 15px;
            font-size: 1.6em;
        }
        .style14-modified td[rowspan] {
            background-color: #f0fff4;
            /* Změna zde: Linka změněna na světlejší odstín zelené */
            border-right: 5px solid #A5D6A7; /* Světlejší odstín zelené */
            color: #2c3e50;
						box-shadow:0 0 0 0!important;
            font-size: 1.6em;
            font-weight: 700;
            border-radius: 10px 0 0 10px;
            position: relative;
						vertical-align: middle;
        }
        .style14-modified td:last-child {
            border-right: none;
        }

@media screen and (max-width: 768px) {
		.style14-modified thead th  { font-size: 0.8em;}
		.modern-table th {padding: 18px 15px}

}
        /* --- Responzivní úpravy pro menší obrazovky (max-width: 768px) --- */
        @media screen and (max-width: 1px) {
            body { margin: 15px; }
            h1 { font-size: 2.2em; margin-bottom: 30px; }
            h2 { font-size: 1.8em; margin-top: 40px; }
						
            .modern-table {
                border-spacing: 0 20px;
                width: 100%;
                margin-bottom: 50px;
                box-shadow: none;
            }
            .modern-table thead {
                display: none;
            }
            .modern-table tbody {
                display: block;
            }
            .modern-table tr {
                display: flex;
                flex-wrap: wrap;
                margin-bottom: 20px;
                box-shadow: 0 8px 25px rgba(0,0,0,0.1);
                border-radius: 12px;
                padding-bottom: 15px;
                background-color: #fff;
                position: relative;
            }
            .modern-table tbody tr:hover {
                transform: none;
                box-shadow: 0 10px 30px rgba(0,0,0,0.15);
            }

            .modern-table td {
                display: flex;
                flex-direction: column;
                text-align: center;
                padding: 10px 15px;
                border-right: none;
                border-bottom: 1px dashed #eee;
                width: 50%;
                box-sizing: border-box;
            }
            .modern-table tr:last-child td {
                border-bottom: none;
            }
            .modern-table td:not([rowspan])::before {
                content: attr(data-label);
                font-weight: 600;
                color: #777;
                font-size: 0.8em;
                margin-bottom: 5px;
                text-transform: uppercase;
                letter-spacing: 0.5px;
            }
            .modern-table td:nth-of-type(2) { border-right: 1px dashed #eee; }
            .modern-table td:nth-of-type(3) { border-left: 1px dashed #eee; }
            .modern-table td:nth-of-type(4) { border-right: 1px dashed #eee; }
            .modern-table td:nth-of-type(5) { border-left: 1px dashed #eee; }
            .modern-table tr > td:last-child { border-bottom: none; }
            .modern-table tr > td[rowspan] { border-bottom: 1px solid #a9d9ff; } /* Tato linka na mobilu stále modrá, pokud není přepsaná */


            /* --- Styl pro popisek "PRŮMĚR" s gradientem na mobilu --- */
            .modern-table td[rowspan] {
                order: -1;
                width: 100%;
                background-color: transparent;
                border-right: none;
                border-radius: 0;
                padding: 0;
                margin-bottom: 0;
                position: relative;
            }

            .modern-table td[rowspan]::before {
                content: "PRŮMĚR";
                display: block;
                background: linear-gradient(135deg, #66BB6A, #388E3C);
                color: #fff;
                font-weight: 600;
                font-size: 0.9em;
                text-transform: uppercase;
                letter-spacing: 1px;
                padding: 10px 15px;
                margin-bottom: 10px;
                border-radius: 10px 10px 0 0;
            }
            .modern-table td[rowspan] span {
                display: block;
                padding: 5px 15px 15px;
                color: #2c3e50;
                font-size: 1.25em;
                font-weight: 700;
            }
            /* Upravíme i barvu spodní linky pro průměr na mobilu, aby ladila */
            .modern-table tr > td[rowspan] {
                 border-bottom: 1px solid #A5D6A7;
            }
        }

        /* Drobné úpravy pro mobilní breakpoint - pokud jsou 4 buňky na řádek moc, jdou pod sebe */
        @media screen and (max-width: 1px) {
            .modern-table td {
                width: 100%;
                border-right: none !important;
                border-left: none !important;
            }
            .modern-table td:last-of-type {
                border-bottom: none;
            }
        }

/* Odrážkový seznam*/
        .list-variant-24 .left ul, .list-variant-24 .right ul {
            display: flex!important;
            flex-direction: column;
            gap: 15px;
						justify-content: center;
        }
        .list-variant-24 .left li, .list-variant-24 .right li {
            border: 1px solid #A5D6A7; /* Světle zelený rámeček */
            border-left: 5px solid #388E3C; /* Silnější levý proužek */
            border-radius: 8px;
            padding: 15px 20px;
            background-color: #fdfefe;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
            transition: all 0.2s ease;
            border-bottom: none; /* Zrušení duplikace borderu */
            flex-direction: column;
            align-items: flex-start;
        }
        .list-variant-24 .left li:hover, .list-variant-24 .right li:hover {
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
            transform: translateY(-2px);
        }
        .list-variant-24 .left .item-title, .list-variant-24 .right .item-title {
            font-weight: 700;
            color: #2c3e50;
            margin-bottom: 5px;
            font-size: 1.5em;
        }
        .list-variant-24 .left .item-description, .list-variant-24 .right .item-description {
            color: #555;
            font-size: 1.25em;
        }

@media screen and (max-width: 768px) {
		.odrazky { font-size:18pt!important;}
}

/* Rozbalovací seznam */
:root {
						--green-primary: #4CAF50; /* A strong green, like on GreenPro.farm */
						--green-dark: #388E3C; /* Darker green for text */
            --green-light: #E8F5E9; /* Very light green for subtle backgrounds */
            --gray-light: #f5f5f5; /* Light gray for backgrounds */
            --gray-border: #e0e0e0; /* Light gray for borders */
            --text-dark: #333;
            --text-medium: #555;
            --blue-accent: #2196F3; /* A common blue for interactive highlights */
            --shadow-light: 0 4px 12px rgba(0, 0, 0, 0.08);
            --shadow-hover: 0 8px 20px rgba(0, 0, 0, 0.15);
						--border-radius-common: 8px; /* Consistent with GreenPro.farm's elements */
		}

        body {
            font-family: 'Inter', sans-serif;
            margin: 0;
            background-color: #ffffff; /* Light blue-ish background, common in modern web */
            color: var(--text-dark);
            line-height: 1.6;
            padding-bottom: 60px;
        }

        .faq-section {
            max-width: 960px; /* Slightly wider for modern feel */
            margin: 0px auto; /* More vertical spacing */
            padding: 0px 30px 30px 30px;
            box-sizing: border-box;
        }

        .faq-header {
            color: var(--green-dark); /* Darker green for the main heading */
            font-size: 2.8em; /* Larger, more impactful heading */
            font-weight: 700;
            margin-bottom: 40px;
            text-align: center; /* Centered for a clean section start */
            position: relative;
            padding-bottom: 15px;
        }
        .faq-header::after {
            content: '';
            position: absolute;
            left: 50%;
            bottom: 0;
            transform: translateX(-50%);
            width: 80px;
            height: 3px;
            background-color: var(--green-primary); /* Green underline accent */
            border-radius: 2px;
        }

        .accordion-item {
            background-color: #ffffff; /* White background for each item */
            border: 1px solid var(--gray-border);
            border-left: 5px solid var(--green-primary); /* Green left border as requested and seen in image_9ff2e6.png */
            border-radius: var(--border-radius-common);
            margin-bottom: 15px;
            overflow: hidden;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); /* Subtle shadow */
            transition: all 0.3s ease;
        }

        .accordion-item:hover {
            box-shadow: var(--shadow-light); /* Slightly more prominent shadow on hover */
            transform: translateY(-2px); /* Gentle lift on hover */
        }

        .accordion-header {
            background-color: #ffffff; /* Light gray for header */
            padding: 18px 25px; /* Generous padding */
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
            font-weight: 600; /* Bolder question text */
            color: var(--text-dark);
            font-size: 1.5em;
            transition: background-color 0.2s ease, color 0.2s ease;
        }

        .accordion-header:hover {
            background-color: #e8e8e8; /* Slightly darker gray on header hover */
        }

        .accordion-header .icon {
            font-size: 1.6em; /* Larger icon */
            line-height: 1; /* Aligns icon vertically */
            color: var(--green-primary); /* Green icon color */
            transition: transform 0.3s ease, color 0.3s ease;
        }

        /* Custom plus/minus icon from text */
        .accordion-header .icon::before {
            content: "\002B"; /* Plus sign */
        }
        .accordion-item.active .accordion-header .icon::before {
            content: "\2212"; /* Minus sign */
        }

        .accordion-item.active .accordion-header {
            background-color: var(--green-light); /* Light green background when active */
            color: var(--green-dark); /* Darker green text when active */
            border-bottom: 1px solid rgba(0,0,0,0.05); /* Thin line below active header */
        }

        .accordion-item.active .accordion-header .icon {
            transform: rotate(0deg); /* Icon rotation for minus */
            color: var(--blue-accent); /* Blue accent for active icon, similar to interactive elements on GreenPro.farm */
        }

        .accordion-content {
            background-color: #ffffff; /* White content background */
            padding: 0 25px;
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.4s ease-out, padding 0.4s ease-out;
            color: var(--text-medium);
            font-size: 1.2em;
        }

        .accordion-item.active .accordion-content {
            max-height: 300px; /* Sufficient height for most answers */
            padding: 20px 25px; /* Padding when content is open */
        }

        /* Responsive adjustments */
        @media (max-width: 768px) {
            .faq-section {
                margin: 40px 15px;
                padding: 15px;
            }
            .faq-header {
                font-size: 2.2em;
                margin-bottom: 30px;
                padding-bottom: 10px;
            }
            .faq-header::after {
                width: 60px;
                height: 2px;
            }
            .accordion-header {
                padding: 15px 20px;
                font-size: 1.05em;
            }
            .accordion-content {
                padding: 0 20px;
            }
            .accordion-item.active .accordion-content {
                padding: 15px 20px;
            }
        }