#content-wrapper .news-wrapper.blog-wrapper,
#content-wrapper .news-wrapper.blog-wrapper .news-item,
#content-wrapper .news-wrapper.blog-wrapper .news-item>a,
#content-wrapper .news-wrapper.blog-wrapper .news-item .image,
#content-wrapper .news-wrapper.blog-wrapper .news-item .text,
#content-wrapper .news-wrapper.blog-wrapper .news-item .text .title,
#content-wrapper .news-wrapper.blog-wrapper .news-item .text .description,
#content-wrapper .news-wrapper.blog-wrapper .news-item .text time,
#content-wrapper .news-wrapper.blog-wrapper .news-item .text .read-article {
    all: revert;
    box-sizing: border-box;
}

/* --------------------------------------------------------------------------
   2. BLOG PAGE HEADER
   -------------------------------------------------------------------------- */

#content-wrapper #content>.content-inner>.sectionDescription {
    text-align: center !important;
    margin-bottom: 48px !important;
    padding-top: 20px !important;
}

#content-wrapper #content>.content-inner>.sectionDescription h1 {
    font-family: "Neulis Alt", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-size: clamp(32px, 5vw, 42px) !important;
    font-weight: 700 !important;
    color: #003D5B !important;
    margin: 0 0 12px !important;
    letter-spacing: -0.02em !important;
    text-align: center !important;
}

/* Eyebrow text */
#content-wrapper #content>.content-inner>.sectionDescription h1::before {
    content: "Články & Inspirace" !important;
    display: block !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    letter-spacing: 0.18em !important;
    text-transform: uppercase !important;
    color: #B4863E !important;
    margin-bottom: 8px !important;
}

/* --------------------------------------------------------------------------
   3. ARTICLES GRID CONTAINER
   -------------------------------------------------------------------------- */

#content-wrapper #newsWrapper.news-wrapper.blog-wrapper {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 28px !important;
    max-width: 1240px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
    list-style: none !important;
}

/* Tablet - 2 sloupce */
@media (max-width: 1024px) {
    #content-wrapper #newsWrapper.news-wrapper.blog-wrapper {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 24px !important;
    }
}

/* Mobil - 1 sloupec */
@media (max-width: 640px) {
    #content-wrapper #newsWrapper.news-wrapper.blog-wrapper {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
        padding: 0 16px !important;
    }
}

/* --------------------------------------------------------------------------
   4. ARTICLE CARD - ZÁKLADNÍ STRUKTURA
   -------------------------------------------------------------------------- */

#content-wrapper .news-wrapper.blog-wrapper .news-item {
    display: flex !important;
    flex-direction: column !important;
    border-radius: 20px !important;
    overflow: hidden !important;
    box-shadow: 0 4px 20px rgba(0, 61, 91, 0.06) !important;
    border: 1px solid rgba(0, 61, 91, 0.04) !important;
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94),
        box-shadow 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
    position: relative !important;
    width: 100% !important;
    height: auto !important;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

#content-wrapper .news-wrapper.blog-wrapper .news-item:hover {
    transform: translateY(-6px) !important;
    box-shadow: 0 16px 40px rgba(0, 61, 91, 0.12) !important;
}

/* Link wrapper */
#content-wrapper .news-wrapper.blog-wrapper .news-item>a {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    text-decoration: none !important;
    color: inherit !important;
    position: relative !important;
}

/* --------------------------------------------------------------------------
   5. CARD IMAGE
   -------------------------------------------------------------------------- */

#content-wrapper .news-wrapper.blog-wrapper .news-item .image {
    position: relative !important;
    width: 100% !important;
    aspect-ratio: 4 / 3 !important;
    overflow: hidden !important;
    background: #f5f3ef !important;
    flex-shrink: 0 !important;
    display: block !important;
    height: auto !important;
    min-height: 200px !important;
    border-radius: 0 !important;
}

#content-wrapper .news-wrapper.blog-wrapper .news-item .image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
}

#content-wrapper .news-wrapper.blog-wrapper .news-item:hover .image img {
    transform: scale(1.06) !important;
}

