.product-tabs__panel {
    padding: 20px;
}



.faq-contents__container {
    padding: 20px 0;
}

.faq-section__title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
}

.faq-list {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    border-bottom: 1px solid #e0e0e0;
    padding: 20px 0;
}

.faq-item__question {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #333;
}

.faq-item__answer {
    padding-top: 10px;
}

.faq-item__answer-text {
    line-height: 1.8;
    color: #666;
    margin: 0;
}

.product-spec-table {
    border-collapse: collapse;
    width: 100%;
    margin: 8px 0;
}

.product-spec-th {
    background-color: #f5f5f5;
    padding: 8px;
    border: 1px solid #ccc;
    width: 26%;
    text-align: left;
    vertical-align: top;
}

.product-spec-td {
    padding: 8px;
    border: 1px solid #ccc;
    vertical-align: top;
}

.product-spec-list {
    margin: 0;
    padding-left: 1.2em;
}

.product-spec-alert {
    color: red;
    font-size: 16px;
    font-weight: 700;
}

.product-spec-highlight {
    color: red;
}