.bc-report-preview-section {
    max-width: 1180px;
    margin: 0 auto;
    padding: 20px 0;
}

.bc-report-preview-section__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 28px;
}

.bc-report-preview-section__title {
    margin: 0;
    font-size: 30px;
}

.bc-report-preview-section__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 22px;
    background: #58b1cf;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}

.bc-report-shortcode a.bc-report-preview-section__link {
    background: #33C6E9 !important;
    margin-top: 2rem;
    margin-bottom: 3rem !important;
    padding: 0.75rem 2rem !important;
    color: white !important;
    font-weight: 600;
    border-radius: 5px;
    line-height: 1 !important;
    min-height: 35px !important;
    overflow: hidden;
    border-color: #33C6E9 !important;
    text-decoration: none !important;
}

.bc-report-shortcode a.bc-report-preview-section__link:hover,
.bc-report-shortcode a.bc-report-preview-section__link:active {
    color: white !important;
}

.bc-report-preview-section__empty {
    padding: 24px;
    background: #f8f8f3;
}

.bc-report-preview-section__pagination {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-top: 32px;
}

.bc-report-preview-section__pagination-link,
.bc-report-preview-section__pagination-current {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    min-height: 44px;
    padding: 0 14px;
    border: 1px solid #d8d8d8;
    background: #fff;
    color: #111;
    text-decoration: none;
    font-size: 18px;
}

.bc-report-preview-section__pagination-current {
    background: #58b1cf;
    border-color: #58b1cf;
    color: #fff;
}

.bc-report-preview-grid {
    display: grid;
    gap: 28px;
}

.bc-report-preview-grid--split {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bc-report-preview-grid--stacked {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 34px 30px;
}

.bc-report-preview {
    background: #fff;
    min-width: 0;
}

/* Strip default link underlines only — preserve admin-entered text styles like <s>/<u>/<del>/<ins> in pricing HTML. */
.bc-report-preview a,
.bc-report-preview a * {
    text-decoration: none !important;
}

.bc-report-preview--split {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 22px;
    align-items: start;
    padding: 22px;
    border: 1px solid #d9e8ee;
}

.bc-report-preview--stacked {
    display: flex;
    flex-direction: column;
    padding: 0 6px;
}

.bc-report-preview__thumb {
    background: #f4f8f9;
    overflow: hidden;
}

.bc-report-preview__thumb-link {
    display: block;
    width: 100%;
    height: 100%;
    color: inherit;
    text-decoration: none;
}

.bc-report-preview--split .bc-report-preview__thumb {
    aspect-ratio: 1 / 1;
}

.bc-report-preview--stacked .bc-report-preview__thumb {
    margin-bottom: 25px;
    height: 250px;
}

.bc-report-preview__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.bc-report-preview__thumb-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 18px;
    color: #4ca8c6;
    font-weight: 700;
    text-align: center;
    background: linear-gradient(135deg, #edf7fb 0%, #ffffff 100%);
}

.bc-report-preview__body {
    min-width: 0;
}

.bc-report-preview--stacked .bc-report-preview__body {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
}

.bc-report-preview__title {
    margin: 0 0 10px;
    color: #333333;
    font-weight: 500;
    font-size: 17px;
    line-height: 1.25;
    font-family: "Poppins", sans-serif;
}

.bc-report-preview__title a {
    color: inherit;
    text-decoration: none;
}

.bc-report-preview__meta {
    margin: 0 0 12px;
    color: #666;
    font-size: 16px;
}

.bc-report-preview__excerpt {
    margin: 0 0 16px;
    line-height: 1.3;
    color: #757575;
    margin-top: 0.45rem;
    overflow: hidden;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.bc-report-preview__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: auto;
}

.bc-report-preview__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 35px;
    padding: 0 8px;
    background: #58b1cf;
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    transition: all ease-in-out 0.3s;
}

.bc-report-preview__cta:hover,
.bc-report-preview__cta:active {
    background: #32c6e9;
    color: white !important;
    text-decoration: none !important;
}

.blogContent .bc-report-preview--stacked a.bc-report-preview__cta {
    min-height: 25px;
    min-width: 90px;
    padding: 5px 20px 5px 25px;
    font-size: 17px;
    font-weight: 400;
    color: white !important;
}

.blogContent .bc-report-preview--stacked a.bc-report-preview__cta:hover,
.blogContent .bc-report-preview--stacked a.bc-report-preview__cta:active {
    color: white !important;
}

.bc-report-preview__cta img {
    height: 25px;
    width: auto;
    margin-left: 5px;
}

.bc-report-preview__price {
    font-size: 20px;
    font-weight: 700;
    white-space: nowrap;
}

.bc-report-preview--stacked .bc-report-preview__meta {
    color: #797979;
    font-size: 15px;
    font-family: "Lato", sans-serif;
}

.bc-report-preview--stacked .bc-report-preview__price {
    color: #000;
    font-size: 18px;
    font-weight: 400;
}

@media (max-width: 1080px) {
    .bc-report-preview-grid--stacked {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .bc-report-preview-grid--split {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .bc-report-preview-grid--stacked {
        grid-template-columns: 1fr;
    }

    .bc-report-preview--stacked .bc-report-preview__footer {
        align-items: stretch;
        flex-direction: column;
    }

    .bc-report-preview--stacked .bc-report-preview__cta {
        width: 100%;
    }
}

@media (max-width: 640px) {
    .bc-report-preview-section__header {
        align-items: stretch;
        flex-direction: column;
    }

    .bc-report-preview--split {
        grid-template-columns: 1fr;
    }
}