/* --------------------------------------------------------------------------
   6. CARD TEXT CONTENT
   -------------------------------------------------------------------------- */

#content-wrapper .news-wrapper.blog-wrapper .news-item .text {
    display: flex !important;
    flex-direction: column !important;
    flex-grow: 1 !important;
    padding: 24px 24px 28px !important;
    gap: 0 !important;
    position: relative !important;
    background: #fff !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

/* Datum */
#content-wrapper .news-wrapper.blog-wrapper .news-item .text time {
    display: inline-flex !important;
    align-items: center !important;
    font-family: "Neulis Alt", system-ui, sans-serif !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    letter-spacing: 0.06em !important;
    text-transform: uppercase !important;
    color: #B4863E !important;
    margin-bottom: 10px !important;
    order: -1 !important;
    background: transparent !important;
    padding: 0 !important;
    position: relative !important;
}

/* Ikona kalendáře */
#content-wrapper .news-wrapper.blog-wrapper .news-item .text time::before {
    content: "" !important;
    display: inline-block !important;
    width: 14px !important;
    height: 14px !important;
    margin-right: 6px !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23B4863E' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M8 7V3m8 4V3m-9 8h10M5 21h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v12a2 2 0 002 2z'/%3E%3C/svg%3E") !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

/* Titulek */
#content-wrapper .news-wrapper.blog-wrapper .news-item .text .title {
    font-family: "Neulis Alt", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    line-height: 1.35 !important;
    color: #003D5B !important;
    margin: 0 0 12px !important;
    padding: 0 !important;
    transition: color 0.3s ease !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-decoration: none !important;
    background: transparent !important;
    position: relative !important;
}

#content-wrapper .news-wrapper.blog-wrapper .news-item:hover .text .title {
    color: #B4863E !important;
}

/* Perex / Description */
#content-wrapper .news-wrapper.blog-wrapper .news-item .text .description {
    flex-grow: 1 !important;
    margin: 0 0 20px !important;
    padding: 0 !important;
    background: transparent !important;
}

#content-wrapper .news-wrapper.blog-wrapper .news-item .text .description p {
    font-family: "Neulis Alt", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-size: 15px !important;
    line-height: 1.7 !important;
    color: #6b7a87 !important;
    margin: 0 !important;
    padding: 0 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
}

/* --------------------------------------------------------------------------
   7. READ MORE BUTTON
   -------------------------------------------------------------------------- */

#content-wrapper .news-wrapper.blog-wrapper .news-item .text .read-article {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    font-family: "Neulis Alt", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #003D5B !important;
    padding: 12px 20px !important;
    background: rgba(211, 197, 171, 0.18) !important;
    border-radius: 999px !important;
    transition: all 0.3s ease !important;
    width: fit-content !important;
    margin-top: auto !important;
    text-decoration: none !important;
    border: none !important;
    position: relative !important;
}

#content-wrapper .news-wrapper.blog-wrapper .news-item .text .read-article i {
    font-size: 12px !important;
    transition: transform 0.3s ease !important;
}

#content-wrapper .news-wrapper.blog-wrapper .news-item:hover .text .read-article {
    background: #D3C5AB !important;
    color: #fff !important;
}

#content-wrapper .news-wrapper.blog-wrapper .news-item:hover .text .read-article i {
    transform: translateX(4px) !important;
}

/* Nahrazení ikony šipky */
#content-wrapper .news-wrapper.blog-wrapper .news-item .text .read-article i::before {
    content: "→" !important;
    font-style: normal !important;
    font-family: inherit !important;
}

/* --------------------------------------------------------------------------
   8. LISTING CONTROLS
   -------------------------------------------------------------------------- */

#content-wrapper .listingControls {
    max-width: 1240px !important;
    margin: 40px auto 0 !important;
    padding: 20px !important;
    text-align: center !important;
}

#content-wrapper .listingControls .itemsTotal {
    font-family: "Neulis Alt", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-size: 14px !important;
    color: #6b7a87 !important;
}

/* --------------------------------------------------------------------------
   9. BREADCRUMBS
   -------------------------------------------------------------------------- */

