.yanodeudas-primary-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 111px;
    min-height: 34px;
    padding: 0 18px;
    border: 0;
    border-radius: 17px;
    background: linear-gradient(135deg, #3266e3 0%, #4b7df2 100%);
    box-shadow: 0 10px 24px rgba(50, 102, 227, 0.22);
    color: #fff;
    font-size: 10px;
    font-family: Roobert, sans-serif;
    font-weight: 600;
    letter-spacing: 0.02em;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.yanodeudas-primary-button:hover,
.yanodeudas-primary-button:focus {
    color: #fff;
    text-decoration: none;
    transform: translateY(-1px);
    box-shadow: 0 14px 28px rgba(50, 102, 227, 0.3);
    background: linear-gradient(135deg, #2b5ad0 0%, #5b8cff 100%);
}

.yanodeudas-primary-button:active {
    transform: translateY(0);
    box-shadow: 0 8px 18px rgba(50, 102, 227, 0.2);
}

.yanodeudas-primary-button:focus-visible {
    outline: 2px solid rgba(50, 102, 227, 0.25);
    outline-offset: 3px;
}
