.cc-card-inline-link {
    color: inherit;
    text-decoration: none;
}

.cc-card-inline-link:hover {
    text-decoration: underline;
}

.single-post .hero-section[data-type="type-1"],
.single-post .hero-section[data-type="type-2"] {
    position: relative;
}

.single-post .hero-section[data-type="type-1"]::after,
.single-post .hero-section[data-type="type-2"]::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(11, 22, 39, 0.18), rgba(11, 22, 39, 0.36));
    pointer-events: none;
}

.single-post .entry-content {
    font-size: 17px;
    line-height: 1.8;
}

.single-post .entry-content h2,
.single-post .entry-content h3 {
    line-height: 1.3;
    margin-top: 1.8em;
}

.single-post .entry-content p {
    margin-bottom: 1.1em;
}

.single-post .entry-content img {
    border-radius: 14px;
    box-shadow: 0 10px 28px rgba(16, 42, 67, 0.12);
}

.cc-blog-after-content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
}

.cc-blog-local-links,
.cc-blog-related-links {
    border: 1px solid #dfe7ef;
    border-radius: 14px;
    padding: 16px;
    background: #f8fbff;
}

.cc-blog-local-links h3,
.cc-blog-related-links h3 {
    margin: 0 0 10px;
    font-size: 18px;
}

.cc-blog-local-links ul,
.cc-blog-related-links ul {
    margin: 0;
    padding-left: 18px;
}

.cc-blog-local-links li,
.cc-blog-related-links li {
    margin: 6px 0;
}

.cc-blog-local-links a,
.cc-blog-related-links a {
    text-decoration: none;
}

.cc-blog-local-links a:hover,
.cc-blog-related-links a:hover {
    text-decoration: underline;
}

.blog .entries article,
.archive.category .entries article,
.archive.author .entries article,
.archive.date .entries article {
    border: 1px solid #e4edf6;
    border-radius: 16px;
    padding: 12px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(16, 42, 67, 0.06);
    transition: transform 160ms ease, box-shadow 160ms ease;
}

.blog .entries article:hover,
.archive.category .entries article:hover,
.archive.author .entries article:hover,
.archive.date .entries article:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(16, 42, 67, 0.1);
}

.blog .entries article .entry-card .entry-meta,
.archive.category .entries article .entry-card .entry-meta {
    font-weight: 600;
}

.cc-blog-city-archive {
    padding-top: calc(var(--cc-header-offset, 108px) + 18px);
    padding-bottom: 32px;
}

.cc-blog-city-archive__head {
    margin-bottom: 20px;
    padding: 16px;
    border-radius: 16px;
    background:
        radial-gradient(500px 120px at 10% -20%, rgba(35, 211, 211, 0.16), transparent 55%),
        linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
    border: 1px solid #dbe7f4;
}

.cc-blog-city-archive__eyebrow {
    margin: 0 0 6px;
    color: #0f766e;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .06em;
    font-size: 12px;
}

.cc-blog-city-archive__title {
    margin: 0 0 8px;
}

.cc-blog-city-archive__lead {
    margin: 0;
    color: #425466;
    max-width: 72ch;
}

.cc-blog-city-archive__chips {
    margin-top: 12px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.cc-blog-city-archive__chips a {
    display: inline-flex;
    align-items: center;
    border: 1px solid #dce8f5;
    border-radius: 999px;
    padding: 6px 10px;
    text-decoration: none;
    color: #194164;
    font-size: 13px;
    font-weight: 600;
    background: #f8fbff;
}

.cc-blog-city-archive__chips a:hover {
    background: #eef6ff;
    color: #0b7074;
}

.cc-blog-custom-hero {
    position: relative;
    background-color: #15314d;
    background-size: cover;
    background-position: center;
    padding: calc(var(--cc-header-offset, 108px) + 34px) 0 52px;
    color: #fff;
}

.cc-blog-custom-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(8, 18, 33, 0.45), rgba(8, 18, 33, 0.65));
}

.cc-blog-custom-hero .ct-container {
    position: relative;
    z-index: 1;
}

.cc-blog-custom-hero__inner {
    max-width: 760px;
}

.cc-blog-custom-hero__eyebrow {
    margin: 0 0 8px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    opacity: .95;
}

.cc-blog-custom-hero__title {
    margin: 0 0 12px;
    font-size: clamp(30px, 5vw, 48px);
    line-height: 1.12;
    color: #fff;
}

