/* 

Add here your custom css styles Example: p { text-align: center; color: red; } 

*/

/* Przelewy24 Payment Button Styles - matching other payment buttons */
.btn-przelewy24 {
    background: transparent;
    color: inherit;
    border: 1px solid rgba(255,255,255,0.1);
    padding: 15px 20px;
    border-radius: 5px;
    font-weight: 500;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.3s ease;
    min-width: 100px;
    margin: 5px;
    font-size: 13px;
}

.btn-przelewy24:hover {
    background: rgba(255,255,255,0.05);
    color: inherit;
    border-color: rgba(255,255,255,0.2);
}

.btn-przelewy24 svg {
    width: 24px;
    height: 24px;
    stroke: currentColor;
}