.bg-soft {
    background-color: #FAFCFF;
}

.orange-bg {
    background-color: #FB6000;
}

.orange-border {
    border: 1px solid #FB6000;
}

.icon-box {
    width: 42px;
    height: 42px;
    background-color: rgba(251, 96, 0, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    color: #FB6000;
}

.spec-label {
    font-size: 0.85rem;
    color: #6c757d;
}

.spec-value {
    font-weight: 600;
    color: #001546;
}

.tab-orange {
    border: 1px solid #FB6000;
    color: #FB6000;
    background: #fff;
    border-radius: 8px;
    padding: 6px 18px;
    font-weight: 500;
}

.tab-orange.active {
    background: #FB6000;
    color: #fff;
}
