

/* Start:/local/components/dictionaries/detail/templates/.default/style.css?1713362478552*/
.dictionariesMainDetailComponent{
    margin-top: 20px;
}
.dictionariesMainDetailComponent .dicTitle{
    color: var(--color-title-azure);
    margin-bottom: 5px;
}
.dictionariesMainDetailComponent .dicTitle{
    color: var(--color-title-azure);
    margin-bottom: 5px;
}
.dicBlock .dicName{
    width: 150px;
    min-width: 150px;
    margin-right: 20px;
    font-weight:bold;
    font-size:12px;
}
.dicBlock .dicText{
    font-size:13px;
    padding: 10px;
    border-top-right-radius:5px;
    border-bottom-right-radius:5px;
}
/* End */


/* 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/symphony.detail/templates/.default/style.css?178109347210024*/
/* ============================================================
   СТИЛИ ДЕТАЛЬНОЙ СТРАНИЦЫ СИМФОНИИ (ПРЕМИУМ ДИЗАЙН)
   ============================================================ */

:root {
    --sym-brand: #26899e;
    --sym-brand-dark: #1a6b7d;
    --sym-brand-light: #e0f2f4;
    --sym-brand-pale: #f0f8f9;
    --sym-text: #2c3e50;
    --sym-text-soft: #5a6c7d;
    --sym-text-muted: #8a9baa;
    --sym-white: #ffffff;
    --sym-border: #e8edf0;
    --sym-border-light: #f2f5f7;
    --sym-shadow-sm: 0 1px 3px rgba(38, 137, 158, 0.08);
    --sym-shadow: 0 4px 16px rgba(38, 137, 158, 0.10);
    --sym-shadow-lg: 0 8px 30px rgba(38, 137, 158, 0.12);
    --sym-radius-sm: 6px;
    --sym-radius: 10px;
    --sym-radius-lg: 14px;
    --sym-transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ---------- КОНТЕЙНЕР ---------- */
.sym-detail {
    max-width: 960px;
    margin: 0 auto 40px;
    padding: 0 20px;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    color: var(--sym-text);
    line-height: 1.6;
}

/* ---------- ШАПКА ---------- */
.sym-header {
    background: var(--sym-white);
    border-radius: var(--sym-radius-lg);
    padding: 32px 28px 24px;
    margin-bottom: 24px;
    box-shadow: var(--sym-shadow);
    border-top: 4px solid var(--sym-brand);
}

.sym-title {
    font-size: 2rem;
    font-weight: 700;
    color: var(--sym-brand);
    margin: 0 0 12px 0;
    letter-spacing: -0.02em;
}

.sym-title-mini {
    font-size: 1.1rem;
    color: var(--sym-text);
    margin-bottom: 12px;
}
.sym-title-mini .sym-highlight {
    color: var(--sym-brand);
    font-weight: 600;
}

.sym-total {
    font-size: 0.95rem;
    color: var(--sym-text-soft);
    margin-bottom: 14px;
}
.sym-total strong {
    color: var(--sym-brand);
    font-weight: 600;
}

/* Родственные формы */
.sym-related {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 6px;
    font-size: 0.9rem;
    color: var(--sym-text-soft);
}
.sym-related-label {
    font-weight: 500;
    color: var(--sym-text);
}
.sym-related-list {
    display: flex;
    flex-wrap: wrap;
    gap: 2px;
}
.sym-related-link {
    color: var(--sym-brand);
    text-decoration: none;
    font-weight: 500;
    padding: 1px 4px;
    border-radius: var(--sym-radius-sm);
    transition: var(--sym-transition);
}
.sym-related-link:hover {
    background: var(--sym-brand-light);
    color: var(--sym-brand-dark);
}

/* ---------- НАВИГАЦИЯ ПО КНИГАМ ---------- */
.sym-nav,
.sym-nav-bottom {
    background: var(--sym-white);
    border-radius: var(--sym-radius);
    padding: 16px 20px;
    margin-bottom: 16px;
    box-shadow: var(--sym-shadow-sm);
    border: 1px solid var(--sym-border);
}
.sym-nav-bottom {
    margin-top: 20px;
    margin-bottom: 0;
}

.sym-nav-title {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--sym-text-muted);
    margin-bottom: 10px;
}
.sym-nav-list {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}
.sym-nav-link {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 5px 12px;
    background: var(--sym-brand-pale);
    color: var(--sym-brand);
    text-decoration: none;
    border-radius: 20px;
    font-size: 0.88rem;
    font-weight: 500;
    transition: var(--sym-transition);
    border: 1px solid transparent;
}
.sym-nav-link:hover {
    background: var(--sym-brand);
    color: var(--sym-white);
    border-color: var(--sym-brand);
}
/* Стиль для активной (выбранной) книги в навигации */
.sym-nav-link.active-filter {
    background: var(--sym-brand);
    color: var(--sym-white);
    border-color: var(--sym-brand);
}
.sym-nav-link.active-filter .sym-nav-count {
    background: rgba(255,255,255,0.25);
    color: var(--sym-white);
}
.sym-nav-count {
    font-size: 0.75rem;
    background: var(--sym-brand-light);
    color: var(--sym-brand-dark);
    padding: 1px 6px;
    border-radius: 10px;
    font-weight: 600;
}
.sym-nav-link:hover .sym-nav-count {
    background: rgba(255,255,255,0.25);
    color: var(--sym-white);
}

