/*overwrite of add new styles to customize and modify adspot for your needs */

/* Skrýt sliding navigation ve výchozím stavu - jen hamburger menu */
body .sliding-nav:not(.active) {
    opacity: 0 !important;
    visibility: hidden !important;
}

/* Snížit spodní margin na přihlašovacích stránkách */
.contextual-page {
    margin-bottom: 10px !important;
}

/* Snížit padding u app-canvas na auth stránkách */
.app-canvas {
    padding-bottom: 10px !important;
}

/* Snížit padding footeru na přihlašovacích stránkách */
.doc-footer {
    padding: 20px 0 !important;
}

/* Lepší layout pro kratší stránky (login/register) */
html, body {
    min-height: 100vh !important;
}

.web-app {
    display: flex !important;
    flex-direction: column !important;
    min-height: 100vh !important;
}

.app-canvas {
    flex: 1 !important;
}

@media (max-width: 1020px) {
    .doc-header .container > .inner {
        padding: 0 0 20px !important;
    }
}

@media (max-width: 767px) {
    .doc-header .container > .inner {
        padding: 20px 0 !important;
    }
}

.doc-header .app-logo {
    flex-shrink: 0 !important;
}

.doc-header .clearfix {
    margin-left: auto !important;
}

/* Styly pro kategorie submenu podle shop-listing vzoru */
.classified-search {
    background: #f8f9fa;
    padding: 40px 0;
    border-bottom: 1px solid #e5e5e5;
}

.classified-search h2.center {
    text-align: center;
    margin-bottom: 40px;
    color: #333;
    font-weight: 600;
}

.category-panel {
    background: white;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.08);
    border: 1px solid #e9ecef;
}

.category-panel h4 {
    margin: 0 0 15px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    font-size: 16px;
    font-weight: 600;
}

.category-panel h4 a {
    color: #333;
    text-decoration: none;
}

.category-panel h4 a:hover {
    color: #007bff;
}

.category-panel h4 .fa-angle-right {
    margin-right: 8px;
    color: #007bff;
}

.subcategory-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.subcategory-list li {
    margin-bottom: 8px;
}

.subcategory-list a {
    color: #666;
    text-decoration: none;
    font-size: 14px;
    display: block;
    padding: 4px 0;
    transition: all 0.2s ease;
}

.subcategory-list a:hover {
    color: #007bff;
    padding-left: 8px;
}

.subcategory-list .view-all a {
    color: #007bff;
    font-weight: 600;
}

.label.label-default {
    background-color: #f0f0f0;
    color: #333;
    font-size: 11px;
    padding: 3px 8px;
    border-radius: 12px;
}

/* Responzivní design pro submenu */
@media (max-width: 768px) {
    .classified-search {
        padding: 30px 0;
    }
    
    .category-panel {
        margin-bottom: 15px;
        padding: 15px;
    }
    
    .classified-search h2.center {
        margin-bottom: 30px;
        font-size: 20px;
    }
}
