/* ========================================================================
   PREVIOUS EDITIONS SECTION
   ======================================================================== */

.absd-lokalnyt-e-paper-previous-editions-section {
    display: flex;
    gap: 40px;
    padding: 60px 0;
    background-color: #F5F5F6;
}

.absd-lokalnyt-e-paper-previous-editions-info {
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.absd-lokalnyt-e-paper-previous-editions {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    gap: 16px;
    width: 60%;
}

.absd-lokalnyt-e-paper-previous-editions .absd-lokalnyt-e-paper-thumb-footer {
    display: none;
}

/* ========================================================================
   LATEST EDITION SECTION
   ======================================================================== */

.absd-lokalnyt-e-paper-latest-card {
    display: flex;
    gap: 60px;
}

.absd-lokalnyt-e-paper-latest-content {
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.absd-lokalnyt-e-paper-latest-image {
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #F3F3F3;
    border-radius: 8px;
    background-color: #F4F4F4;
}

.absd-lokalnyt-e-paper-latest-image .absd-lokalnyt-e-paper-thumb {
    max-width: 340px;
}

/* ========================================================================
   BUTTONS
   ======================================================================== */

.absd-lokalnyt-e-paper-read-btn {
    background-color: #004A43;
    color: #FFFFFF;
    padding: 13px 20px;
    border-radius: 8px;
    text-decoration: none !important;
}

.absd-lokalnyt-e-paper-read-btn:hover {
    background-color: #004A43;
    color: #FFFFFF;
    text-decoration: none !important;
    cursor: pointer;
}

.absd-lokalnyt-e-paper-card-button {
    background-color: #004A43;
    color: #FFFFFF;
    padding: 11px 16px;
    border-radius: 6px;
    cursor: pointer;
    text-decoration: none !important;
}

.absd-lokalnyt-e-paper-card-button:hover {
    background-color: #004A43;
    color: #FFFFFF;
}

/* ========================================================================
   CARD TYPOGRAPHY
   ======================================================================== */

.absd-lokalnyt-e-paper-card-title {
    font-family: Poppins;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: bottom;
    color: #17845A;
    margin-bottom: 6px;
}

.absd-lokalnyt-e-paper-card-date {
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #666666;
    margin-bottom: 16px;
}

/* ========================================================================
   THUMBNAIL CARD WRAPPER
   ======================================================================== */

.absd-lokalnyt-e-paper-thumb {
    width: 100%;
    padding: 0 20px;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}

/* ========================================================================
   THUMBNAIL HEADER
   ======================================================================== */

.absd-lokalnyt-e-paper-thumb-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 5px 12px;
    text-align: center;
}

.absd-lokalnyt-e-paper-thumb-logo {
    font-size: 18px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 6px;
}

.absd-lokalnyt-e-paper-thumb-logo-black {
    color: #111111;
}

.absd-lokalnyt-e-paper-thumb-logo-green {
    color: #6CB33F;
}

.absd-lokalnyt-e-paper-thumb-app-logo {
    width: 30%;
    max-width: 35px;
}

.absd-lokalnyt-e-paper-thumb-main-logo {
    width: 100%;
    max-width: 200px;
}

.absd-lokalnyt-e-paper-thumb-city {
    font-size: 13px;
    font-weight: 600;
    color: #17845A;
    background-color: #E6F5EF;
}

/* ========================================================================
   THUMBNAIL HERO IMAGE
   ======================================================================== */

.absd-lokalnyt-e-paper-thumb-main-image {
    width: 100%;
    aspect-ratio: 16 / 10;
    overflow: hidden;
}

.absd-lokalnyt-e-paper-thumb-main-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

/* ========================================================================
   THUMBNAIL NEWS GRID
   ======================================================================== */

.absd-lokalnyt-e-paper-thumb-news-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
    padding: 10px;
}

.absd-lokalnyt-e-paper-thumb-news-item {
    overflow: hidden;
}

.absd-lokalnyt-e-paper-thumb-news-item img {
    width: 100%;
    aspect-ratio: 1 / 1;
    display: block;
    object-fit: cover;
    border-radius: 6px;
    margin-bottom: 4px;
}

.absd-lokalnyt-e-paper-thumb-news-title {
    font-size: 5px;
    line-height: 1.3;
    font-weight: 600;
    color: #222222;
    text-align: center;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* ========================================================================
   THUMBNAIL COMPANY GRID
   ======================================================================== */

.absd-lokalnyt-e-paper-thumb-company-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
    padding: 0 10px 10px;
}

.absd-lokalnyt-e-paper-thumb-company-item {
    overflow: hidden;
}

.absd-lokalnyt-e-paper-thumb-company-item img {
    width: 100%;
    aspect-ratio: 1 / 1;
    display: block;
    object-fit: cover;
    border-radius: 6px;
    margin-bottom: 4px;
}

.absd-lokalnyt-e-paper-thumb-company-title {
    font-size: 5px;
    line-height: 1.3;
    font-weight: 600;
    color: #555555;
    text-align: center;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* ========================================================================
   THUMBNAIL FOOTER
   ======================================================================== */

.absd-lokalnyt-e-paper-thumb-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    text-align: center;
}

.absd-lokalnyt-e-paper-thumb-date {
    font-size: 11px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 3px;
}

