.escort-content {
    font-family: 'Playfair Display', serif;
    background-color: #fdfdfd;
    color: #444;
    line-height: 1.8;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* Заголовки */
.escort-content h2, 
.escort-content h3 {
    font-family: 'Cormorant Garamond', serif;
    color: #a85d72;
    font-weight: 600;
    text-align: center;
    margin-bottom: 15px;
}

.escort-content h2 {
    font-size: 28px;
    border-bottom: 2px solid #e6b8c6;
    padding-bottom: 5px;
    display: inline-block;
}

.escort-content h3 {
    font-size: 22px;
    font-style: italic;
}

/* Текст */
.escort-content p {
    font-size: 18px;
    text-align: justify;
    margin-bottom: 20px;
}

.escort-content strong {
    color: #d45c80;
    font-weight: bold;
}

/* Списки */
.escort-content ul, 
.escort-content ol {
    padding-left: 20px;
}

.escort-content ul {
    list-style-type: '♥ ';
}

.escort-content ol {
    list-style-type: decimal;
}

.escort-content li {
    font-size: 18px;
    margin-bottom: 5px;
}

/* Таблицы */
.escort-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    background: rgba(255, 245, 250, 0.8);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.escort-content th, 
.escort-content td {
    border: 1px solid #e6b8c6;
    padding: 12px;
    text-align: center;
}

.escort-content th {
    background-color: #e6b8c6;
    color: white;
    font-size: 20px;
}

.escort-content td {
    font-size: 18px;
}

.escort-content tbody tr:nth-child(even) {
    background-color: #fbe8f2;
}

.escort-content tbody tr:hover {
    background-color: #f3c8d7;
    color: white;
}

/* Ссылки */
.escort-content a {
    color: #d45c80;
    text-decoration: none;
    transition: 0.3s;
}

.escort-content a:hover {
    text-decoration: underline;
    color: #a85d72;
}