.cc-blog-custom-hero__lead {
    margin: 0;
    max-width: 70ch;
    font-size: 16px;
    line-height: 1.6;
    opacity: 0.95;
}

.cc-blog-blocksy {
    padding-top: calc(var(--cc-header-offset, 108px) + 16px);
}

.cc-blog-blocksy__context {
    margin: 0 0 16px;
}

.cc-blog-blocksy__sidebar {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.cc-ad-slot-wrap--blog {
    margin: 0 0 14px;
}

.cc-ad-slot-wrap--blog.cc-ad-slot-wrap--blog_archive_below_list {
    margin-top: 24px;
}

.cc-ad-slot-wrap--blog .cc-ad-slot {
    border: 1px solid #dbe7f4;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
}

.cc-ad-slot-wrap--blog .cc-ad-link--image {
    display: block;
}

.cc-ad-slot-wrap--blog .cc-ad-link--image img {
    display: block;
    width: 100%;
    height: auto;
}

/* AdSense în sloturi blog: snippet-ul nu include neapărat .cc-ad-slot din demo */
.cc-ad-slot-wrap--blog ins.adsbygoogle {
    display: block !important;
    max-width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box;
}

.cc-ad-slot-wrap--blog:not(:has(.cc-ad-slot)) {
    border: 1px solid #dbe7f4;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    padding: 10px 12px;
}

/* Reserve space for in-feed insertions to reduce CLS */
.cc-ad-slot-wrap--blog.cc-ad-slot-wrap--blog_archive_infeed_3,
.cc-ad-slot-wrap--blog.cc-ad-slot-wrap--blog_archive_infeed_6 {
    min-height: 140px;
}

.single-post .comment-respond {
    margin-top: 28px;
    background: #ffffff;
    border-radius: 24px;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.04);
    padding: 24px 28px 26px;
}

.single-post .comment-respond .comment-reply-title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    margin: 0 0 18px 0;
    padding: 0;
    border: 0;
    color: #10131a;
}

.single-post .comment-respond .comment-reply-title::before {
    content: "";
    flex: 0 0 auto;
    width: 22px;
    height: 22px;
    border-radius: 999px;
    background: rgba(35, 211, 211, 0.12);
}

.single-post .comment-respond .cc-field {
    margin-bottom: 16px;
}

.single-post .comment-respond .comment-form-url,
.single-post .comment-respond .comment-form-website {
    display: none !important;
}

.single-post .comment-respond label {
    display: block;
    margin-bottom: 6px;
    font-size: 13px;
    font-weight: 500;
    color: #444955;
}

.single-post .comment-respond input[type="text"],
.single-post .comment-respond input[type="email"],
.single-post .comment-respond textarea {
    width: 100%;
    font-size: 14px;
    border-radius: 999px;
    border: 1px solid #e2e6ee;
    padding: 10px 14px;
    background: #fbfcff;
    color: #1b1e26;
    outline: none;
    transition: border-color 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease;
}

.single-post .comment-respond textarea {
    border-radius: 18px;
    min-height: 140px;
    resize: vertical;
}

.single-post .comment-respond input:focus,
.single-post .comment-respond textarea:focus {
    border-color: #23d3d3;
    box-shadow: 0 0 0 1px rgba(35, 211, 211, 0.12);
    background: #ffffff;
}

.single-post .comment-respond .form-submit {
    margin-top: 8px;
}

.single-post .comment-respond .comment-form-cookies-consent {
    margin-top: 2px;
}

.single-post .comment-respond .comment-form-cookies-consent label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    font-size: 13px;
}

.single-post .comment-respond .comment-form-cookies-consent input[type="checkbox"] {
    width: 16px;
    height: 16px;
    margin: 0;
}

.single-post .comment-respond .form-submit .submit {
    border: none;
    outline: none;
    padding: 10px 22px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 600;
    background: #23d3d3;
    color: #ffffff;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 14px 35px rgba(15, 21, 32, 0.15);
    transition: transform 0.1s ease, box-shadow 0.1s ease, background-color 0.15s ease;
}

.single-post .comment-respond .form-submit .submit:hover {
    background: #21c2c2;
    transform: translateY(-1px);
    box-shadow: 0 18px 40px rgba(15, 21, 32, 0.18);
}

.cc-ad-slot--blog-video .cc-ad-video-frame {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #0d2f42;
}

.cc-ad-slot--blog-video .cc-ad-video-frame iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.cc-blog-card-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 0 0 10px;
}

