/* * НОВЫЕ СТИЛИ для плагина Ведущих (дизайн 4.5 - цвет #201739)
 */

.hdp-hosts-container {
    display: flex;
    flex-wrap: wrap; 
    gap: 25px; 
    justify-content: center;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.hdp-host-card {
    /* ----- ЦВЕТ ИЗМЕНЕН ЗДЕСЬ ----- */
    background-color: #201739; /* Новый цвет с вашего кода */
    
    width: 320px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    flex-direction: column;
}

.hdp-host-card img {
    width: 100%;
    height: auto;
    display: block;
}

.hdp-host-info {
    padding: 25px 20px;
}

.hdp-host-name {
    margin: 0 0 15px 0;
    font-size: 26px;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
}

.hdp-programs-list {
    text-align: left;
}

.hdp-program-item {
    margin-bottom: 15px;
}
.hdp-program-item:last-child {
    margin-bottom: 0;
}

.hdp-program-name {
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    margin: 0 0 5px 0;
}

.hdp-program-time {
    margin: 0;
    font-size: 18px;
    color: #c0c0e0;
    font-weight: 400;
}