#content-wrapper .breadcrumbs {
    max-width: 1240px !important;
    margin: 0 auto !important;
    padding: 24px 20px 0 !important;
    font-size: 13px !important;
    color: #6b7a87 !important;
}

/* --------------------------------------------------------------------------
   10. HIDE SIDEBAR & FIX LAYOUT
   -------------------------------------------------------------------------- */

#content-wrapper:has(.blog-wrapper) .sidebar,
#content-wrapper:has(.blog-wrapper) .sidebar-left {
    display: none !important;
}

#content-wrapper:has(.blog-wrapper) .content-wrapper-in {
    display: block !important;
}

#content-wrapper:has(.blog-wrapper) #content.content {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

#content-wrapper:has(.blog-wrapper) #content.content .content-inner {
    max-width: 100% !important;
    width: 100% !important;
}

/* --------------------------------------------------------------------------
   11. ANIMATIONS
   -------------------------------------------------------------------------- */

@keyframes blogCardFadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

#content-wrapper .news-wrapper.blog-wrapper .news-item {
    animation: blogCardFadeIn 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) backwards !important;
}

#content-wrapper .news-wrapper.blog-wrapper .news-item:nth-child(1) {
    animation-delay: 0.1s;
}

#content-wrapper .news-wrapper.blog-wrapper .news-item:nth-child(2) {
    animation-delay: 0.2s;
}

#content-wrapper .news-wrapper.blog-wrapper .news-item:nth-child(3) {
    animation-delay: 0.3s;
}

#content-wrapper .news-wrapper.blog-wrapper .news-item:nth-child(4) {
    animation-delay: 0.4s;
}

#content-wrapper .news-wrapper.blog-wrapper .news-item:nth-child(5) {
    animation-delay: 0.5s;
}

#content-wrapper .news-wrapper.blog-wrapper .news-item:nth-child(6) {
    animation-delay: 0.6s;
}

/* --------------------------------------------------------------------------
   12. MOBILE FIXES
   -------------------------------------------------------------------------- */

@media (max-width: 640px) {
    #content-wrapper #content>.content-inner>.sectionDescription {
        margin-bottom: 32px !important;
        padding-top: 10px !important;
    }

    #content-wrapper #content>.content-inner>.sectionDescription h1 {
        font-size: 28px !important;
    }

    #content-wrapper .news-wrapper.blog-wrapper .news-item .text {
        padding: 20px 20px 24px !important;
    }

    #content-wrapper .news-wrapper.blog-wrapper .news-item .text .title {
        font-size: 18px !important;
    }

    #content-wrapper .news-wrapper.blog-wrapper .news-item .text .description p {
        font-size: 14px !important;
        -webkit-line-clamp: 2 !important;
    }

    #content-wrapper .news-wrapper.blog-wrapper .news-item .text .read-article {
        padding: 10px 18px !important;
        font-size: 13px !important;
    }
}

/* --------------------------------------------------------------------------
   13. FEATURED ARTICLE (první článek větší) - VOLITELNÉ
   -------------------------------------------------------------------------- */

/*
@media (min-width: 1025px) {
    #content-wrapper #newsWrapper.news-wrapper.blog-wrapper .news-item:first-child {
        grid-column: span 2 !important;
    }
    
    #content-wrapper #newsWrapper.news-wrapper.blog-wrapper .news-item:first-child .image {
        aspect-ratio: 16 / 9 !important;
        min-height: 300px !important;
    }
    
    #content-wrapper #newsWrapper.news-wrapper.blog-wrapper .news-item:first-child .text .title {
        font-size: 26px !important;
    }
}
*/

/* ==========================================================================
   ROCÍO BLOG ARTICLE - FINAL
   SVG ikony přes ::before (Shoptet-safe)
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. ARTICLE WRAPPER
   -------------------------------------------------------------------------- */

.rc-article {
    max-width: 960px !important;
    margin: 0 auto;
    padding: 0;
    font-family: "Neulis Alt", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: #003D5B;
    line-height: 1.8;
    background: #fff;
    border-radius: 24px;
    box-shadow:
        0 4px 24px rgba(0, 61, 91, 0.04),
        0 12px 48px rgba(0, 61, 91, 0.06);
    border: 1px solid rgba(0, 61, 91, 0.03);
    overflow: hidden;
}

