
.kaspi-style {
    background-color: #E60000 !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 8px !important;
    font-weight: 600 !important;
    padding: 14px 20px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    text-align: center !important;
    box-shadow: none !important;
    cursor: pointer;
    transition: background-color 0.2s ease;
    min-width: 250px;
}

.kaspi-style:hover {
    background-color: #cc0000 !important;
}

.kaspi-style .kaspi-logo {
    height: 40px; /* Увеличиваем высоту логотипа */
    width: 40px;  /* Увеличиваем ширину логотипа */
    display: block;
}