.cc-blog-card-pill {
    display: inline-flex;
    align-items: center;
    border: 1px solid #dce8f5;
    border-radius: 999px;
    padding: 2px 9px;
    font-size: 11px;
    font-weight: 700;
    color: #1a4365;
    background: #f6fbff;
}

.cc-blog-card-pill--link,
.cc-blog-card-pill--link:hover,
.cc-blog-card-pill--link:focus,
.cc-blog-card-pill--link:visited {
    color: #1a4365 !important;
    text-decoration: none !important;
}

.cc-blog-card-pill--link {
    transition: background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}

.cc-blog-card-pill--link:hover {
    background: #eef7ff;
    border-color: #c9ddf2;
}

.cc-blog-card-pill--link:focus-visible {
    outline: none;
    box-shadow: 0 0 0 2px rgba(35, 211, 211, 0.2);
}

.entry-meta .meta-editorial-updated {
    opacity: 0.9;
}

.entry-meta .meta-editorial-updated span {
    font-weight: 500;
}

.single-post .cc-post-editorial-meta {
    margin: 0 0 16px;
    padding: 10px 12px;
    border: 1px solid #e3edf8;
    border-radius: 10px;
    background: #f8fbff;
}

.single-post .cc-post-editorial-meta p {
    margin: 0;
    font-size: 13px;
    line-height: 1.45;
    color: #1a3550;
}

.single-post .cc-post-editorial-meta p + p {
    margin-top: 4px;
}

.cc-blog-editorial-list {
    display: grid;
    gap: 14px;
}

.cc-blog-editorial-item {
    border: 1px solid #dfe8f2;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 8px 18px rgba(16, 42, 67, 0.07);
    overflow: hidden;
}

.cc-blog-editorial-item__link {
    display: grid;
    grid-template-columns: 210px minmax(0, 1fr);
    min-height: 178px;
    color: inherit;
    text-decoration: none;
}

.cc-blog-editorial-item__thumb-wrap {
    height: 100%;
    min-height: 178px;
    background: #eef4fb;
}

.cc-blog-editorial-item__thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.cc-blog-editorial-item__body {
    padding: 12px 14px;
    display: grid;
    align-content: start;
    gap: 6px;
}

.cc-blog-editorial-item__pills {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    min-height: 24px;
}

.cc-blog-editorial-item__pill {
    display: inline-flex;
    align-items: center;
    border: 1px solid #dce8f5;
    border-radius: 999px;
    padding: 2px 8px;
    font-size: 11px;
    font-weight: 700;
    color: #194164;
    background: #f8fbff;
}

.cc-blog-editorial-item__title {
    margin: 0;
    font-size: 20px;
    line-height: 1.35;
    font-weight: 700;
}

.cc-blog-editorial-item__meta {
    margin: 0;
    font-size: 12px;
    font-weight: 600;
    color: #5d7288;
}

.cc-blog-editorial-item__excerpt {
    margin: 0;
    color: #3f5165;
    line-height: 1.55;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 92px;
}

.cc-blog-editorial-sidebar__stats {
    border-radius: 14px;
    padding: 14px;
    color: #fff;
    background:
        radial-gradient(420px 160px at 90% -20%, rgba(255, 255, 255, 0.18), transparent 60%),
        linear-gradient(140deg, #15b9be 0%, #2fd5d1 45%, #0aa3b1 100%);
    box-shadow: 0 14px 30px rgba(15, 122, 130, 0.28);
}

.cc-blog-editorial-sidebar__stats h3 {
    margin: 0 0 10px;
    color: #fff;
    font-size: 18px;
}

.cc-blog-editorial-sidebar__lead {
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.95);
}

.cc-blog-editorial-sidebar__badge {
    display: inline-flex;
    margin: 0 0 10px;
    padding: 4px 9px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.38);
    background: rgba(255, 255, 255, 0.14);
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.cc-blog-editorial-sidebar__stats ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 8px;
}

.cc-blog-editorial-sidebar__stats li {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 8px;
}

.cc-blog-editorial-sidebar__stats strong {
    font-size: 20px;
    line-height: 1.1;
}

.cc-blog-editorial-sidebar__stats span {
    font-size: 12px;
    opacity: 0.95;
}

.cc-newsletter-box {
    border: 1px solid #dbe7f4;
    border-radius: 12px;
    background: #fff;
    padding: 12px;
}

.cc-newsletter-box h3 {
    margin: 0 0 8px;
    font-size: 16px;
    color: #173f61;
}

.cc-newsletter-box p {
    margin: 0 0 10px;
    color: #4e657a;
    font-size: 13px;
    line-height: 1.5;
}

