/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 30 2026 | 14:38:11 */
/* Třída pro skrytí obsahu během načítání/startu */
.flicker-fix {
    opacity: 0 !important;
    pointer-events: none;
    transition: opacity 0.3s ease-in-out;
}

/* Ujistíme se, že kontejner má přechod */
.container-posts, .ymc-smart-filter-container, .posts-found {
    transition: opacity 0.3s ease-in-out;
}






/* --- DESIGN VYHLEDÁVÁNÍ NA ÚVODNÍ STRÁNCE --- */
.moje-designove-hledani {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
}

.moje-designove-hledani .hledani-obal {
    display: flex;
    align-items: stretch; /* Roztáhne výšku elementů */
    background: #fff;
    border: 1px solid #000; /* Černý rámeček */
    border-radius: 50px;    /* Kulaté rohy */
    overflow: hidden;       /* Ořízne obsah podle kulatých rohů */
    height: 45px;           /* Pevná výška */
}

.moje-designove-hledani input {
    flex-grow: 1;
    border: none !important;
    background: transparent;
    padding: 0 20px;
    font-size: 16px;
    outline: none;
    color: #333;
    height: 100%;
    margin: 0; /* Odstraní výchozí marginy šablony */
}

.moje-designove-hledani button {
    background-color: #0c6966; /* Vaše zelená */
    color: #fff;
    border: none;
    padding: 0 30px;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s;
    border-radius: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.moje-designove-hledani button:hover {
    background-color: #093B3A ; /* Tmavší zelená po najetí */
}
