
#fuji-super-f2-content,
#fuji-super-f2-content * {
    box-sizing: border-box;
}

#fuji-super-f2-content {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    color: #333;
    font-family: Verdana, "Segoe UI", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.65;
    text-align: left;
    overflow-wrap: anywhere;
}

#fuji-super-f2-content .article-container {
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
    padding: 8px 0 24px;
}

#fuji-super-f2-content h2 {
    margin: 30px 0 14px;
    padding-bottom: 8px;
    border-bottom: 2px solid #b22222;
    color: #b22222;
    font-family: inherit;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4;
    text-align: left;
    text-transform: none;
}

#fuji-super-f2-content .article-container > h2:first-child {
    margin-top: 0;
}

#fuji-super-f2-content h3 {
    margin: 20px 0 10px;
    color: #333;
    font-family: inherit;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.45;
    text-align: left;
    text-transform: none;
}

#fuji-super-f2-content p {
    margin: 0 0 14px;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    text-align: left;
}

#fuji-super-f2-content ul,
#fuji-super-f2-content ol {
    margin: 0 0 16px;
    padding-left: 22px;
}

#fuji-super-f2-content ul {
    list-style: disc outside;
}

#fuji-super-f2-content ol {
    list-style: decimal outside;
}

#fuji-super-f2-content li {
    margin-bottom: 8px;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

#fuji-super-f2-content strong {
    color: #222;
    font-family: inherit;
    font-weight: 700;
}

#fuji-super-f2-content a {
    color: #a51d1d;
    text-decoration: underline;
    text-underline-offset: 3px;
}

#fuji-super-f2-content a:hover {
    text-decoration-thickness: 2px;
}

#fuji-super-f2-content a:focus-visible {
    outline: 2px solid #a51d1d;
    outline-offset: 4px;
}

#fuji-super-f2-content img {
    max-width: 100%;
    height: auto;
}

#fuji-super-f2-content .media-wrapper {
    width: 100%;
    margin: 24px 0;
    text-align: center;
}

#fuji-super-f2-content .media-wrapper img {
    display: block;
    float: none;
    width: 100%;
    max-width: 480px;
    height: auto;
    margin: 0 auto;
    border-radius: 4px;
}

#fuji-super-f2-content .specification-image img {
    max-width: 700px;
}

#fuji-super-f2-content .content-image {
    display: block;
    float: none;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

#fuji-super-f2-content .feature-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin: 16px 0 20px;
}

#fuji-super-f2-content .feature-card {
    min-width: 0;
    padding: 16px;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    background: #fafafa;
}

#fuji-super-f2-content .feature-card h3 {
    margin-top: 0;
    color: #a51d1d;
}

#fuji-super-f2-content .feature-card p:last-child,
#fuji-super-f2-content .feature-card ul:last-child,
#fuji-super-f2-content .feature-card ol:last-child {
    margin-bottom: 0;
}

#fuji-super-f2-content .feature-card a {
    font-weight: 700;
}

#fuji-super-f2-content .table-wrapper {
    width: 100%;
    max-width: 100%;
    margin: 16px 0;
    overflow-x: auto;
}

#fuji-super-f2-content .spec-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    font-family: inherit;
    font-size: 16px;
    line-height: 1.55;
}

#fuji-super-f2-content .spec-table th,
#fuji-super-f2-content .spec-table td {
    padding: 12px;
    border: 1px solid #ddd;
    text-align: left;
    vertical-align: top;
    white-space: normal;
    overflow-wrap: anywhere;
}

#fuji-super-f2-content .spec-table th {
    width: 38%;
    background: #f5f5f5;
    font-weight: 700;
}

#fuji-super-f2-content .dimension {
    display: inline-block;
}

#fuji-super-f2-content .info-box {
    margin: 20px 0;
    padding: 16px;
    border-left: 4px solid #b22222;
    border-radius: 4px;
    background: #f7f7f7;
}

#fuji-super-f2-content .info-box h3 {
    margin-top: 0;
}

#fuji-super-f2-content .info-box p:last-child,
#fuji-super-f2-content .info-box ul:last-child {
    margin-bottom: 0;
}

#fuji-super-f2-content .review-note {
    color: #555;
    font-size: 14px;
    line-height: 1.6;
}

#fuji-super-f2-content .faq-item {
    padding: 16px 0;
    border-bottom: 1px solid #e5e5e5;
}

#fuji-super-f2-content .faq-item h3 {
    margin-top: 0;
}

#fuji-super-f2-content .faq-item p:last-child {
    margin-bottom: 0;
}

#fuji-super-f2-content .quote-button {
    display: inline-block;
    max-width: 100%;
    padding: 12px 18px;
    border-radius: 4px;
    background: #a51d1d;
    color: #fff;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
}

#fuji-super-f2-content .quote-button:hover {
    background: #861818;
}

@media (max-width: 768px) {
    #fuji-super-f2-content h2 {
        margin-top: 26px;
        font-size: 20px;
    }

    #fuji-super-f2-content .feature-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    #fuji-super-f2-content .feature-card,
    #fuji-super-f2-content .info-box {
        padding: 14px;
    }

    #fuji-super-f2-content .spec-table th,
    #fuji-super-f2-content .spec-table td {
        padding: 10px;
    }
}
