#youseeme-pay-now-button {
    display: block;
    width: 200px;
    margin: 20px auto;
    padding: 12px 24px;
    background-color: rgb(210,179,63);
    color: black;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

#youseeme-pay-now-button:hover {
    background-color: rgb(184,147,70);
}

#youseeme-pay-now-button:disabled {
    background-color: #cccccc;
    cursor: not-allowed;
    opacity: 0.7;
}

.youseeme-card-payment {
    text-align: center;
    margin: 20px 0;
}
