/*
Theme Name: Hypnosis 2 Дочерняя тема
Theme URI: https://goodwinpress.ru/wp-tema-hypnosis-2
Author: GoodwinPress
Author URI: https://goodwinpress.ru/
Description: Используем дочернюю тему лишь в тех случаях, когда собрались менять стили, разметку или функции темы. Просто так ее ставить не требуется.
Text Domain: hypnosis-2
Domain Path: /languages
Template: hypnosis-2
*/

/* Размещайте ваши стили под этой строкой. */ 

/* --- Custom Content Block for Main Page --- */
.custom-text {
    font-size: 17px;
    line-height: 1.65;
    color: #1d2023;
    margin: 20px auto; /* Отступ сверху и снизу */
    padding: 0 50px; /* Отступы по бокам */
    max-width: 100%; /* Максимальная ширина */
    width: 100%; /* Ширина блока */
    box-sizing: border-box; /* Учитывает отступы в общей ширине */
}

.custom-text h2,
.custom-text h3,
.custom-text h4 {
    color: var(--primary);
    font-weight: 600;
}

.custom-text p {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
}

.custom-text strong {
    font-weight: 600;
}

.custom-text em {
    font-style: italic;
}

/* --- Custom Lists --- */
.custom-text .mobile-features,
.custom-text .bonus-red-flags {
    padding-left: 20px;
    list-style-type: disc;
    margin-top: 0;
    margin-bottom: 1rem;
}

.custom-text .mobile-features li,
.custom-text .bonus-red-flags li {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
}

.custom-text .mobile-features li::marker,
.custom-text .bonus-red-flags li::marker {
    color: var(--primary);
}

/* --- Special styling for links --- */
.custom-text a {
    color: var(--primary);
    text-decoration: none;
    font-weight: bold;
}

.custom-text a:hover {
    text-decoration: underline;
}

/* --- Styling for Blockquote --- */
.custom-text blockquote {
    background-color: #f1f3f5;
    padding: 1rem;
    border-left: 4px solid var(--primary);
    margin: 1.5rem 0;
    font-style: italic;
}

.custom-text blockquote p {
    margin: 0;
    font-size: 1.2rem;
    color: #6c757d;
}
