/* ==========================================================================
   BANNER & CAROUSEL INTEGRATION
   ========================================================================== */

/* Ən üst divin ölçüsünü idarə edən hissə */
.page-banner.services-banner {
    position: relative;
    width: 100%;
    height: 450px;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

/* Masaüstü üçün */
.page-banner,
.page-banner .item,
.page-banner .banner-img {
    height: 70vh !important;
    min-height: 500px !important;
}

.page-banner .banner-img img {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover !important;
}

/* --- MOBİL ÜÇÜN (Responsive) --- */
@media (max-width: 768px) {
    .page-banner,
    .page-banner .item,
    .page-banner .banner-img {
        height: 40vh !important; /* Mobildə hündürlük azaldıldı */
        min-height: 250px !important;
    }
}


.instagram-card-img {
    width: 100%;
    height: 250px; /* Bütün şəkillər üçün sabit hündürlük */
    object-fit: cover; /* Şəkli dartmır, sahəni dolduracaq şəkildə kəsir */
    object-position: center; /* Şəklin mərkəzini fokusda saxlayır */
}

.card {
    transition: transform 0.2s;
    border: none !important;
}

.card:hover {
    transform: translateY(-5px); /* Siçanla üzərinə gələndə kiçik effekt */
}

.card-body {
    padding: 15px;
    background: #fff;
}


#about-section {
    background: transparent;
}

.about-title-box h2 {
    color: #2c3e50;
    line-height: 1.2;
}

.title-line {
    width: 60px;
    height: 5px;
    background-color: #007bff; /* Saytın ana rənginə görə dəyişə bilərsən */
    margin-top: 15px;
    border-radius: 2px;
}

.letter-spacing-2 {
    letter-spacing: 2px;
    font-size: 0.9rem;
}

.about-content-card {
    background: #ffffff;
    border-radius: 15px;
    position: relative;
    z-index: 1;
}

/* Mətnin içindəki P teqlərini və digər elementləri tənzimləmək üçün */
.about-text-wrapper {
    color: #555;
    line-height: 1.8;
    font-size: 1.1rem;
}

.about-text-wrapper p {
    margin-bottom: 1.5rem;
}

/* Sol tərəfdəki başlığın arxasına yüngül bir kölgə/tekstura effekti */
.about-title-box {
    position: relative;
}

/* Mobil tənzimləmə */
@media (max-width: 991px) {
    .about-title-box {
        text-align: center;
        margin-bottom: 30px;
    }

    .title-line {
        margin: 15px auto;
    }

    .about-content-card {
        padding: 30px !important;
    }
}


.custom-vision-card, .custom-mission-card {
    border-radius: 20px;
    transition: all 0.3s ease;
    background: #ffffff;
    position: relative;
    overflow: hidden;
}

/* Üzərinə gələndə qalxma effekti */
.custom-vision-card:hover, .custom-mission-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1) !important;
}

/* Sol tərəfə rəngli xətt (Vizion üçün göy, Missiya üçün yaşıl) */
.custom-vision-card {
    border-left: 6px solid #007bff !important;
}

.custom-mission-card {
    border-left: 6px solid #28a745 !important;
}

.icon-box i {
    opacity: 0.8;
}

.fw-bold {
    color: #333;
    letter-spacing: -0.5px;
}

.description-text {
    color: #666;
    line-height: 1.8;
    font-size: 1.05rem;
}

/* Mobil telefonlar üçün kiçik tənzimləmə */
@media (max-width: 768px) {
    .card-body {
        padding: 30px !important;
    }
}

.pdf-open-btn {
    width: 100%;
    padding: 12px 20px;
    font-size: 18px;
    background-color: #0d6efd;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.pdf-open-btn:hover {
    background-color: #0b5ed7;
}

/* Mobil uyumlu entry-content */
.entry-content img,
.entry-content iframe,
.entry-content video,
.entry-content table {
    max-width: 100%;
    height: auto;
    display: block;
    overflow-x: hidden;
}

/* Main content gizlətmək üçün body class */
body.pdf-preview-active #mainContent {
    display: none !important;
}

#pdfCanvasWrapper {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    text-align: center;
}

#pdfCanvas {
    width: 100%;
    height: auto;
    border: 1px solid #ccc;
    display: block;
    margin: auto;
}


/* Bura PDF-dir*/


.pdf-viewer-modal {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.88);
    z-index: 9999;
    display: flex;
    flex-direction: column;
}

