#grizzly-sms-widget {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

#grizzly-sms-widget h3 {
    margin-top: 0;
    color: #333;
}

#grizzly-sms-widget label {
    display: block;
    font-weight: bold;
    margin: 10px 0 5px 0;
    color: #333;
}

#grizzly-sms-widget select {
    width: 100%;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 3px;
    font-size: 14px;
}

#grizzly-sms-widget select:disabled {
    background-color: #f5f5f5;
    color: #999;
}

#grizzly-price {
    color: #0073aa;
    font-weight: bold;
    margin-top: 10px;
}

#grizzly-checkout-btn {
    width: 100%;
    padding: 12px;
    background: #0073aa;
    color: white;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
    transition: background 0.3s;
}

#grizzly-checkout-btn:hover:not(:disabled) {
    background: #005a87;
}

#grizzly-checkout-btn:disabled {
    background: #ccc;
    cursor: not-allowed;
}

#grizzly-service-error {
    color: #d32f2f;
    font-weight: bold;
}
