
    /* --- FUJI JITAN SPANISH STYLES --- */
    .fuji-jitan-container-es {
        font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
        font-size: 16px;
        line-height: 1.6;
        color: #333;
        max-width: 100%;
        overflow-x: hidden;
        margin: 0 auto;
        padding: 0 10px;
    }
    .jitan-header {
        text-align: center;
        margin-bottom: 40px;
        border-bottom: 3px solid #006400;
        padding-bottom: 25px;
        background-color: #fcfcfc;
        padding-top: 20px;
    }
    .jitan-header h2 {
        font-size: 26px;
        font-weight: 700;
        margin-bottom: 15px;
        color: #006400;
    }
    .jitan-quote {
        font-size: 18px;
        font-weight: 600;
        color: #444;
        margin-bottom: 15px;
        font-style: italic;
    }
    /* Optimized Image Sizing */
    .jitan-img-responsive {
        display: block;
        margin: 20px auto;
        max-width: 100%;
        height: auto;
        box-shadow: 0 4px 12px rgba(0,0,0,0.1);
        border-radius: 6px;
    }
    .jitan-img-poster { max-width: 500px; }
    .jitan-img-review { max-width: 700px; border: 1px solid #eee; }
    
    /* Optimized Video Container */
    .video-container {
        max-width: 700px; /* Constrain width */
        margin: 0 auto 30px auto;
    }
    .video-wrapper {
        position: relative;
        padding-bottom: 56.25%;
        height: 0;
        overflow: hidden;
        border-radius: 8px;
        box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    }
    .video-wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .jitan-subhead {
        font-size: 22px;
        font-weight: 700;
        margin-top: 35px;
        margin-bottom: 20px;
        color: #000;
        border-left: 5px solid #006400;
        padding-left: 15px;
    }
    .feature-box {
        margin-bottom: 30px;
        background-color: #f9f9f9;
        padding: 20px;
        border-radius: 6px;
        border: 1px solid #eee;
    }
    .table-responsive {
        overflow-x: auto;
        margin-bottom: 35px;
        border: 1px solid #e0e0e0;
        border-radius: 4px;
    }
    .jitan-table {
        width: 100%;
        border-collapse: collapse;
        font-size: 15px;
        text-align: left;
        min-width: 600px;
    }
    .jitan-table th, .jitan-table td {
        padding: 12px;
        border-bottom: 1px solid #eee;
    }
    .jitan-table th {
        background-color: #006400;
        color: #fff;
    }
    .jitan-btn {
        display: inline-block;
        background-color: #006400;
        color: #ffffff !important;
        padding: 16px 35px;
        text-decoration: none;
        border-radius: 4px;
        font-size: 18px;
        font-weight: bold;
        transition: background-color 0.3s;
        box-shadow: 0 4px 6px rgba(0,0,0,0.2);
        margin-top: 20px;
    }
    .jitan-btn:hover { background-color: #004d00; }
    .jitan-link {
        color: #006400;
        text-decoration: underline;
        font-weight: bold;
    }
