
.spec-wrapper {
    background-color: #f9fafb;
    border-radius: 24px;
    padding: 40px 20px;
    margin: 40px 0;
}
.section-title {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 35px;
    color: #333333;
    text-align: center;
    margin-bottom: 32px;
}
.table-responsive {
    overflow-x: auto;
    border-radius: 16px;
    border: 2px solid #cbd5e1;
    background: #ffffff;
}
.guide-table {
    width: 100%;
    border-collapse: collapse;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #555555;
    min-width: 700px;
}
.guide-table th,
.guide-table td {
    padding: 12px 16px;
    text-align: left;
    border-bottom: 1px solid #e2e8f0;
    vertical-align: top;
}
.guide-table th {
    background-color: #f8fafc;
    font-weight: 600;
    color: #0047AB;
    border-bottom: 2px solid #cbd5e1;
}
.guide-table tr:last-child td {
    border-bottom: none;
}
@media (max-width: 768px) {
    .section-title {
        font-size: 28px;
    }
    .spec-wrapper {
        padding: 30px 16px;
    }
    .guide-table,
    .guide-table thead,
    .guide-table tbody,
    .guide-table tr,
    .guide-table th,
    .guide-table td {
        display: block;
        width: 100%;
    }
    .guide-table thead {
        display: none;
    }
    .guide-table tr {
        margin-bottom: 20px;
        border: 2px solid #cbd5e1;
        border-radius: 16px;
        overflow: hidden;
        background: #ffffff;
    }
    .guide-table td {
        display: block;
        padding: 10px 16px;
        border-bottom: 1px solid #e2e8f0;
        word-break: break-word;
        white-space: normal;
        overflow-wrap: break-word;
        font-size: 14px;
    }
    .guide-table td:last-child {
        border-bottom: none;
    }
    .guide-table td::before {
        content: attr(data-label);
        display: block;
        font-weight: 600;
        color: #0047AB;
        margin-bottom: 6px;
        font-size: 13px;
    }
}