@media (max-width: 1140px) {
    .rc-article {
        margin: 0 20px;
    }
}

@media (max-width: 768px) {
    .rc-article {
        margin: 0 16px;
        border-radius: 20px;
    }
}

@media (max-width: 480px) {
    .rc-article {
        margin: 0 12px;
        border-radius: 16px;
    }
}

/* --------------------------------------------------------------------------
   2. HEADER - background-image místo <img>
   -------------------------------------------------------------------------- */

.rc-article__header {
    position: relative;
    height: 420px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media (max-width: 768px) {
    .rc-article__header {
        height: 300px;
    }
}

@media (max-width: 480px) {
    .rc-article__header {
        height: 240px;
    }
}

.rc-article__meta {
    padding: 40px 56px 0;
    text-align: center;
}

@media (max-width: 768px) {
    .rc-article__meta {
        padding: 32px 24px 0;
    }
}

.rc-article__title {
    font-family: "Neulis Alt", system-ui, sans-serif;
    font-size: clamp(28px, 4vw, 42px);
    font-weight: 700;
    color: #003D5B;
    line-height: 1.2;
    margin: 0 0 24px;
    letter-spacing: -0.02em;
}

.rc-article__meta-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap;
    margin-bottom: 40px;
    padding-bottom: 32px;
    border-bottom: 1px solid rgba(0, 61, 91, 0.08);
}

/* --------------------------------------------------------------------------
   3. DATUM - SVG kalendář přes ::before
   -------------------------------------------------------------------------- */

.rc-article__date {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #B4863E;
}

.rc-article__date::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23B4863E' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2' ry='2'/%3E%3Cline x1='16' y1='2' x2='16' y2='6'/%3E%3Cline x1='8' y1='2' x2='8' y2='6'/%3E%3Cline x1='3' y1='10' x2='21' y2='10'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    flex-shrink: 0;
}

/* --------------------------------------------------------------------------
   4. ČAS ČTENÍ - SVG hodiny přes ::before
   -------------------------------------------------------------------------- */

.rc-article__reading-time {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 500;
    color: #6b7a87;
}

.rc-article__reading-time::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23B4863E' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpolyline points='12 6 12 12 16 14'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    flex-shrink: 0;
}

/* --------------------------------------------------------------------------
   5. BODY
   -------------------------------------------------------------------------- */

.rc-article__body {
    padding: 0 56px 64px;
    max-width: 800px;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .rc-article__body {
        padding: 0 24px 48px;
    }
}

@media (max-width: 480px) {
    .rc-article__body {
        padding: 0 20px 40px;
    }
}

/* --------------------------------------------------------------------------
   6. LEAD s Drop Cap
   -------------------------------------------------------------------------- */

.rc-article__lead {
    margin-bottom: 36px;
}

.rc-article__lead p {
    font-size: 20px;
    line-height: 1.7;
    color: #003D5B;
    font-weight: 500;
    margin: 0;
}

.rc-article__lead p::first-letter {
    float: left;
    font-size: 68px;
    line-height: 0.85;
    font-weight: 700;
    color: #B4863E;
    margin-right: 12px;
    margin-top: 6px;
    font-family: Georgia, "Times New Roman", serif;
}

@media (max-width: 640px) {
    .rc-article__lead p {
        font-size: 18px;
    }

    .rc-article__lead p::first-letter {
        font-size: 52px;
        margin-right: 8px;
        margin-top: 4px;
    }
}

/* --------------------------------------------------------------------------
   7. SECTIONS
   -------------------------------------------------------------------------- */

.rc-article__section {
    margin-bottom: 32px;
}

.rc-article__section p {
    font-size: 17px;
    line-height: 1.85;
    color: #4a5b6a;
    margin: 0 0 20px;
}

.rc-article__section p:last-child {
    margin-bottom: 0;
}

