.qing-product-tabs {
    background-color: #f9f9f9;
    padding: 3rem 0;
    border-top: 1px solid #f3f4f6;
}

.qing-product-tabs__header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 2rem;
    border-bottom: 1px solid #e5e7eb;
    margin-bottom: 2.5rem;
}

.qing-product-tabs__btn {
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: #6b7280;
    padding-bottom: 1rem;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    transition: color 0.2s, border-color 0.2s;
}

.qing-product-tabs__btn:hover {
    color: #0f1d2f;
}

.qing-product-tabs__btn.active {
    color: #0f1d2f;
    border-bottom-color: #0f1d2f;
}

.qing-product-tabs__content {
    max-width: 64rem;
}

.qing-product-tabs__pane {
    display: none;
}

.qing-product-tabs__pane.active {
    display: block;
}

.qing-product-tabs__pane h3 {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 1.5rem;
    color: #0f1d2f;
    margin: 0 0 1rem;
}

.qing-product-tabs__pane p {
    color: #6b7280;
    line-height: 1.7;
    margin: 0 0 1.25rem;
}

.qing-product-tabs__pane p:last-child {
    margin-bottom: 0;
}

/* Specs table style */
.qing-product-tabs__pane table {
    width: 100%;
    border-collapse: collapse;
}

.qing-product-tabs__pane table td {
    padding: 0.75rem 0;
    border-bottom: 1px solid #e5e7eb;
    font-size: 0.875rem;
}

.qing-product-tabs__pane table td:first-child {
    color: #6b7280;
}

.qing-product-tabs__pane table td:last-child {
    color: #0f1d2f;
    font-weight: 500;
    text-align: right;
}
