/**
 * Дополнительные стили кабинета партнёра (базовые инлайн-стили в шаблоне сохранены для совместимости).
 */

.affiliate-dashboard-wrapper .affiliate-tab-nav {
    background: #fff;
    border-radius: 12px 12px 0 0;
    padding: 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.affiliate-dashboard-wrapper .affiliate-tab-nav__inner {
    display: flex;
    min-width: max-content;
    border-bottom: 2px solid #e0e0e0;
}

.affiliate-partner-login .input {
    width: 100%;
    max-width: 360px;
    padding: 8px 10px;
    box-sizing: border-box;
}

.affiliate-dashboard-wrapper .affiliate-dashboard-logout {
    margin-left: auto;
    font-size: 14px;
    font-weight: 500;
}

.affiliate-dashboard-wrapper .affiliate-dashboard-logout a {
    color: var(--affiliate-dashboard-text, #333);
    text-decoration: none;
}

.affiliate-dashboard-wrapper .affiliate-dashboard-logout a:hover {
    text-decoration: underline;
}