.rc-article__section h2 {
    font-family: "Neulis Alt", system-ui, sans-serif;
    font-size: 26px;
    font-weight: 700;
    color: #003D5B;
    margin: 48px 0 20px;
    letter-spacing: -0.01em;
    padding-bottom: 16px;
    position: relative;
    border: none !important;
    border-bottom: none !important;
    border-image: none !important;
}

.rc-article__section h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 48px;
    height: 3px;
    background: linear-gradient(90deg, #B4863E 0%, #D3C5AB 100%);
    border-radius: 2px;
}

.rc-article__section h2:first-child {
    margin-top: 0;
}

/* --------------------------------------------------------------------------
   8. QUOTE
   -------------------------------------------------------------------------- */

.rc-article__quote {
    margin: 48px 0;
    padding: 36px 40px;
    background: linear-gradient(135deg, #faf8f5 0%, #f5f3ef 100%);
    border-left: 4px solid #B4863E;
    border-radius: 0 20px 20px 0;
}

.rc-article__quote p {
    font-size: 19px;
    font-style: italic;
    line-height: 1.7;
    color: #003D5B;
    margin: 0;
}

@media (max-width: 640px) {
    .rc-article__quote {
        margin: 32px -20px;
        padding: 28px 24px;
        border-radius: 0;
    }

    .rc-article__quote p {
        font-size: 17px;
    }
}

/* --------------------------------------------------------------------------
   9. INFO BOX - SVG lístek přes ::before
   -------------------------------------------------------------------------- */

.rc-article__box {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    margin: 40px 0;
    padding: 28px;
    background: linear-gradient(135deg, rgba(180, 134, 62, 0.06) 0%, rgba(211, 197, 171, 0.1) 100%);
    border-radius: 18px;
    border: 1px solid rgba(180, 134, 62, 0.12);
}

.rc-article__box-icon {
    flex-shrink: 0;
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 4px 12px rgba(0, 61, 91, 0.06);
}

.rc-article__box-icon::before {
    content: "";
    display: block;
    width: 28px;
    height: 28px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 24 24' fill='none' stroke='%23B4863E' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 2L2 7l10 5 10-5-10-5z'/%3E%3Cpath d='M2 17l10 5 10-5'/%3E%3Cpath d='M2 12l10 5 10-5'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
}

.rc-article__box-content strong {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #B4863E;
    margin-bottom: 6px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.rc-article__box-content p {
    font-size: 15px;
    line-height: 1.7;
    color: #003D5B;
    margin: 0;
}

@media (max-width: 640px) {
    .rc-article__box {
        flex-direction: column;
        gap: 16px;
        padding: 24px;
    }
}

/* --------------------------------------------------------------------------
   10. SIGNATURE
   -------------------------------------------------------------------------- */

.rc-article__signature {
    text-align: center;
    margin: 56px 0 48px;
    padding: 36px 0;
    border-top: 1px solid rgba(0, 61, 91, 0.08);
    border-bottom: 1px solid rgba(0, 61, 91, 0.08);
}

.rc-article__signature-text {
    font-family: "Neulis Alt", system-ui, sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #003D5B;
    font-style: italic;
    letter-spacing: 0.02em;
}

/* --------------------------------------------------------------------------
   11. CTA - vylepšená verze
   -------------------------------------------------------------------------- */

.rc-article__cta {
    position: relative;
    text-align: center;
    padding: 56px 48px;
    background: linear-gradient(135deg, #003D5B 0%, #00527a 100%);
    border-radius: 24px;
    margin: 48px 0 0;
    overflow: hidden;
}

/* Dekorativní kruh vpravo nahoře */
.rc-article__cta::before {
    content: "";
    position: absolute;
    top: -40px;
    right: -40px;
    width: 180px;
    height: 180px;
    background: rgba(211, 197, 171, 0.08);
    border-radius: 50%;
    pointer-events: none;
}

/* Dekorativní kruh vlevo dole */
.rc-article__cta::after {
    content: "";
    position: absolute;
    bottom: -60px;
    left: -60px;
    width: 200px;
    height: 200px;
    background: rgba(211, 197, 171, 0.05);
    border-radius: 50%;
    pointer-events: none;
}

.rc-article__cta-eyebrow {
    position: relative;
    z-index: 1;
    display: block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #D3C5AB;
    margin-bottom: 16px;
}

.rc-article__cta h3 {
    position: relative;
    z-index: 1;
    font-family: "Neulis Alt", system-ui, sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 16px;
    letter-spacing: -0.01em;
}

.rc-article__cta p {
    position: relative;
    z-index: 1;
    font-size: 17px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.85);
    margin: 0 0 32px;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
}

.rc-article__cta-button {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 18px 40px;
    background: #D3C5AB;
    color: #003D5B;
    font-family: "Neulis Alt", system-ui, sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 999px;
    transition: all 0.3s ease;
}

.rc-article__cta-button::after {
    content: "→";
    font-size: 18px;
    transition: transform 0.3s ease;
}

.rc-article__cta-button:hover {
    background: #fff;
    transform: translateY(-3px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25);
}

.rc-article__cta-button:hover::after {
    transform: translateX(4px);
}

@media (max-width: 640px) {
    .rc-article__cta {
        padding: 44px 28px;
        border-radius: 20px;
    }

    .rc-article__cta h3 {
        font-size: 26px;
    }

    .rc-article__cta p {
        font-size: 16px;
    }

    .rc-article__cta-button {
        padding: 16px 32px;
    }
}

/* ==========================================================================
   ARTICLE DETAIL PAGE – opravy
   ========================================================================== */

/* 1. Skryjeme Shoptet featured image (duplikát před .text divem)
      Shoptet vkládá <img> přímo do <article> před .text,
      ale obrázek je už v .rc-article__header jako background */
.news-item-detail article > img {
    display: none !important;
}

/* 2. Skryjeme také <header> s H1 a datem z Shoptet šablony –
      rc-article má vlastní meta sekci */
.news-item-detail article > header {
    display: none !important;
}

/* 3. Rozšíření článku – přepíšeme .content.narrow omezení */
.news-item-detail,
#content-wrapper:has(.rc-article) #content.content,
#content-wrapper:has(.rc-article) #content.content.narrow {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

#content-wrapper:has(.rc-article) .content-wrapper-in {
    display: block !important;
    max-width: 100% !important;
}

#content-wrapper:has(.rc-article) .content-inner {
    max-width: 100% !important;
    padding: 0 !important;
}

