/* ==========================================================================
   ANNOUNCEMENT & ARTICLE DETAIL STYLE - SEEDS STARS MONTESSORI
   ========================================================================== */

html,
body {
    overflow-x: hidden !important;
    width: 100%;
    position: relative;
}

/* --- Slideshow / Carousel Jumbo --- */
.announcement-detail-carousel {
    width: 100%;
    height: 460px;
    overflow: hidden;
    border-radius: 24px;
    box-shadow: 0 15px 35px rgba(30, 41, 59, 0.08);
    background-color: #f8fafc;
}

.announcement-carousel-item {
    width: 100%;
    height: 460px;
}

.announcement-carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Navigasi Panah Carousel */
.announcement-detail-carousel .carousel-control-prev-icon,
.announcement-detail-carousel .carousel-control-next-icon {
    background-color: rgba(30, 41, 59, 0.6);
    padding: 24px;
    border-radius: 50px;
    background-size: 45%;
    backdrop-filter: blur(4px);
}

.announcement-detail-carousel .carousel-control-prev-icon:hover,
.announcement-detail-carousel .carousel-control-next-icon:hover {
    background-color: var(--ms-orange, #ff7a00);
}

/* --- Reusable Components Data Ekstensi --- */
.article-location-box {
    background-color: #f8fafc;
    border-left: 4px solid #ff7a00;
    border-radius: 12px;
    padding: 20px;
    margin-top: 35px;
}

.btn-maps-link {
    background-color: #ffffff;
    color: #334155;
    border: 1px solid #cbd5e1;
    font-size: 0.85rem;
    font-weight: 600;
    padding: 6px 16px;
    border-radius: 50px;
    transition: all 0.2s ease;
}

.btn-maps-link:hover {
    background-color: #ff7a00;
    color: #ffffff;
    border-color: #ff7a00;
    box-shadow: 0 4px 12px rgba(255, 122, 0, 0.25);
}

.article-extension-segment {
    margin-top: 30px;
    padding-top: 25px;
    border-top: 1px dashed #e2e8f0;
}

.extension-title {
    font-size: 0.95rem;
    font-weight: 700;
    color: #475569;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
}

/* Kapsul Link Badge */
.badge-link-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 18px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 600;
    text-decoration: none !important;
    transition: all 0.2s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
}

.badge-link-pill:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
}

.badge-shop-pill {
    background-color: #f0fdf4;
    color: #166534;
    border: 1px solid #bbf7d0;
}

.badge-shop-pill:hover {
    background-color: #166534;
    color: #ffffff;
}

.badge-sosmed-pill {
    background-color: #f0f9ff;
    color: #0369a1;
    border: 1px solid #bae6fd;
}

.badge-sosmed-pill:hover {
    background-color: #0369a1;
    color: #ffffff;
}

.article-tag-pill {
    background-color: #f1f5f9;
    color: #475569;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 5px 14px;
    border-radius: 50px;
    display: inline-block;
    border: 1px solid #e2e8f0;
}

/* Responsive Mobile */
@media (max-width: 767.98px) {
    .announcement-detail-carousel,
    .announcement-carousel-item {
        height: 280px;
    }
}
