/**
Theme Name: membrania
Author: Jakub Pešek
Author URI: https://www.jakubpesek.com
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: membrania
Template: astra
*/

body {
    font-family: Play  !important;
}
.vypis-produktu-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.vypis-produktu-item {
    background-color: #F8F8F8;
    flex: 1 1 300px;
    border: 1px solid #ECECEC;
    padding: 20px;
    border-radius: 30px;
        justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}

.vypis-produktu-item .thumbnail {
        width: 100%;
    text-align: center;
    background: white;
    border-radius: 30px;
    overflow: hidden;
}

.vypis-produktu-item .thumbnail img {
    max-width: 100%;
    height: auto;
    display: block;
    min-width: 100%;
}

.vypis-produktu-item h2 {
    font-size: 1.2em;
    margin-top: 10px;
    color: #eb229b;
    text-align:center;
}

.vypis-produktu-item p {
    margin: 10px 0;
    font-size: 18px;
    color:rgb(129, 131, 133);
    text-align: center;
}

.vypis-produktu-item .button {
    background-color: #FF2EA1;
    text-decoration: none !important;
    color: #fff;
    padding: 12px 20px;
    border-radius: 8px;
    transition: background-color 0.3s;
}

.vypis-produktu-item .button:hover {
    background-color: #4A6F66; /* Darker shade for hover */
}


.ast-primary-header-bar {
    background: #ffffff !important;
    backdrop-filter: blur(10px);
}

