

/* Start:/local/components/main/breadCrumbs/templates/.default/style.css?17806441032553*/
/* Контейнер */
.mainBreadCrumbsComponent.new-style {
    margin: 15px 20px 25px;
    padding: 10px 16px;
    border-radius: 10px;
    transition: all 0.3s;
}

.mainBreadCrumbsComponent.new-style:hover {
    box-shadow: 0 4px 12px rgba(0, 109, 119, 0.12);
}

.mainBreadCrumbsComponent.new-style .Breadcrumbs.Flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0;
    list-style: none;
    margin: 0;
    padding: 0;
}

/* Элемент списка */
.mainBreadCrumbsComponent.new-style .bc-item {
    display: flex;
    align-items: center;
    font-size: 13px;
    line-height: 1.5;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, sans-serif;
}

/* Иконка домика для первого элемента (Главная) */
.mainBreadCrumbsComponent.new-style .bc-item:first-child .bc-link .home-icon {
    display: inline-flex;
    margin-right: 4px;
    vertical-align: middle;
}

.mainBreadCrumbsComponent.new-style .bc-item:first-child .bc-link .home-icon svg {
    width: 14px;
    height: 14px;
    display: block;
}

/* Ссылка (цвет #006d77) */
.mainBreadCrumbsComponent.new-style .bc-link {
    color: #006d77;
    text-decoration: none;
    font-weight: 500;
    padding: 2px 4px;
    border-radius: 4px;
    transition: all 0.25s;
    display: inline-flex;
    align-items: center;
    gap: 3px;
}

.mainBreadCrumbsComponent.new-style .bc-link:hover {
    color: #004d54;
    background: rgba(0, 109, 119, 0.08);
    text-decoration: none;
}

/* Разделитель (стильная стрелка) */
.mainBreadCrumbsComponent.new-style .bc-separator {
    display: flex;
    align-items: center;
    margin: 0 6px;
    color: #b0c4c6; /* Нейтральный серо-голубой */
    opacity: 0.6;
}

.mainBreadCrumbsComponent.new-style .bc-separator svg {
    width: 10px;
    height: 10px;
}

/* Текущая страница (жирная, с фоном) */
.mainBreadCrumbsComponent.new-style .bc-current {
    color: #006d77;
    font-weight: 600;
    background: rgba(0, 109, 119, 0.1);
    padding: 2px 10px;
    border-radius: 6px;
    font-size: 13px;
    cursor: default;
}

/* Адаптивность */
@media (max-width: 768px) {
    .mainBreadCrumbsComponent.new-style {
        margin: 10px 12px 18px;
        padding: 8px 12px;
    }
    .mainBreadCrumbsComponent.new-style .bc-item {
        font-size: 12px;
    }
}

/* End */


/* Start:/local/components/bible/booksSearch/templates/new/style.css?17793500997223*/
/* ====== PREMIUM BOOKS LIST ====== */

.booksListContainer {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 24px;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    color: #1e293b;
    box-sizing: border-box;
}

/* --- Поиск --- */
.booksListSearchWrapper {
    margin-bottom: 40px;
    max-width: 500px;
}

.booksListSearchInput {
    width: 100%;
    height: 54px;
    padding: 0 20px 0 50px;
    border: 2px solid #e2e8f0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='%2394a3b8' viewBox='0 0 24 24'%3E%3Cpath d='M15.5 14h-.79l-.28-.27A6.471 6.471 0 0 0 16 9.5 6.5 6.5 0 1 0 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 16px center;
    background-size: 22px 22px;
    border-radius: 14px;
    font-size: 16px;
    font-weight: 400;
    color: #1e293b;
    box-sizing: border-box;
    transition: all 0.25s ease;
    box-shadow: 0 1px 2px rgba(0,0,0,0.02);
}

.booksListSearchInput::placeholder {
    color: #94a3b8;
    font-weight: 400;
}

.booksListSearchInput:focus {
    outline: none;
    border-color: #2c7a7b;
    box-shadow: 0 0 0 4px rgba(44, 122, 123, 0.10), 0 1px 3px rgba(0,0,0,0.04);
}

/* --- Сетка заветов --- */
.booksListGrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: start;
}

@media (max-width: 900px) {
    .booksListGrid {
        grid-template-columns: 1fr;
        gap: 32px;
    }
}