/* Toolbar */
.pdf-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 16px;
    background: #111;
    color: white;
    flex-wrap: wrap;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

.pdf-toolbar .controls {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

/* Buttons */
.pdf-btn {
    background: #2563eb;
    border: none;
    padding: 6px 12px;
    color: white;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
}

.pdf-btn:hover {
    background: #1d4ed8;
}


.textLayer {
    font-family: sans-serif;
    font-size: 12px;
}

.pdf-close {
    background: #ef4444;
}

.pdf-close:hover {
    background: #dc2626;
}

/* Content */
.pdf-content {
    flex: 1;
    overflow-y: auto;
    padding: 12px;
    display: flex;
    justify-content: center;
}

/* Wrapper */
.pdf-wrapper {
    width: 100%;
    max-width: 900px;
    display: flex;
    flex-direction: column;
    gap: 6px; /* səhifələr arasındakı məsafə */
}

/* PDF pages */
canvas {
    width: 100%;
    margin: 0;
    border-radius: 8px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.45);
    background: white;
}

/* Loading */
.pdf-loading {
    color: white;
    text-align: center;
    padding-top: 100px;
    font-size: 18px;
}

/* Mobile optimizasiya */
@media (max-width: 768px) {

    .pdf-toolbar {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
    }

    .pdf-toolbar .controls {
        justify-content: center;
    }

    .pdf-content {
        padding: 8px;
    }

    .pdf-wrapper {
        gap: 4px;
    }

}
.pdf-page-canvas {
    max-width: 100%;
    height: auto !important;
    box-shadow: 0 4px 15px rgb(32, 152, 223);
    background-color: white;
}
#pdfContainer {
    min-height: 100vh;
    border-radius: 8px;
}
/*Bura Da PDF- sonudur*/


/*Live search css*/

/* Axtarış qutusu */
.search-box .form-control {
    border: 1px solid #ddd;
    padding: 10px 15px;
    border-radius: 4px 0 0 4px; /* Standart kənarlar */
}
.search-box .btn {
    border-radius: 0 4px 4px 0;
}

/* Nəticələr pəncərəsi */
.search-dropdown-container {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border: 1px solid #ddd;
    border-top: none;
    z-index: 1000;
    max-height: 350px;
    overflow-y: auto;
}

/* Hər bir nəticə sətri */
.search-item {
    display: block;
    padding: 12px 15px;
    border-bottom: 1px solid #eee;
    color: #333;
    text-decoration: none;
    transition: background 0.2s;
}
.search-item:last-child { border-bottom: none; }
.search-item:hover {
    background: #f8f9fa;
    text-decoration: none;
    color: #000;
}

.search-item h6 {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
}
.search-item small {
    color: #777;
    font-size: 13px;
}

.not-found {
    padding: 15px;
    text-align: center;
    color: #999;
}

/*Live Search Css end*/


/* Məzmun daxilindəki cədvəllərin kənara çıxmasını əngəlləyir */
.table-responsive-wrapper {
    width: 100%;
    overflow-x: auto; /* Əsas sirr burdadır: overflow olanda scroll yaradır */
    -webkit-overflow-scrolling: touch; /* Mobildə daha axıcı sürüşmə üçün */
}

.entry-content table {
    width: 100% !important;
    max-width: 100%;
    border-collapse: collapse;
    margin-bottom: 1rem;
    background-color: transparent;
    table-layout: auto; /* Məzmuna görə genişlənir amma wrapper sayəsində dizaynı pozmur */
}

/* Mobildə cədvəl xanalarının bir-birinə çox sıxılmaması üçün */
@media screen and (max-width: 768px) {
    .entry-content table td,
    .entry-content table th {
        min-width: 120px; /* Mobildə hər sütun ən az 120px olsun ki, oxunsun */
        white-space: normal; /* Uzun sözləri aşağı sətirə keçirsin */
        font-size: 13px; /* Mobildə şrifti bir az kiçildək */
    }
}

/* Cədvəl xanalarının ümumi stili */
.entry-content table td,
.entry-content table th {
    padding: 12px;
    border: 1px solid #dee2e6;
    vertical-align: top;
}


.custom-banner-height {
    height: auto !important; /* Məcburi hündürlüyü ləğv edirik */
    min-height: 300px; /* Mobil üçün minimum bir ölçü */
    position: relative;
}

