/**
 * Debates and Answers presentation.
 *
 * Loaded by inc/core.php.
 */

/* Debates and Answers */

/* Debates and Answers
===================================== */

.bf-da-single .bf-da-hero-wrap {
    padding-bottom: 10px;
}

.bf-da-single .bf-da-top-grid {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 28px;
    margin-bottom: 18px;
}

.bf-da-single .bf-da-top-grid.bf-da-no-thumb .bf-da-quickfacts {
    width: 100%;
    max-width: 100%;
}

.bf-da-single .bf-da-featured-image {
    flex: 0 0 320px;
    max-width: 320px;
}

.bf-da-single .bf-da-featured-image img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.bf-da-single .bf-da-quickfacts {
    flex: 1 1 280px;
    min-width: 260px;
    padding: 18px 20px;
    background: #f7f8fb;
    border: 1px solid #d8dfeb;
    border-radius: 10px;
}

.bf-da-single .bf-da-quickfacts .quickfacts-title {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 700;
    color: #002d72;
}

.bf-da-single .bf-da-quickfacts ul {
    margin: 0;
    padding-left: 18px;
}

.bf-da-single .bf-da-quickfacts li {
    margin: 0 0 8px;
}

.bf-da-single .bf-da-category-row {
    margin: 0 0 22px;
    padding: 12px 14px;
    background: #eef4ff;
    border-left: 4px solid #317eb1;
    border-radius: 6px;
}

.bf-da-single .bf-da-responses-wrap {
    margin-top: 30px;
}

.bf-da-single .bf-da-responses-wrap > h2 {
    margin-bottom: 18px;
}

.bf-da-single .bf-da-response-card {
    margin: 0 0 28px;
    padding: 24px;
    background: #fff;
    border: 1px solid #d9dfeb;
    border-radius: 12px;
    box-shadow: 0 3px 14px rgba(0, 45, 114, 0.06);
}

.bf-da-single .bf-da-response-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid #eceff5;
}

.bf-da-single .bf-da-response-header h3 {
    margin: 8px 0 0;
    font-size: 28px;
    line-height: 1.25;
}

.bf-da-single .bf-da-response-count {
    white-space: nowrap;
    padding: 7px 10px;
    font-size: 13px;
    font-weight: 700;
    color: #5c6b80;
    background: #f3f6fb;
    border-radius: 999px;
}

.bf-da-single .bf-da-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.bf-da-single .bf-da-badge {
    display: inline-flex;
    align-items: center;
    padding: 6px 10px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #234a86;
    background: #e9eef8;
    border-radius: 999px;
}

.bf-da-single .bf-da-badge-agree,
.bf-da-single .bf-da-badge-pro {
    color: #1f7a3e;
    background: #e9f7ef;
}

.bf-da-single .bf-da-badge-disagree,
.bf-da-single .bf-da-badge-con {
    color: #b3392f;
    background: #fff1f0;
}

.bf-da-single .bf-da-badge-neutral {
    color: #566273;
    background: #f2f4f7;
}

.bf-da-single .bf-da-response-meta {
    margin-top: 10px;
    font-size: 14px;
    color: #4b5a70;
}

.bf-da-single .bf-da-meta-light {
    color: #69788c;
}

.bf-da-single .bf-da-sep {
    margin: 0 7px;
    color: #9aa6b5;
}

.bf-da-single .bf-da-response-text > :last-child,
.bf-da-single .bf-da-response-footnotes > :last-child {
    margin-bottom: 0;
}

.bf-da-single .bf-da-response-media-block {
    margin-top: 22px;
}

.bf-da-single .bf-da-response-media-block h4 {
    margin-bottom: 12px;
}

.bf-da-single .bf-da-link-list {
    margin: 0;
    padding-left: 18px;
}

.bf-da-single .bf-da-link-list li {
    margin-bottom: 8px;
    word-break: break-word;
}

.bf-da-single .bf-da-response-footnotes {
    margin-top: 24px;
    padding-top: 18px;
    border-top: 1px dashed #d4dbe7;
}

/* Response images: use related-thumbs look */
.bf-da-single .bf-da-response-image-list {
    margin: 0;
    padding: 0;
}

.bf-da-single .bf-da-response-image-list .image_thumb_wrapper {
    list-style: none;
}

.bf-da-single .bf-da-response-images .readmore {
    display: none;
}

/* Videos */
.bf-da-single .bf-da-video-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
    gap: 18px;
}

.bf-da-single .bf-da-video-card {
    max-width: 640px;
    margin: 0;
    background: #fafbfe;
    border: 1px solid #e5eaf2;
    border-radius: 10px;
    overflow: hidden;
}

.bf-da-single .bf-da-video-embed {
    margin: 0;
}

.bf-da-single .bf-da-video-embed iframe,
.bf-da-single .bf-da-video-embed video,
.bf-da-single .bf-da-video-embed embed,
.bf-da-single .bf-da-video-embed object {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
}

.bf-da-single .bf-da-video-copy {
    padding: 12px 14px 14px;
}

.bf-da-single .bf-da-video-title {
    margin-bottom: 5px;
    font-weight: 700;
}

.bf-da-single .bf-da-video-description {
    font-size: 14px;
    line-height: 1.5;
    color: #5c6b80;
}

