@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');

html,
body {

}

h1 {
    text-align: center;
}

h2 {
    text-align: center;
}

h3 {
    text-align: center;
}

h4 {
    text-align: center;
}

p {

}

li {
    margin-top: 0;
    margin-bottom: 0;
}

.review {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 30px;
    margin-bottom: 40px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    /*font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;*/
    line-height: 1.7;
    color: #333;
}

/* Общие стили для заголовков h2-h6 внутри review */
.review h2,
.review h3,
.review h4,
.review h5,
.review h6 {
    text-align: center;
    margin-top: 24px;
    margin-bottom: 16px;
    font-weight: bold;
    color: #2c3e50;
}

/* Индивидуальные размеры заголовков */
.review h2 {
    font-size: 28px;
}

.review h3 {
    font-size: 24px;
}

.review h4 {
    font-size: 20px;
}

.review h5 {
    font-size: 18px;
}

.review h6 {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Стилизация ссылок внутри заголовков */
.review h2 a,
.review h3 a,
.review h4 a,
.review h5 a,
.review h6 a {
    color: #3498db;
    text-decoration: none;
}

.review h2 a:hover,
.review h3 a:hover,
.review h4 a:hover,
.review h5 a:hover,
.review h6 a:hover {
    text-decoration: underline;
}

/* Стили для текста */
.review p {
    margin-bottom: 16px;
    font-size: 16px;
}

.review p:last-child {
    margin-bottom: 0;
}

/* Ссылки — нормальный синий цвет + подчеркивание */
.review a {
    color: #1a0dab;
    text-decoration: underline;
}

.review a:hover {
    color: #0d0080;
    text-decoration: underline;
}

/* Дополнительно: оформление <strong> в тексте */
.review strong {
    font-weight: bold;
}