.cc-newsletter-box__form {
    display: grid;
    gap: 8px;
}

.cc-newsletter-box__form input[type="email"] {
    width: 100%;
    border: 1px solid #d3e2f2;
    border-radius: 10px;
    padding: 10px 11px;
    font-size: 14px;
}

.cc-newsletter-box__form button {
    border: 0;
    border-radius: 10px;
    background: linear-gradient(140deg, #15b9be 0%, #0aa3b1 100%);
    color: #fff;
    padding: 10px 12px;
    font-weight: 700;
    cursor: pointer;
}

.cc-newsletter-box__msg {
    margin: 0 0 8px;
    font-size: 12px;
    font-weight: 600;
}

.cc-newsletter-box__msg--ok {
    color: #0f766e;
}

.cc-newsletter-box__msg--err {
    color: #b91c1c;
}

.cc-single-post-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
}

.cc-single-post-sidebar {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.cc-blog-city-archive__pagination {
    margin-top: 18px;
}

.cc-blog-city-archive__pagination .nav-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.cc-blog-city-archive__pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    border: 1px solid #dce8f5;
    color: #183b56;
    background: #f8fbff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
}

.cc-blog-city-archive__pagination a.page-numbers:hover {
    background: #eaf4ff;
    border-color: #bcd9f7;
}

.cc-blog-city-archive__pagination .page-numbers.current {
    background: #23d3d3;
    border-color: #23d3d3;
    color: #fff;
}

.cc-blog-city-archive__stats {
    margin: 0 0 16px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.cc-blog-city-archive__stat-card {
    border: 1px solid #dbe7f4;
    border-radius: 12px;
    background: #fff;
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.cc-blog-city-archive__stat-value {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 800;
    color: #163e60;
}

.cc-blog-city-archive__stat-label {
    font-size: 12px;
    color: #567087;
}

.cc-blog-city-archive__strip {
    margin: 0 0 14px;
}

.cc-blog-city-archive__strip-title {
    margin: 0 0 8px;
    font-size: 15px;
    color: #173f61;
}

.cc-blog-city-archive__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}

.cc-blog-city-archive__card {
    border: 1px solid #dfe8f2;
    border-radius: 14px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 8px 22px rgba(16, 42, 67, 0.08);
    height: 100%;
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.cc-blog-city-archive__card:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(16, 42, 67, 0.12);
}

.cc-blog-city-archive__card-link {
    display: flex;
    flex-direction: column;
    height: 100%;
    color: inherit;
    text-decoration: none;
}

.cc-blog-city-archive__thumb-wrap {
    aspect-ratio: 16 / 9;
    min-height: 200px;
    background: #eef4fb;
}

.cc-blog-city-archive__thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 240ms ease;
}

.cc-blog-city-archive__card:hover .cc-blog-city-archive__thumb {
    transform: scale(1.03);
}

