/* Дополнительные стили для профиля партнера */

/* Общие стили блоков */
.partner-section {
    padding: 25px;
}

/* Информация о партнере */
.partner-info-block {
    display: grid;
    grid-template-columns: minmax(150px, 30%) 1fr;
    gap: 20px;
    margin-bottom: 20px;
}

.partner-info-block label {
    font-weight: 600;
    color: #555;
    padding: 10px 0;
}

.partner-info-block .info-value {
    padding: 10px 0;
}

/* Блок статистики */
.statistics-block {
    background-color: #f9f9f9;
    border-radius: 6px;
    padding: 20px;
    margin-bottom: 15px;
}

.statistics-block h3 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 18px;
    color: #333;
}

.statistics-item {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px solid #eee;
}

.statistics-item:last-child {
    border-bottom: none;
}

.statistics-label {
    color: #555;
}

.statistics-value {
    font-weight: 600;
    color: #333;
}

.statistics-value.highlight {
    color: #0073aa;
}

/* Поля ввода */
input[type="text"], 
input[type="email"], 
input[type="tel"], 
textarea {
    padding: 12px;
    margin-bottom: 8px;
    border-radius: 4px;
    border: 1px solid #ddd;
}

textarea {
    min-height: 100px;
}

/* Кнопки */
.button {
    margin-top: 10px;
}

/* Ссылки для реферала */
.referral-link-container {
    background: #f5f5f5;
    padding: 15px;
    border-radius: 6px;
    margin: 15px 0;
}

/* Купоны */
.coupon-table {
    margin-top: 20px;
}

.coupon-code {
    font-weight: 600;
    background: #f0f0f1;
    padding: 5px 8px;
    border-radius: 4px;
}
