/* /css/add-site.css - только для add_site.php */
.form-container {
    max-width: 600px;
    margin: 0 auto;
    background: #e9fee9;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
}

.stats-box {
    background: #e9fee9;
    border-radius: 8px;
    padding: 15px;
    min-height: 128px;
    margin-bottom: 20px;
}

.url-example {
    font-size: 0.9em;
    color: #666;
    background: #f8f9fa;
    padding: 10px;
    border-radius: 5px;
    margin-top: 5px;
}

.top-sites-list {
    max-height: 300px;
    overflow-y: auto;
}

.rating-badge {
    font-size: 0.8em;
    min-width: 40px;
    text-align: center;
}

.fcolor {
    color: black;
}

.home-link {
    position: absolute;
    top: 20px;
    left: 20px;
}

.alert-info {
    background: #fff;
}