/*.custom-banner-height {*/
/*    height: 70vh;*/
/*}*/

@media (max-width: 768px) {
    .custom-banner-height {
        height: 40vh;
    }
}

.custom-banner-height img {
    object-fit: cover;
    height: 100%;
}

/* Şəkillərin üst-üstə yığılma məntiqi */
.image-stack {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 450px;
}

.image-stack__item--top {
    position: relative;
    z-index: 2;
    width: 70%;
    margin-right: -20%;
    margin-top: -10%;
}

.image-stack__item--bottom {
    position: relative;
    z-index: 1;
    width: 55%;
    margin-left: -10%;
    margin-bottom: -20%;
}

/* Wix-dəki o göy həndəsi fiqurun oxşarı */
.decorative-box {
    position: absolute;
    width: 150px;
    height: 150px;
    background-color: #71C0DF;
    z-index: 0;
    bottom: 10%;
    left: 10%;
    opacity: 0.2;
    border-radius: 10px;
}

/* Düymə stili */
.custom-btn {
    background-color: #4C70B5;
    border: none;
    padding: 12px 30px;
    border-radius: 50px;
    transition: 0.3s;
}

.custom-btn:hover {
    background-color: #3a568c;
    transform: translateY(-3px);
}

/* Mobil tənzimləmə */
@media (max-width: 768px) {
    .image-stack {
        min-height: 350px;
        margin-bottom: 30px;
    }

    h1 {
        font-size: 28px !important;
    }
}

.btn-modern-action {
    display: inline-flex;
    align-items: center;
    padding: 12px 35px;
    background-color: #ffffff;
    color: #4C70B5; /* Wix dizaynınızdakı göy rəng */
    border: 2px solid #4C70B5;
    border-radius: 50px; /* Tam dairəvi kənarlar */
    font-weight: 600;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
}

.btn-modern-action i {
    font-size: 1.4rem;
    margin-left: 8px;
    transition: transform 0.3s ease;
}

/* Hover (Üzərinə gəldikdə) Effektləri */
.btn-modern-action:hover {
    background-color: #4C70B5;
    color: #ffffff;
    box-shadow: 0 8px 25px rgba(76, 112, 181, 0.3);
    transform: translateY(-3px); /* Yüngülcə yuxarı qalxma */
}

.btn-modern-action:hover i {
    transform: translateX(5px); /* Ox işarəsi sağa doğru sürüşür */
}

/* Kliklədikdə sıxılma effekti */
.btn-modern-action:active {
    transform: translateY(-1px);
    box-shadow: 0 4px 10px rgba(76, 112, 181, 0.2);
}

/* Mətnin şəklin üzərindəki mövqeyi */
.banner-overlay-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 100%;
    text-align: center;
    pointer-events: none;
}

.banner-overlay-text .position-relative {
    pointer-events: auto;
}

/* Üçbucaq kəsimi */
.img-trieangle::after {
    pointer-events: none;
}

/* ==========================================================================
   1. GLOBAL & REUSABLE STYLES
   ========================================================================== */
:root {
    --primary-color: #4C70B5;
    --text-dark: #333333;
    --text-light: #666666;
    --border-color: #f1f1f1;
    --transition-speed: 0.2s ease-in-out;
    --shadow-soft: 0 4px 15px rgba(0, 0, 0, 0.06);
}

.card, .partner-card, .product-box, .main-logo, .language-switcher .dropdown-toggle {
    transition: all var(--transition-speed);
}

/* ==========================================================================
   2. HEADER & NAVIGATION
   ========================================================================== */
.main-logo {
    max-height: 73px;
    width: auto;
    display: inline-block;
}

.main-logo:hover {
    transform: scale(1.05);
}

.navbar-nav {
    display: flex !important;
    align-items: center;
    width: 100%;
}

.navbar-nav > li a {
    white-space: nowrap;
    padding: 18px 10px !important;
    color: var(--text-dark);
    font-size: 13.5px;
    font-weight: 500;
    display: block;
}

.fixed-right-item, .ml-auto {
    margin-left: auto !important;
    flex-shrink: 0;
}

.language-switcher .dropdown-toggle {
    color: var(--text-dark);
    text-decoration: none;
    padding: 8px 12px;
    border-radius: 6px;
}

.language-switcher:hover .dropdown-toggle {
    background-color: rgba(0, 0, 0, 0.05);
    color: var(--primary-color);
}