/* --- Стек секций внутри завета --- */
.booksListSectionsStack {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

/* --- Заголовок Завета (Ветхий / Новый) --- */
.booksListTestamentTitle {
    font-size: 22px;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 28px 0;
    padding: 0 0 12px 0;
    display: inline-block;
    position: relative;
    letter-spacing: 0.02em;
    line-height: 1.3;
}

/* Тонкая премиум-линия снизу */
.booksListTestamentTitle::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg,
    #2c7a7b 0%,
    #2c7a7b 40%,
    rgba(44, 122, 123, 0.3) 70%,
    transparent 100%
    );
    border-radius: 2px;
}

/* Акцентная точка слева от текста */
.booksListTestamentTitle::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #2c7a7b;
    border-radius: 50%;
    margin-right: 10px;
    vertical-align: middle;
    opacity: 0.8;
}

@media (max-width: 640px) {
    .booksListTestamentTitle {
        font-size: 18px;
        margin-bottom: 20px;
        padding-bottom: 10px;
    }

    .booksListTestamentTitle::before {
        width: 5px;
        height: 5px;
        margin-right: 8px;
    }
}

/* --- Карточка раздела --- */
.booksListCard {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.02);
    transition: all 0.2s ease;
}

.booksListCard:hover {
    border-color: #cbd5e1;
    box-shadow: 0 4px 12px rgba(0,0,0,0.04);
}

/* --- Заголовок раздела --- */
.booksListSectionTitle {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #64748b;
    margin-bottom: 20px;
    padding-bottom: 14px;
    border-bottom: 1.5px solid #f1f5f9;
    display: flex;
    align-items: center;
    gap: 10px;
}

.booksListSectionIcon {
    width: 20px;
    height: 20px;
    fill: #2c7a7b;
    flex-shrink: 0;
}

/* --- Список книг --- */
.booksListItemsWrap {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

/* --- Элемент книги --- */
.booksListItem {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px;
    border-radius: 10px;
    text-decoration: none;
    color: #334155;
    transition: all 0.15s ease;
}

.booksListItem:hover {
    background: #f8fafc;
}

.booksListItem:active {
    background: #f1f5f9;
    transform: scale(0.98);
}

/* --- Бейдж количества глав --- */
.booksListChapterBadge {
    flex-shrink: 0;
    width: 52px;
    height: 42px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 1;
    transition: all 0.2s ease;
}

.booksListItem:hover .booksListChapterBadge {
    background: #f1f5f9;
    border-color: #cbd5e1;
}

.badgeNum {
    font-size: 15px;
    font-weight: 700;
    color: #1e293b;
}

.badgeLabel {
    font-size: 9px;
    color: #94a3b8;
    text-transform: uppercase;
    margin-top: 2px;
    letter-spacing: 0.04em;
}

/* --- Контейнер названия книги --- */
.booksListBookNamesContainer {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

/* --- Полное название --- */
.booksListBookFullName {
    font-size: 15px;
    font-weight: 600;
    color: #334155;
    line-height: 1.4;
}

/* --- Английское название --- */
.booksListBookEnName {
    font-size: 12px;
    font-weight: 400;
    color: #94a3b8;
    line-height: 1.3;
}

/* --- Короткое название (мобильные) --- */
.booksListBookShortName {
    display: none;
    font-size: 15px;
    font-weight: 600;
    color: #1e293b;
    line-height: 1.4;
    word-break: break-word;
}

/* --- Адаптация для мобильных --- */
@media (max-width: 640px) {
    .booksListContainer {
        padding: 16px;
    }

    .booksListSearchWrapper {
        max-width: 100%;
    }

    .booksListCard {
        padding: 20px 16px 16px;
    }

    .booksListItem {
        padding: 10px;
    }

    .booksListBookFullName,
    .booksListBookEnName {
        display: none;
    }

    .booksListBookShortName {
        display: block;
    }

    .booksListChapterBadge {
        width: 46px;
        height: 38px;
    }

    .badgeNum {
        font-size: 13px;
    }
}

/* --- Планшеты --- */
@media (min-width: 641px) and (max-width: 900px) {
    .booksListBookFullName {
        font-size: 14px;
    }

    .booksListBookEnName {
        font-size: 11px;
    }
}

/* --- Состояние "ничего не найдено" --- */
.booksListNoResults {
    text-align: center;
    padding: 60px 20px;
    color: #94a3b8;
    font-size: 16px;
    font-weight: 400;
}

.booksListNoResultsIcon {
    display: block;
    font-size: 40px;
    margin-bottom: 12px;
    opacity: 0.5;
}

/* End */
/* /local/components/main/breadCrumbs/templates/.default/style.css?17806441032553 */
/* /local/components/bible/booksSearch/templates/new/style.css?17793500997223 */
