.audio-tracks-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-family: 'Montserrat', sans-serif;
}

.pietismus-breadcrumbs {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #6c757d;
}
.pietismus-breadcrumbs a {
    color: #6c757d;
    text-decoration: none;
}
.pietismus-breadcrumbs a:hover {
    color: #003F76;
}
.pietismus-breadcrumbs .sep {
    color: #adb5bd;
    margin: 0 4px;
}
.pietismus-breadcrumbs span[aria-current="page"] {
    color: #adb5bd;
}

.audio-track-item {
    padding: 5px 0;
}

.audio-track-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.audio-title {
    font-weight: 600;
    font-size: 16px;
    color: #333;
    white-space: nowrap;
    max-width: 350px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.audio-track-item audio {
    flex: 1;
    max-width: 100%;
    min-width: 200px;
}

.audio-separator {
    margin: 8px 0;
    border: none;
    border-top: 1px solid #eee;
}







.breadcrumbs {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #6C757D;
}

.breadcrumbs a {
    color: #212529;
    text-decoration: none;
}

.breadcrumbs a:hover {
    text-decoration: underline;
}

.breadcrumbs span {
    color: #6C757D;
}



.audio-track p strong {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    display: block;
    margin-bottom: 8px;
		font-weight: 400;
}










/* Ограничение ширины сайта */
body {
  max-width: 100%;
  overflow-x: hidden; /* Запрещаем горизонтальный скролл */
}


.elementor-2275 .elementor-element.elementor-element-5de94328 .elementor-field-group .elementor-field:not(.elementor-select-wrapper) {
    background-color: #FFFFFF00;
    border-color: #262626;
    border-width: 1px 1px 1px 1px;
    border-radius: 0px 0px 0px 0px;
    padding-top: 14px;
    padding-bottom: 14px;
}




::selection {
  background: #88784b; /* Жёлтый фон */
  color: #fff;         /* Белый текст */
}

::-moz-selection {
  background: #88784b;
  color: #fff;
}




.chapter-links {
    list-style: none; /* убираем кружочки */
    padding-left: 0;  /* убираем отступ слева */
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #000000;
    font-weight: 600; /* жирный шрифт */

}

.chapter-links li {
    margin-bottom: 8px; /* небольшой отступ между пунктами, можно убрать или изменить */
}

.chapter-links li a {
    color: #000000;
    text-decoration: none;
}

.chapter-links li a:hover {
    text-decoration: underline; /* эффект при наведении */
}

.glavy-block-wrap {
    width: 100%;
}

.glavy-block-wrap .toc-label {
    font-family: "EB Garamond", Sans-serif;
    font-size: 48px;
    font-weight: 500;
    line-height: 1.1;
    color: #003F76;
    margin: 0 0 38px 0;
}

.glavy-block-list {
    margin: 10px 0 0 0;
    padding: 0 0 0 20px;
    border-left: 2px solid #003F76;
}

.glavy-block-list ul.chapter-links {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.glavy-block-list ul.chapter-links li {
    margin: 0 0 14px 0;
    padding: 0;
}

.glavy-block-list ul.chapter-links li:last-child {
    margin-bottom: 0;
}

.glavy-block-list ul.chapter-links a {
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    color: #000000;
    text-decoration: none;
}

.glavy-block-list ul.chapter-links a:hover {
    color: #003F76;
}

.glavy-block-wrap .toc-label {
    font-size: 48px;
    margin-bottom: 38px;
}

.glavy-block-list {
    margin-top: 10px;
    padding-left: 20px;
    border-left: 2px solid #003F76;
}

.glavy-block-list ul.chapter-links li {
    margin-bottom: 14px;
}

@media (max-width: 1366px) {
    .glavy-block-wrap .toc-label {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 30px;
    }
}

@media (max-width: 1024px) {
    .glavy-block-wrap .toc-label {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .glavy-block-list {
        padding-left: 16px;
    }

    .glavy-block-list ul.chapter-links a {
        font-size: 15px;
        line-height: 1.4;
    }

    .glavy-block-list ul.chapter-links li {
        margin-bottom: 10px;
    }
}


/* === Краткое описание в карточках книг === */

.real-post-excerpt {
    max-width: 260px;
    width: 100%;
    margin-top: 20px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.65;
    color: #212529;
}

.real-post-excerpt p {
    margin: 0;
}

/* Чтобы карточка, заголовок и описание держались одной ширины */
.custom-item {
    max-width: 260px;
}

.custom-item h3 {
    max-width: 260px;
}


.real-post-excerpt {
    width: 260px;
    max-width: 260px;

    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;

    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.65;
    color: #212529;
}

.real-post-excerpt p {
    margin: 0;
}

.video-wrapper {
    position: relative;
    width: 100%;
    max-width: 900px;
    aspect-ratio: 16 / 9;
    margin: 30px 0;
}

.video-wrapper iframe,
.video-wrapper embed,
.video-wrapper object,
.video-wrapper video {
    width: 100%;
    height: 100%;
    display: block;
}