.tdip2-specs-box {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 18px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 10px 14px;
    margin: 10px 0 18px;
    font-size: 13px;
    color: #334155;
}

.tdip2-spec-item strong {
    color: #0f172a;
}

.tdip2-color-selector {
    margin: 14px 0 18px;
}

.tdip2-color-label {
    display: block;
    font-weight: 600;
    margin-bottom: 8px;
}

.tdip2-color-options {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tdip2-color-swatch {
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 5px 12px 5px 6px;
    transition: border-color .15s ease;
}

.tdip2-color-swatch:has(input:checked) {
    border-color: #3b82f6;
    background: #eff6ff;
}

.tdip2-color-swatch input[type="radio"] {
    margin: 0;
}

.tdip2-swatch-circle {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: inline-block;
    border: 1px solid rgba(0,0,0,0.15);
}

.tdip2-swatch-name {
    font-size: 13px;
}
