/* resources/css/stripe-connect.css */

.subscription-info {
    background-color: #f9f9f9;
    border: 1px solid #e7e7e7;
    border-radius: 4px;
    padding: 15px;
    margin-bottom: 15px;
}

#card-element {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: white;
}

#card-errors {
    margin-top: 10px;
    color: #e4584c;
}

.stripe-connect-btn {
    background-color: #6772e5;
    color: white;
    padding: 8px 12px;
    border-radius: 4px;
    border: none;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
}

.stripe-connect-btn:hover {
    background-color: #5469d4;
    color: white;
    text-decoration: none;
}

.subscription-stats {
    margin-top: 10px;
}