.cc-blog-city-archive__body {
    padding: 12px 12px 14px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.cc-blog-city-archive__pills {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 0 0 8px;
    min-height: 26px;
    align-items: center;
}

.cc-blog-city-archive__pill {
    display: inline-flex;
    align-items: center;
    border: 1px solid #dce8f5;
    border-radius: 999px;
    padding: 2px 8px;
    font-size: 11px;
    font-weight: 700;
    color: #194164;
    background: #f8fbff;
}

.cc-blog-city-archive__card-title {
    margin: 0 0 6px;
    font-size: 18px;
    line-height: 1.3;
    min-height: 46px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.cc-blog-city-archive__meta {
    margin: 0 0 8px;
    font-size: 12px;
    color: #5d7288;
    font-weight: 600;
}

.cc-blog-city-archive__excerpt {
    margin: 0;
    color: #3f5165;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 92px;
}

.cc-blog-city-archive__layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
}

.cc-blog-city-archive__sidebar {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.cc-blog-city-archive__sidebar-card {
    border: 1px solid #dbe7f4;
    border-radius: 12px;
    background: #fff;
    padding: 12px;
}

.cc-blog-city-archive__sidebar-card h3 {
    margin: 0 0 8px;
    font-size: 14px;
    color: #173f61;
}

.cc-blog-city-archive__empty {
    border: 1px solid #dbe7f4;
    border-radius: 12px;
    padding: 18px;
    background: #f8fbff;
}

.cc-blog-city-archive__empty h2 {
    margin-top: 0;
}

.cc-blog-city-archive__empty p {
    margin-bottom: 0;
}

@media (max-width: 900px) {
    .single-post .entry-content {
        font-size: 16px;
    }
    .cc-blog-city-archive__stats {
        grid-template-columns: 1fr;
    }
    .cc-blog-city-archive {
        padding-top: calc(var(--cc-header-offset, 94px) + 14px);
    }
    .cc-blog-blocksy {
        padding-top: calc(var(--cc-header-offset, 94px) + 14px);
    }
    .cc-blog-custom-hero {
        padding: calc(var(--cc-header-offset, 94px) + 26px) 0 38px;
    }
    .cc-blog-editorial-item__link {
        grid-template-columns: 1fr;
    }
    .cc-blog-editorial-item__thumb-wrap {
        min-height: 200px;
        aspect-ratio: 16 / 9;
    }
    .cc-blog-editorial-item__excerpt {
        min-height: 0;
    }
}

@media (min-width: 901px) {
    .cc-single-post-layout {
        grid-template-columns: minmax(0, 2fr) minmax(300px, 1fr);
        align-items: start;
    }

    .cc-single-post-sidebar {
        position: sticky;
        top: calc(var(--cc-header-offset, 108px) + 14px);
    }

    .cc-blog-blocksy__sidebar {
        position: sticky;
        top: calc(var(--cc-header-offset, 108px) + 12px);
    }

    .cc-blog-city-archive__layout {
        grid-template-columns: minmax(0, 2fr) minmax(260px, 1fr);
        align-items: start;
    }

    .cc-blog-city-archive__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cc-blog-city-archive__card--featured {
        grid-column: 1 / -1;
    }

    .cc-blog-city-archive__sidebar {
        position: sticky;
        top: calc(var(--cc-header-offset, 108px) + 12px);
    }

    .single-post .cc-blog-after-content {
        grid-template-columns: 1fr;
    }
}

/* ─────────────────────────────────────────────────────────────
   Sticky bottom bar (blog + arhive WP): cc-archive-locatii.css
   nu e încărcat pe aceste pagini, deci punem aici același model
   (fixed viewport + inner + close sus-dreapta).
   ───────────────────────────────────────────────────────────── */

.cc-ad-sticky-bottom {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 8px 12px 12px;
    background: transparent;
    pointer-events: none;
}

.cc-ad-sticky-video {
    position: fixed;
    right: 12px;
    bottom: 18px;
    z-index: 99999;
    display: none;
    align-items: flex-end;
    justify-content: flex-end;
    pointer-events: none;
}

.cc-ad-sticky-video__inner {
    position: relative;
    width: min(320px, calc(100vw - 24px));
    pointer-events: auto;
}

.cc-ad-sticky-video .cc-ad-slot-wrap,
.cc-ad-sticky-video .cc-ad-slot,
.cc-ad-sticky-video .cc-ad-slot--blog-video,
.cc-ad-sticky-video .cc-ad-video-frame {
    width: 100%;
}

.cc-ad-sticky-video .cc-ad-video-frame {
    aspect-ratio: 16 / 9;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 16px 44px rgba(15, 23, 42, 0.36);
}

.cc-ad-sticky-bottom__inner {
    position: relative;
    width: 100%;
    max-width: 970px;
    pointer-events: auto;
}

.cc-ad-sticky-bottom .cc-ad-slot-wrap,
.cc-ad-sticky-bottom .cc-ad-slot--sticky,
.cc-ad-sticky-bottom .cc-ad-slot--blog-image {
    width: 100%;
}

.cc-ad-sticky-bottom .cc-ad-slot--blog-image img,
.cc-ad-sticky-bottom .cc-ad-slot--sticky img {
    width: 100%;
    height: auto;
    border-radius: 14px;
    object-fit: cover;
}

.cc-ad-sticky-close {
    position: absolute;
    top: -12px;
    right: 4px;
    z-index: 2;
    border: 0;
    background: #0f172a;
    color: #fff;
    border-radius: 999px;
    width: 28px;
    height: 28px;
    font-size: 16px;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: auto;
}

@media (max-width: 767.98px) {
    .cc-ad-sticky-bottom {
        padding: 6px 10px 10px;
    }

    .cc-ad-sticky-bottom .cc-ad-slot--sticky img,
    .cc-ad-sticky-bottom .cc-ad-slot--blog-image img {
        max-height: 72px;
    }

    .cc-ad-sticky-video {
        right: 10px;
        left: 10px;
        bottom: 10px;
    }

    .cc-ad-sticky-video__inner {
        width: 100%;
    }
}
