.sbc-box {
    text-transform: uppercase;
}


.sbc-row {
    margin-bottom: 12px;
}


.sbc-row label {
    display: block;
    font-weight: bold;
    margin-bottom: 4px;
}


.sbc-row input {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
}


.sbc-btn,
.sbc-btn-light {
    padding: 10px 15px;
    border: none;
    cursor: pointer;
    border-radius: 4px;
    margin-right: 5px;
    margin-top: 10px;
}


.sbc-btn {
    background: #d48500 !important;
    color: white;
}


.sbc-btn-light {
    background: #f3d5a1 !important;
    color: #444;
}


.sbc-result {
    margin-top: 20px;
    font-size: 18px;
    font-weight: bold;
}

#btn {
    background: #d48500 !important;
}