/* Стили для блока поддержки автора */
.author-support-amounts {
    margin-bottom: 15px;
}

.preset-amounts {
    margin-bottom: 10px;
}

.preset-amounts .preset-amount {
    margin-right: 5px;
    margin-bottom: 5px;
    min-width: 60px;
}

.preset-amounts .preset-amount.active {
    background-color: #0088cc;
    color: white;
    border-color: #0088cc;
}

#support-submit:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

/* Адаптивность для мобильных устройств */
@media (max-width: 480px) {
    .preset-amounts .preset-amount {
        display: block;
        width: 100%;
        margin-right: 0;
        margin-bottom: 5px;
    }
}