.language-switcher:hover .fa-angle-down {
    transform: rotate(180deg);
}

@media (min-width: 768px) {
    .custom-hover-dropdown:hover > .dropdown-menu,
    .dropdown-submenu:hover > .submenu {
        display: block;
    }

    .dropdown-submenu > .submenu {
        top: 0;
        left: 100%;
        position: absolute;
    }
}

/* Banner şəklinin üzərinə qaranlıq filtr qoyuruq ki, yazı həmişə görünsün */
.banner-img {
    position: relative;
}

.banner-img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.6)); /* Şəkli bir az tündləşdirir */
}

/* Yazıların olduğu kartın stili */
.modern-glass-card {
    background: rgba(255, 255, 255, 0.15); /* Şəffaf ağ fon */
    backdrop-filter: blur(10px); /* Arxa fonu bulandıran effekt */
    -webkit-backdrop-filter: blur(10px);
    padding: 30px;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #ffffff; /* Yazılar ağ olsun */
    max-width: 600px;
}

.main-title {
    font-weight: 700;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); /* Yazıya kölgə veririk */
}

/* Mobil üçün uyğunlaşdırma */
@media (max-width: 768px) {
    .modern-glass-card {
        padding: 15px;
        margin: 0 15px; /* Kənarlardan boşluq */
        text-align: center; /* Mobildə mərkəzə çəkmək daha user-friendlydir */
    }

    .banner-overlay-text {
        bottom: 20px; /* Mobildə yazını bir az aşağı çəkirik */
    }

    .main-title {
        font-size: 1.5rem; /* Mobildə başlıq çox böyük olmasın */
    }
}


/* Başlıq stili */
.partners-title {
    color: #4a6da7; /* Şəkildəki göy rəng */
    font-weight: 900;
    font-size: 2.5rem;
}

/* Loqoların yerləşdiyi ağ kvadratlar */
.partner-card {
    background: #fff;
    border: 1px solid #c5d3e8;
    border-radius: 10px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    transition: transform 0.3s ease;
}

.partner-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.partner-card img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