.acf-download-box {
    display: flex;
    flex-direction: column;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 20px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.acf-row {
    display: flex;
    padding: 12px 15px;
    border-bottom: 1px solid #eee;
    transition: background-color 0.2s ease;
}

.acf-row:last-child {
    border-bottom: none;
}

/* Hlavička s podbarvením */
.acf-header {
    background-color: #5d8a7f;
    color: white;
    font-weight: bold;
    font-size: 14px;
}

/* Střídavé podbarvení řádků - lichý/sudý */
.acf-row:not(.acf-header):nth-child(even) {
    background-color: #f9f9f9;
}

.acf-row:not(.acf-header):nth-child(odd) {
    background-color: #ffffff;
}

/* Hover efekt pro řádky (kromě hlavičky) */
.acf-row:not(.acf-header):hover {
    background-color: rgba(93, 137, 128, 0.1);
}

.acf-col {
    flex: 1;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    word-wrap: break-word;
}

/* Lepší zarovnání sloupců */
.acf-col.file-name {
    flex: 0 0 250px; /* Pevná šířka pro název souboru */
    min-width: 200px;
}

.acf-col.file-desc {
    flex: 1; /* Popis zabere zbytek místa */
    padding-left: 15px;
}

/* Styly pro odkazy */
.file-name a {
    color: #5d8a7f;
    text-decoration: none;
    font-weight: 500;
    padding: 8px 16px;
    border-radius: 6px;
    background-color: #5d8a7f1c;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #5d8a7f;
}

.file-name a i {
    font-size: 14px;
    transition: transform 0.3s ease;
}

.file-name a:hover {
    background-color: #eb229b;
    color: white;
    text-decoration: none;
    transform: translateY(-1px);
    box-shadow: 0 3px 8px rgba(235, 34, 155, 0.4);
    border-color: #eb229b;
}

.file-name a:hover i {
    transform: translateY(2px);
}

/* Responsivní design */
@media (max-width: 768px) {
    .acf-row {
        flex-direction: column;
        padding: 15px;
    }
    
    .acf-col {
        padding: 5px 0;
        margin-bottom: 8px;
    }
    
    .acf-col.file-name {
        flex: none;
        min-width: auto;
        margin-bottom: 10px;
    }
    
    .acf-col.file-desc {
        padding-left: 0;
        font-size: 14px;
        color: #666;
    }
    
    .acf-header .acf-col {
        font-size: 16px;
        margin-bottom: 5px;
    }
}
.site-footer {
    position: relative;
    margin-top: 150px !important;
}
.site-footer::before {
    content: '';
    background: url(/wp-content/themes/membrania/images/footer-green.png) no-repeat center top;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: auto;
    min-height: 200px;
    top: -200px;
}
.single-produkt .site-footer {
	    z-index: 30 !important;

}

.ast-builder-grid-row-container-inner {
  background: #5D8A7F;
}

@media screen and (max-width: 769px){
    .ast-builder-grid-row-container-inner {
        padding: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .uagb-ifb-left-title-image {
        margin-top: 20px;
    }

}

.site-primary-footer-wrap[data-section="section-primary-footer-builder"] {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
}

.site-primary-footer-wrap {
        background: transparent !important;
   
}

.navigation.post-navigation {
    display: none;
}

a.elementor-element {
    text-decoration: none !important;
}

.button-big p{
    text-decoration: none !important;
}

.button-big:hover {
   color: white !important;
}
.button-big:hover div,
.button-big:hover p{
   color: white !important;
}

/* Základní styl pro všechny tabulky */
table {
    width: 100%;
    max-width: 600px;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 14px;
    background-color: white;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    border-radius: 8px;
    overflow: hidden;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Styling pro všechny buňky */
table td {
    padding: 12px 16px;
    border-bottom: 1px solid #e9ecef;
    vertical-align: top;
}

/* První sloupec (parametry) */
table td:first-child {
    font-weight: 500;
    color: #495057;
    background-color: #f8f9fa;
    width: 45%;
}

/* Druhý sloupec (hodnoty) */
table td:last-child {
    color: #212529;
    font-weight: 400;
}

/* Střídání barev řádků - sudé řádky */
table tbody tr:nth-child(even) {
    background-color: #f8f9fa;
}

/* Střídání barev řádků - liché řádky */
table tbody tr:nth-child(odd) {
    background-color: white;
}

/* První sloupec v sudých řádcích - tmavší */
table tbody tr:nth-child(even) td:first-child {
    background-color: #e9ecef;
}

/* Hover efekt pro celý řádek */
table tbody tr:hover {
    background-color: #e3f2fd !important;
    transition: background-color 0.2s ease;
}

/* Hover efekt pro první sloupec */
table tbody tr:hover td:first-child {
    background-color: #bbdefb !important;
}

/* Styling pro nadpisy před tabulkami */
.e-n-tabs-content .elementor-widget-container p strong {
    font-size: 18px;
    font-weight: 600;
    color: #343a40;
    display: inline-block;
    margin: 30px 0 10px 0;
    border-left: 4px solid #6c757d;
    padding-left: 12px;
}

/* Responsivní design pro mobily */
@media (max-width: 768px) {
    table {
        font-size: 13px;
        margin: 15px 0;
    }
    
    table td {
        padding: 8px 12px;
    }
    
    table td:first-child {
        width: 40%;
    }
}

/* Pokud chcete odstranit zaoblené rohy */
/*
table {
    border-radius: 0;
    border: 1px solid #dee2e6;
}
*/

/* Alternativní varianta bez stínu */
/*
table {
    box-shadow: none;
    border: 1px solid #dee2e6;
}
*/

.soubory-seznam {
        margin: 20px 0;
    }
    
    .soubor-item {
        display: flex;
        align-items: flex-start;
        padding: 16px;
        margin-bottom: 12px;
        background: white;
        border: 1px solid #e2e8f0;
        border-radius: 8px;
        transition: all 0.2s ease;
    }
    
    .soubor-item:hover {
        border-color: #cbd5e0;
        box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    }
    
    .soubor-icon {
        margin-right: 16px;
        flex-shrink: 0;
    }
    
    .soubor-info {
        flex: 1;
    }
    
    .soubor-nazev {
        margin: 0 0 8px 0;
        font-size: 16px;
        font-weight: 600;
    }
    
    .soubor-nazev a {
        color: #2d3748;
        text-decoration: none;
        transition: color 0.2s ease;
    }
    
    .soubor-nazev a:hover {
        color: #3182ce;
        text-decoration: underline;
    }
    
    .soubor-popis {
        margin: 0 0 8px 0;
        color: #718096;
        font-size: 14px;
        line-height: 1.5;
    }
    
    .soubor-meta {
        display: flex;
        gap: 12px;
        font-size: 12px;
        color: #a0aec0;
    }
    
    .soubor-typ {
        background: #edf2f7;
        padding: 2px 6px;
        border-radius: 4px;
        font-weight: 600;
    }
    
    /* Responsivní design */
    @media (max-width: 768px) {
        .soubor-item {
            padding: 12px;
        }
        
        .soubor-icon {
            margin-right: 12px;
        }
        
        .soubor-nazev {
            font-size: 15px;
        }
        
        .soubor-meta {
            flex-direction: column;
            gap: 4px;
        }
    }