/* Google Pay Styles */
#google-pay-button-container-blocks {
    width: 100%;
    margin: 10px 0px;
    text-align: center;
}

#google-pay-button,
#google-pay-button-blocks {
    margin: 10px 0;
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.google-pay-payment-method {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.google-pay-description {
    color: #666;
    font-size: 14px;
    margin-bottom: 10px;
}

/* Google Pay button customization */
.google-pay-button {
    background: #000;
    color: #fff;
    border-radius: 4px;
    border: none;
    padding: 12px 24px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.google-pay-button:hover {
    background: #333;
}

.google-pay-button:disabled {
    background: #ccc;
    cursor: not-allowed;
}

/* Loading state */
.google-pay-loading {
    opacity: 0.6;
    pointer-events: none;
}

/* Error states */
.google-pay-error {
    color: #d63638;
    font-size: 14px;
    margin-top: 5px;
}

/* Google Pay Payment Fields - New Structure */
.lkn-rede-google-pay-payment-fields {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 10px 0;
}

.lkn-rede-google-pay-description-container {
    display: flex;
    align-items: center;
    gap: 6px;
}

.lkn-rede-google-pay-description {
    color: #666;
    font-size: 14px;
    text-align: center;
    margin: 0;
    line-height: 1.4;
}

.lkn-rede-google-pay-button {
    width: 100%;
    max-width: 300px;
    margin: 10px 0;
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}