/* Skryjeme sidebar na stránce článku */
#content-wrapper:has(.rc-article) .sidebar,
#content-wrapper:has(.rc-article) .sidebar-left {
    display: none !important;
}

@media (max-width: 1240px) {
    .rc-article {
        margin: 24px 20px 48px !important;
    }
}

@media (max-width: 768px) {
    .rc-article {
        margin: 16px 16px 40px !important;
    }
}

/* Body textu – trochu širší */
.rc-article__body {
    max-width: 900px !important;
    padding: 0 42px 42px !important;
}

@media (max-width: 768px) {
    .rc-article__body {
        padding: 0 28px 48px !important;
    }
}

@media (max-width: 480px) {
    .rc-article__body {
        padding: 0 20px 40px !important;
    }
}

/* Tlačítko Další článek */
.news-item-detail article footer {
    max-width: 1200px;
    margin: 0 auto;
    padding: 32px 20px;
    text-align: center;
}


/* ==========================================================================
   ARTICLE HEADER BACKGROUND IMAGES
   – přidávej nový řádek pro každý článek
   ========================================================================== */
 
/* Článek: Příběh, který začíná */
.rc-article__header--pribeh-ktery-zacina {
    background-image: url('https://www.rocio.cz/user/articles/images/whatsapp_image_2026-01-13_at_12.35.35_(1).jpeg');
}
 
/* Článek: Je sběr Palo Santo legální? */
.rc-article__header--sber-palo-santo-legalni {
    background-image: url('https://www.rocio.cz/user/articles/images/fotka4.jpeg');
}
 
/* Šablona pro další články:
.rc-article__header--nazev-clanku {
    background-image: url('URL_OBRAZKU');
}
*/