
/* --- Video Section Container --- */
.fuji-video-section {
    width: 96%;
    max-width: 1440px;
    /* Updated Margin: Top reduced to 0px to close the gap */
    margin: 0 auto 40px auto; 
    padding: 20px 10px 0 10px; /* Added small top padding for internal breathing room */
    text-align: center;
    font-family: 'Segoe UI', Verdana, Helvetica, sans-serif;
    box-sizing: border-box;
}

/* --- Title Style --- */
.fuji-video-title {
    font-size: 32px;
    font-weight: 800;
    color: #000;
    margin-bottom: 20px;
    line-height: 1.3;
}

/* --- Description Text Style --- */
.fuji-video-desc {
    font-size: 16px;
    line-height: 1.6;
    color: #444;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 40px auto;
}

/* --- Red Highlight Style --- */
.fuji-highlight-red {
    color: #ba372a;
    font-weight: 700;
}

/* --- Mobile Responsive --- */
@media (max-width: 768px) {
    .fuji-video-section { margin-top: 10px; }
    .fuji-video-title { font-size: 24px; }
    .fuji-video-desc { font-size: 15px; text-align: left; }
}
