/* Кнопки */
.auth-button {
    width: 100%;
    padding: 14px 16px;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    background-color: #e8e8e8;
    border: 2px solid #c8a84e;
    border-radius: 10px;
    cursor: pointer;
    transition: background-color 0.2s;
    margin-top: 6px;
}

.auth-button:active {
    background-color: #d9d9d9;
}