/*
 * Plugin Name: YTA Weekly Views Pay Gemini
 * File: assets/css/style.css
 */

#yta-wvp-dashboard {
    max-width: 1200px;
    margin-top: 20px;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #c3c4c7;
    box-shadow: 0 1px 1px rgba(0,0,0,.04);
}

#yta-wvp-dashboard h1,
#yta-wvp-dashboard h2,
#yta-wvp-dashboard h3 {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

/* Секция формы */
#yta-video-form {
    padding: 20px;
    border: 1px solid #ddd;
    margin-bottom: 30px;
    background-color: #f9f9f9;
}

#yta-video-form input[type="url"],
#yta-video-form input[type="number"],
#yta-video-form input[type="email"] {
    width: 100%;
    max-width: 300px;
    padding: 8px;
    margin-top: 5px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 3px;
}

#yta-video-form p {
    margin-bottom: 15px;
}

/* Таблицы */
#yta-wvp-dashboard table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
}

#yta-wvp-dashboard th,
#yta-wvp-dashboard td {
    padding: 10px 12px;
    border: 1px solid #ddd;
    text-align: left;
    vertical-align: middle;
}

#yta-wvp-dashboard th {
    background-color: #f1f1f1;
    font-weight: bold;
}

/* Уведомления */
#form-message,
.yta-ajax-status {
    padding: 10px;
    margin: 10px 0;
    border-radius: 3px;
}

.yta-ajax-status.success {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.yta-ajax-status.error {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

/* Графики */
#yta-chart-modal {
    background-color: #fff;
    padding: 30px;
    border: 2px solid #555;
}

/* Прочее */
.mycred-balance {
    font-size: 1.1em;
    font-weight: bold;
    color: #0073aa; /* Стандартный цвет WordPress */
}