/* Provider Colors */
.provider-discord, .discord {
    background-color: #5865F2;
}

.provider-discord:hover, .discord:hover {
    background-color: #4752C4;
}

.provider-metamask, .siwe {
    background-color: #F6851B !important;
}

.provider-ronin, .ronin {
    background-color: #2a2d30 !important;
}

.provider-ronin:hover, .ronin:hover {
    background-color: #1f2022 !important;
}

.provider-metamask:hover, .siwe:hover {
    background-color: #E2761B !important;
}

.provider-metamask:disabled, .siwe:disabled {
    background-color: rgba(255, 156, 58, 0.73) !important;
    cursor: not-allowed;
}

.provider-telegram, .telegram {
    background-color: #229ED9;
}

.provider-telegram:hover, .telegram:hover {
    background-color: #1E8EC2;
}

/* Common Button Styles */
.button-base {
    border: none;
    border-radius: 0.5rem;
    color: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    transition: all 0.2s ease;
    text-decoration: none;
    box-sizing: border-box;
    font-size: 1rem;
    margin-bottom: 0.75rem;
    padding: 0.75rem 1rem;
}

.button-base:hover {
    opacity: 0.95;
}

.button-base img {
    margin-right: 0.75rem;
    width: 20px;
    height: 20px;
}

/* Common Card Styles */
.card-base {
    background-color: white;
    border-radius: 0.75rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05), 0 2px 4px rgba(0, 0, 0, 0.03);
    padding: 2rem;
}

.error {
    color: white;
    background-color: red;
    font-size: 0.875rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    letter-spacing: -0.01em;
    line-height: 1.25rem;
    font-weight: 450;
    text-align: left;
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 0.75rem 1rem;
}