/* ---------- ПРОКРУЧИВАЕМЫЙ КОНТЕЙНЕР ---------- */
.sym-scroll-container {
    max-height: 65vh;
    overflow-y: auto;
    padding-right: 8px;
    scroll-behavior: smooth;
}
.sym-scroll-container::-webkit-scrollbar {
    width: 5px;
}
.sym-scroll-container::-webkit-scrollbar-track {
    background: transparent;
}
.sym-scroll-container::-webkit-scrollbar-thumb {
    background: var(--sym-border);
    border-radius: 10px;
}

/* ---------- КНИГА (ГРУППА СТИХОВ) ---------- */
.sym-book {
    margin-bottom: 20px;
}
.sym-book-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--sym-brand-dark);
    padding: 10px 16px;
    margin: 0 0 8px 0;
    background: var(--sym-brand-light);
    border-radius: var(--sym-radius);
    display: flex;
    align-items: center;
    gap: 8px;
    position: sticky;
    top: 0;
    z-index: 5;
}
.sym-book-name {
    flex: 1;
}
.sym-book-count {
    font-size: 0.85rem;
    color: var(--sym-text-soft);
    font-weight: 500;
}
.sym-back-top {
    font-size: 1rem;
    color: var(--sym-brand);
    text-decoration: none;
    padding: 2px 8px;
    border-radius: var(--sym-radius-sm);
    transition: var(--sym-transition);
}
.sym-back-top:hover {
    background: var(--sym-brand);
    color: var(--sym-white);
}

/* ---------- КАРТОЧКА СТИХА ---------- */
.sym-verses {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.sym-verse-card {
    display: flex;
    gap: 12px;
    padding: 14px 16px;
    background: var(--sym-white);
    border-radius: var(--sym-radius);
    border: 1px solid var(--sym-border-light);
    transition: var(--sym-transition);
}
.sym-verse-card:hover {
    border-color: var(--sym-brand-light);
    box-shadow: var(--sym-shadow-sm);
}

/* Боковая панель (номер + кнопка копирования) */
.sym-verse-sidebar {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    min-width: 32px;
    flex-shrink: 0;
}
.sym-verse-num {
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--sym-text-muted);
    background: var(--sym-brand-pale);
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sym-copy-btn {
    background: none;
    border: 1px solid var(--sym-border);
    border-radius: var(--sym-radius-sm);
    width: 30px;
    height: 30px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--sym-transition);
    padding: 0;
}
.sym-copy-btn:hover {
    background: var(--sym-brand-light);
    border-color: var(--sym-brand);
}
.sym-copy-btn svg {
    fill: var(--sym-text-muted);
    transition: var(--sym-transition);
}
.sym-copy-btn:hover svg {
    fill: var(--sym-brand);
}
.sym-copy-btn.copied {
    background: #27ae60;
    border-color: #27ae60;
}
.sym-copy-btn.copied svg {
    fill: #fff;
}

.sym-ok-icon { display: none; }
.sym-copy-btn.copied .sym-copy-icon { display: none; }
.sym-copy-btn.copied .sym-ok-icon { display: block; }

/* Основная часть стиха */
.sym-verse-body {
    flex: 1;
    min-width: 0;
}
.sym-verse-path {
    display: inline-block;
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--sym-brand);
    text-decoration: none;
    margin-bottom: 6px;
    padding: 2px 8px;
    background: var(--sym-brand-pale);
    border-radius: var(--sym-radius-sm);
    transition: var(--sym-transition);
}
.sym-verse-path:hover {
    background: var(--sym-brand);
    color: var(--sym-white);
}
.sym-verse-text {
    font-size: 0.95rem;
    color: var(--sym-text);
    line-height: 1.65;
}
.sym-verse-text b,
.sym-verse-text strong {
    color: var(--sym-brand);
    background: var(--sym-brand-light);
    padding: 0 3px;
    border-radius: 2px;
    font-weight: 600;
}

/* ---------- ПУСТОЙ РЕЗУЛЬТАТ ---------- */
.sym-empty {
    text-align: center;
    padding: 40px 20px;
    color: var(--sym-text-muted);
}
.sym-empty p {
    margin: 6px 0;
}

/* ============================================================
   АДАПТИВ
   ============================================================ */
@media (max-width: 768px) {
    .sym-header {
        padding: 20px 16px;
    }
    .sym-title {
        font-size: 1.5rem;
    }
    .sym-nav-list,
    .sym-nav-bottom .sym-nav-list {
        gap: 4px;
    }
    .sym-nav-link {
        font-size: 0.8rem;
        padding: 4px 10px;
    }
    .sym-verse-card {
        flex-direction: column;
        gap: 8px;
        padding: 12px;
    }
    .sym-verse-sidebar {
        flex-direction: row;
        justify-content: flex-start;
        gap: 10px;
        min-width: auto;
        order: -1;
        border-bottom: 1px solid var(--sym-border-light);
        padding-bottom: 8px;
        margin-bottom: 4px;
    }
    .sym-verse-num {
        font-size: 0.7rem;
        width: 22px;
        height: 22px;
    }
    .sym-book-title {
        font-size: 1rem;
        padding: 8px 12px;
    }
    .sym-scroll-container {
        max-height: 55vh;
    }
}

@media (max-width: 480px) {
    .sym-detail {
        padding: 0 10px;
    }
    .sym-header {
        padding: 16px 12px;
        border-radius: var(--sym-radius);
    }
    .sym-title {
        font-size: 1.3rem;
    }
    .sym-related-list {
        gap: 0;
    }
}

/* End */
/* /local/components/dictionaries/detail/templates/.default/style.css?1713362478552 */
/* /local/components/main/breadCrumbs/templates/.default/style.css?17806441032553 */
/* /local/components/bible/symphony.detail/templates/.default/style.css?178109347210024 */