/* Oxların dizaynı */
.carousel-control-prev-icon-custom,
.carousel-control-next-icon-custom {
    color: #ccc;
    font-size: 30px;
    background: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* "Bütün partnyorlarımız" düyməsi */
.btn-all-partners {
    border-radius: 30px;
    padding: 10px 40px;
    border-color: #4a6da7;
    color: #4a6da7;
    font-weight: 500;
}

.btn-all-partners:hover {
    background-color: #4a6da7;
    color: white;
}

/* ==========================================================================
   3. COMPONENTS
   ========================================================================== */
.partner-card, .product-box {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.partner-card:hover, .product-box:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    transform: translateY(-5px);
    border-color: var(--primary-color);
}

.product-img-wrapper {
    width: 100%;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.product-img-wrapper img {
    max-height: 100%;
    object-fit: contain;
    transition: transform 0.3s;
}

.product-box:hover img {
    transform: scale(1.05);
}

.form-control {
    border: 1px solid var(--border-color);
    padding: 12px;
}

.form-control:focus {
    background-color: #fff !important;
    border-color: var(--primary-color);
    box-shadow: none;
}

/* ==========================================================================
   4. MOBILE & RESPONSIVE FIX (Əsas Düzəliş Buradadır)
   ========================================================================== */
@media (max-width: 767px) {
    /* Bannerin aşağıdan kəsilməməsi üçün hündürlüyü məcburi təyin edirik */
    .services-banner,
    .page-banner.services-banner,
    #banner-slider,
    .carousel-inner,
    .carousel-item,
    .item {
        height: 250px !important; /* Mobildə ideal hündürlük */
        min-height: 250px !important;
    }

    .banner-img img {
        height: 100% !important;
        width: 100% !important;
        object-fit: cover !important; /* Divi tam doldurur */
    }

    /* Mətnin ölçüsünü mobilə uyğunlaşdırırıq */
    .banner-overlay-text h3 {
        font-size: 20px !important;
        padding: 0 10px;
    }

    /* Navbar Mobil Ayarları */
    .navbar-nav {
        flex-direction: column;
    }

    .ml-auto, .fixed-right-item {
        margin-left: 0 !important;
        width: 100%;
        padding: 10px 0;
    }

    .main-logo {
        max-height: 50px;
    }

    .dropdown-submenu .submenu {
        position: static !important;
        padding-left: 20px;
        background: #f9f9f9;
    }
}

@media (min-width: 992px) {
    .sticky-top {
        position: sticky;
        top: 30px;
        z-index: 1000;
    }
}


/* Qutunun hündürlüyünü daxildəki ən uzun yazıya görə bərabərləşdirir */
.product-box {
    display: flex;
    flex-direction: column;
    height: 100%;
    border: 1px solid #eee; /* İxtiyari: sərhədləri görmək üçün */
}

/* Şəkil hissəsinin sabit qalması üçün */
.product-img-wrapper {
    height: 200px; /* Sənə uyğun olan hündürlük */
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.product-img-wrapper img {
    max-height: 100%;
    object-fit: contain;
}

/* Yazı hissəsi */
.product-info {
    min-height: 60px; /* Yazı nə qədər qısa olsa da, div bu ölçüdə qalacaq */
}

.product-title {
    font-size: 14px;
    line-height: 1.2;
    /* Əgər yazının çox uzanıb 3-4 sətir olmasını istəmirsənsə: */
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Maksimum 2 sətir göstər */
    -webkit-box-orient: vertical;
    overflow: hidden;
}


/* Radio qrupunu yan-yana düzən konteyner */
.custom-radio-group {
    display: inline-block;
}

/* Əsas label stili */
.custom-radio-label {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    padding: 5px 10px;
    border-radius: 5px;
    transition: background 0.2s;
}

/* Radio dairəsi */
.radio-dot {
    width: 18px;
    height: 18px;
    border: 2px solid #004a99;
    border-radius: 50%;
    display: inline-block;
    position: relative;
}

/* Seçiləndə içindəki nöqtə */
.custom-radio-input:checked + .custom-radio-label .radio-dot::after {
    content: "";
    width: 10px;
    height: 10px;
    background: #004a99;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Yazı stili */
.day-text {
    font-weight: 600;
    font-size: 14px;
    color: #333;
}

/* Üstünə gələndə fon dəyişsin */
.custom-radio-label:hover {
    background: rgba(0, 74, 153, 0.05);
}

/* Bootstrap-ın is-invalid klassını məcburi (force) aktiv edək */
.form-control.is-invalid {
    border-color: #dc3545 !important;
    padding-right: calc(1.5em + 0.75rem) !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") !important;
    background-repeat: no-repeat !important;
    background-position: right calc(0.375em + 0.1875rem) center !important;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) !important;
}

.invalid-feedback {
    display: block !important; /* Laravel xətası olanda mütləq görünsün */
    color: #dc3545 !important;
    font-weight: bold;
    margin-top: 5px;
}


.custom-job-card {
    border-radius: 25px;
    overflow: hidden;
    border: none;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.custom-header {
    background: linear-gradient(135deg, #3b5998 0%, #4c70b5 100%);
    padding: 30px;
    color: white;
}

.custom-header h2 {
    font-size: 28px;
    font-weight: 800;
    letter-spacing: 1px;
}

.badge-salary {
    background: #2a4d8f;
    padding: 8px 15px;
    border-radius: 8px;
    font-weight: 600;
}

.info-table-section {
    background-color: #fff5f0; /* Şəkildəki solğun krem rəngi */
    padding: 20px 30px;
}

.info-row {
    display: flex;
    padding: 8px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.info-label {
    width: 40%;
    font-weight: 700;
    color: #333;
}

.info-text {
    width: 60%;
    color: #555;
    word-break: break-word; /* Mətnin kəsilməməsi üçün vacibdir */
}

.description-section {
    padding: 30px;
    background: white;
}

.section-blue-mark {
    border-left: 6px solid #4c70b5;
    padding-left: 15px;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 20px;
}

.vacancy-details p {
    margin-bottom: 10px;
    line-height: 1.5;
    color: #444;
}

#search-results {
    top: 100%; /* Inputun tam altında */
    left: 0;
    right: 0;
    background: white;
    border-radius: 0 0 10px 10px;
    border: 1px solid #ddd;
    max-height: 300px;
    overflow-y: auto;
    margin-top: 2px;
}

.list-group-item-action:hover {
    background-color: #f8f9fa;
    color: #4c70b5;
}

@media (max-width: 768px) {
    .entry-header {
        flex-direction: column;
    }

    .entry-cover {
        flex: 0 0 100% !important;
        width: 100%;
    }
}





