.card {
    height: 100%;
}

#payment-method-field {
    background-color: #d4f7d4;
    padding: 10px;
    border-radius: 5px;
}

.message.is-dark .message-body {
    font-size: 18px;
    color: #363636;
}

#orderForm {
    padding: 2rem;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

#orderForm .title {
    color: #363636;
    font-weight: 600;
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
}

#orderForm .input {
    border: 2px solid #363636;
    border-radius: 6px;
    padding: 0.75rem;
    font-size: 1rem;
    transition: border-color 0.3s;
}

#orderForm .input:focus {
    border-color: #f08c00;
    box-shadow: 0 0 8px rgba(240, 140, 0, 0.5);
}

#promo-code {
    background-color: #fdf5e6;
}

#orderForm .button {
    background-color: #363636;
    border-radius: 6px;
    font-weight: bold;
    font-size: 1.1rem;
    padding: 0.75rem;
    transition: background-color 0.3s;
}

#orderForm .button:hover {
    background-color: #f08c00;
    color: #ffffff;
}

#orderForm .field.is-grouped-centered {
    justify-content: center;
}
