/* Dragon Boosting Public Styles */
@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@400;500;600;700&family=Inter:wght@400;500;600&display=swap');

.dragon-boost-options {
    background: linear-gradient(135deg, rgba(54, 44, 0, 0.39), rgba(156, 127, 0, 0.75));
    backdrop-filter: blur(4.55px);
    border-radius: 12px;
    padding: 30px;
    margin: 20px 0;
    border: 1px solid rgba(255, 201, 8, 0.2);
}

.boost-field {
    margin-bottom: 20px;
}

.boost-field label {
    display: block;
    font-family: 'Rajdhani', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #FFC908;
    margin-bottom: 10px;
}

.boost-select {
    width: 100%;
    background: #171300;
    border: 1px solid #937D44;
    border-radius: 12px;
    padding: 12px 16px;
    color: #FFFFFF;
    font-family: 'Rajdhani', sans-serif;
    font-size: 16px;
}

.boost-select:focus {
    outline: none;
    border-color: #FFC908;
    box-shadow: 0 0 8px rgba(255, 201, 8, 0.4);
}

.price-display {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 201, 8, 0.2);
}

.price-value {
    font-family: 'Rajdhani', sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #FFC908;
}

.single_add_to_cart_button {
    background: linear-gradient(90deg, #FFC908 0%, #FFD900 100%) !important;
    color: #070701 !important;
    border-radius: 12px !important;
    padding: 15px 30px !important;
    font-family: 'Rajdhani', sans-serif !important;
    font-weight: 700 !important;
    font-size: 20px !important;
}
