

/* 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/quote/search/templates/main/style.css?17810985017503*/
/* Брендовые переменные */
:root {
    --brand-main: #26899e;
    --brand-light: #e0f2f4;
    --brand-accent: #d1eef0;
    --text-main: #2c3e50;
    --text-muted: #7f8c8d;
    --white: #ffffff;
    --border-light: #e0e7ea;
    --shadow-card: 0 4px 12px rgba(0, 0, 0, 0.06);
    --shadow-hover: 0 8px 24px rgba(38, 137, 158, 0.15);
}

/* Базовые стили обертки */
.bible-quotes-wrapper {
    font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    color: var(--text-main);
    line-height: 1.6;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

/* ========== ПОИСКОВАЯ ПАНЕЛЬ (исправленное наложение лупы) ========== */
.bible-search-container {
    display: flex;
    gap: 15px;
    margin-bottom: 32px;
    align-items: center;
}

.bible-search-field {
    position: relative;
    flex: 1;
}

/* Иконка лупы закреплена слева и не перекрывает текст */
.search-icon-box {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--brand-main);
    display: flex;
    align-items: center;
    pointer-events: none; /* Клики проходят сквозь иконку к инпуту */
    z-index: 1;
}

.bible-search-input {
    width: 100%;
    height: 48px;
    border: 2px solid var(--border-light) !important;
    border-radius: 10px !important;
    padding: 0 16px 0 46px !important; /* Увеличенный левый отступ, чтобы текст не заезжал на лупу */
    font-size: 15px;
    outline: none;
    background: var(--white) !important;
    box-sizing: border-box;
    transition: border-color 0.2s;
}

.bible-search-input:focus {
    border-color: var(--brand-main) !important;
}

.bible-search-info {
    background: var(--white);
    border: 2px solid var(--border-light);
    border-radius: 10px;
    padding: 0 18px;
    height: 48px;
    display: flex;
    align-items: center;
    color: var(--text-muted);
    white-space: nowrap;
    font-size: 14px;
    font-weight: 500;
}

.bible-search-info span {
    color: var(--brand-main);
    font-weight: 700;
    margin-left: 6px;
    font-size: 16px;
}

/* ========== ЗАГОЛОВКИ ЗАВЕТОВ И ГРУПП КНИГ ========== */
.testament-header {
    font-size: 24px;
    font-weight: 700;
    color: var(--brand-main);
    border-bottom: 3px solid var(--brand-accent);
    padding-bottom: 14px;
    margin: 40px 0 20px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.testament-content {
    background-color: var(--white);
    border-radius: 12px;
    padding: 10px 0;
}

/* Группы книг (Пятикнижие, Пророки и т.д.) */
.group-header {
    color: var(--brand-main);
    font-size: 18px;
    font-weight: 600;
    margin: 28px 0 16px 8px;
    display: flex;
    align-items: center;
    gap: 8px;
    opacity: 0.9;
}

/* ========== НАЗВАНИЯ КОНКРЕТНЫХ КНИГ (стилизованные) ========== */
.book-title-line {
    display: flex;
    align-items: baseline;
    gap: 10px;
    margin: 24px 0 16px 8px;
    padding-left: 14px;
    border-left: 4px solid var(--brand-main); /* Акцентная полоса */
}

.book-full-name {
    font-size: 18px;
    font-weight: 800;
    color: var(--text-main);
    //text-transform: uppercase;
    letter-spacing: 0.6px;
}

.book-short-tag {
    font-size: 14px;
    color: var(--brand-main);
    font-weight: 500;
    background: var(--brand-light);
    padding: 2px 10px;
    border-radius: 12px;
    letter-spacing: 0.5px;
}

/* ========== СЕТКА ЦИТАТ (ровные блоки по высоте) ========== */
.quotes-grid {
    display: grid;
    /* Три равные колонки */
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    /* Карточки растягиваются под самую высокую в ряду — ключевое исправление */
    align-items: stretch;
    margin-bottom: 36px;
}

/* ========== КАРТОЧКА ЦИТАТЫ ========== */
.quote-card {
    background-color: var(--brand-light);
    border: 1px solid var(--brand-accent);
    border-radius: 12px;
    padding: 20px;
    display: flex;
    flex-direction: column; /* Элементы внутри располагаются вертикально */
    transition: all 0.3s ease;
    cursor: pointer;
    /* Карточка занимает всю доступную высоту ячейки сетки */
    height: 100%;
    box-sizing: border-box;
}

.quote-card:hover {
    background-color: var(--white);
    box-shadow: var(--shadow-hover);
    border-color: var(--brand-main);
    transform: translateY(-3px);
}

/* Название цитаты */
.quote-card-title {
    font-weight: 700;
    font-size: 16px;
    color: var(--text-main);
    margin-bottom: 12px;
    line-height: 1.4;
    /* Минимальная высота, чтобы заголовки из 1-2 строк не нарушали выравнивание */
    min-height: 44px;
}

/* Блок со стихами */
.quote-verses-box {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 18px;
    /* Забирает все свободное пространство, прижимая футер к низу карточки */
    flex-grow: 1;
}

.verse-token {
    background-color: var(--white);
    color: var(--text-muted);
    font-size: 12px;
    padding: 5px 9px;
    border-radius: 5px;
    border: 1px solid var(--brand-accent);
    font-weight: 500;
    height: fit-content;
}

/* Футер карточки */
.quote-card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 14px;
    border-top: 1px dashed var(--brand-accent);
    font-size: 13px;
    font-weight: 600;
    color: var(--brand-main);
    /* Нет flex-grow, поэтому футер всегда остается прижатым к низу */
}

.footer-label-book {
   // text-transform: uppercase;
    letter-spacing: 0.4px;
}

.footer-label-num {
    background: var(--brand-accent);
    padding: 3px 10px;
    border-radius: 14px;
    font-size: 12px;
    color: var(--brand-main);
}

/* ========== СКРЫТИЕ ЭЛЕМЕНТОВ ПРИ ПОИСКЕ ========== */
.item-hidden {
    display: none !important;
}

/* ========== АДАПТИВНОСТЬ ========== */

/* Планшеты — 2 карточки в ряд */
@media (max-width: 1100px) {
    .quotes-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .bible-search-input {
        font-size: 14px;
    }
}

/* Телефоны — 1 карточка в ряд */
@media (max-width: 600px) {
    .quotes-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .testament-header {
        font-size: 20px;
    }

    .book-full-name {
        font-size: 16px;
    }

    .bible-search-container {
        flex-direction: column;
        align-items: stretch;
    }

    .bible-search-info {
        justify-content: center;
    }

    .testament-content {
        padding: 5px 0;
    }
}

/* End */
/* /local/components/main/breadCrumbs/templates/.default/style.css?17806441032553 */
/* /local/components/quote/search/templates/main/style.css?17810985017503 */
