.interview-container-1bf4cb05 {
    display: flex;
    flex-direction: column;
    width: 100%;
}

@media (min-width: 768px) {
    .interview-container-1bf4cb05 {
        flex-direction: row;
        align-items: center;
    }
    .interview-video-col-1bf4cb05,
    .interview-content-col-1bf4cb05 {
        flex: 1;
        width: 50%;
    }
}

.interview-video-ratio-1bf4cb05 {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
    height: 0;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.interview-video-ratio-1bf4cb05 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.interview-video-placeholder-1bf4cb05 {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f0f0f0;
    border: 2px dashed #cccccc;
    aspect-ratio: 16/9;
    border-radius: 8px;
    text-align: center;
    padding: 20px;
}

.interview-content-col-1bf4cb05 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.interview-badge-1bf4cb05 {
    align-self: flex-start;
    padding: 6px 14px;
    border-radius: 50px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.interview-title-1bf4cb05 {
    margin: 0 0 10px 0;
    font-size: 32px;
    font-weight: 800;
    line-height: 1.2;
}

.interview-subtitle-1bf4cb05 {
    margin: 0 0 20px 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
}

.interview-desc-1bf4cb05 {
    margin-bottom: 25px;
    line-height: 1.6;
}

.interview-quote-box-1bf4cb05 {
    padding: 20px;
    border-left: 4px solid;
    border-radius: 0 8px 8px 0;
}

.interview-quote-text-1bf4cb05 {
    font-style: italic;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 8px;
}

.interview-quote-author-1bf4cb05 {
    display: block;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