.absd-lokalnyt-e-paper-thumb-domain {
    font-size: 10px;
    color: #777777;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* ========================================================================
   PREVIOUS EDITION CARD
   ======================================================================== */

.absd-lokalnyt-e-paper-card-image {
    margin-bottom: 15px;
}

.absd-lokalnyt-e-paper-card-image .absd-lokalnyt-e-paper-thumb {
    height: 100%;
}

/* ========================================================================
   SELECT2 OVERRIDES
   ======================================================================== */

.select2-container {
    width: 100% !important;
}

.select2-container--default .select2-selection--single {
    height: 50px;
    border: 1px solid #DCDCDC;
    border-radius: 6px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 48px;
    padding-left: 16px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 48px;
}

.select2-dropdown {
    border: 1px solid #DCDCDC;
}

.select2-results__option {
    padding: 10px 14px;
}

/* ========================================================================
   MOBILE RESPONSIVE
   ======================================================================== */

@media (max-width: 767px) {

    .absd-lokalnyt-e-paper-thumb-news-grid,
    .absd-lokalnyt-e-paper-thumb-company-grid {
        gap: 4px;
    }

    .absd-lokalnyt-e-paper-thumb-news-title,
    .absd-lokalnyt-e-paper-thumb-company-title {
        font-size: 5px;
    }

    .absd-lokalnyt-e-paper-latest-image .absd-lokalnyt-e-paper-thumb {
        max-width: 100%;
    }

    .select2-container {
        max-width: 100%;
    }
}

/* ========================================================================
   TABLET RESPONSIVE
   ======================================================================== */

@media (max-width: 1024px) {

    /* Latest Edition */

    .absd-lokalnyt-e-paper-latest-card {
        flex-direction: column;
        gap: 40px;
    }

    .absd-lokalnyt-e-paper-latest-content,
    .absd-lokalnyt-e-paper-latest-image {
        width: 100%;
    }

    .absd-lokalnyt-e-paper-latest-content {
        text-align: center;
        align-items: center;
    }

    /* Previous Editions Section */

    .absd-lokalnyt-e-paper-previous-editions-section {
        flex-direction: column;
        gap: 30px;
    }

    .absd-lokalnyt-e-paper-previous-editions-info,
    .absd-lokalnyt-e-paper-previous-editions {
        width: 100%;
    }

    .absd-lokalnyt-e-paper-previous-editions {
        grid-template-columns: repeat(2, 1fr);
    }

    /* Thumbnail */

    .absd-lokalnyt-e-paper-thumb {
        overflow: hidden;
    }

    .absd-lokalnyt-e-paper-thumb-main-logo {
        max-width: 160px;
    }
}

/* ========================================================================
   MOBILE RESPONSIVE
   ======================================================================== */

@media (max-width: 767px) {

    /* Main Layout */

    .absd-lokalnyt-e-paper-latest-card {
        flex-direction: column;
        gap: 30px;
    }

    .absd-lokalnyt-e-paper-latest-content,
    .absd-lokalnyt-e-paper-latest-image {
        width: 100%;
    }

    .absd-lokalnyt-e-paper-latest-content {
        text-align: center;
        align-items: center;
    }

    /* Previous Editions */

    .absd-lokalnyt-e-paper-previous-editions-section {
        flex-direction: column;
        gap: 24px;
        padding: 40px 20px;
    }

    .absd-lokalnyt-e-paper-previous-editions-info,
    .absd-lokalnyt-e-paper-previous-editions {
        width: 100%;
    }

    .absd-lokalnyt-e-paper-previous-editions {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    /* Thumbnail */

    .absd-lokalnyt-e-paper-thumb {
        padding: 0 12px;
        overflow: hidden;
    }

    .absd-lokalnyt-e-paper-thumb-header {
        flex-direction: column;
        gap: 6px;
    }

    .absd-lokalnyt-e-paper-thumb-main-logo {
        max-width: 140px;
    }

    .absd-lokalnyt-e-paper-thumb-app-logo {
        max-width: 28px;
    }

    .absd-lokalnyt-e-paper-thumb-news-grid,
    .absd-lokalnyt-e-paper-thumb-company-grid {
        gap: 4px;
        padding-left: 0;
        padding-right: 0;
    }

    .absd-lokalnyt-e-paper-thumb-news-title,
    .absd-lokalnyt-e-paper-thumb-company-title {
        font-size: 7px;
    }

    .absd-lokalnyt-e-paper-thumb-footer {
        flex-direction: column;
        gap: 10px;
        align-items: center;
    }

    /* Buttons */

    .absd-lokalnyt-e-paper-card-button,
    .absd-lokalnyt-e-paper-read-btn {
        width: 100%;
        text-align: center;
        justify-content: center;
    }

    /* Select2 */

    .select2-container {
        max-width: 100%;
    }
}

/* ========================================================================
   SMALL MOBILE RESPONSIVE
   ======================================================================== */

@media (max-width: 480px) {

    .absd-lokalnyt-e-paper-thumb {
        padding: 0 8px;
    }

    .absd-lokalnyt-e-paper-thumb-main-logo {
        max-width: 120px;
    }

    .absd-lokalnyt-e-paper-card-title {
        font-size: 16px;
    }

    .absd-lokalnyt-e-paper-card-date {
        font-size: 14px;
    }

    .absd-lokalnyt-e-paper-thumb-news-title,
    .absd-lokalnyt-e-paper-thumb-company-title {
        font-size: 6px;
    }

    .absd-lokalnyt-e-paper-previous-editions-section {
        padding: 30px 15px;
    }
}

/* ========================================================================
   NO DATA MESSAGE
   ======================================================================== */

.absd-lokalnyt-e-paper-no-data {
    padding: 40px 20px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: #666666;
    background: #F5F5F6;
    border-radius: 8px;
}