

/* Start:/local/components/quote/detail/templates/.default/style.css?1712129680400*/
.bottomNavigation .preview{
    margin: 10px 10px;
    position:relative;
    top: 2px;
}
.quoteVerseBlock{
    font-size:12px;
}
.quoteVerseBlock .verseText{
   // font-size:12px !important;
}
.quoteVerseBlock .copy {
   // font-size:12px !important;
}
.bottomNavigation{
    font-size:14px;
}
@media (max-width: 600px) {
    .bottomNavigation{
        font-size:12px;
    }

}
/* 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/verse/templates/copy/style.css?1710407820813*/
.BibleVerseComponent{
    color: black !important;
}
.BibleVerseComponent .path a{
    color: var(--color-title-azure) !important;
}
.BibleChapterComponent .verse {
    color: black !important;
}
.BibleVerseComponent .copy  {
    width: 30px;
    min-width: 30px;
    height: 25px;
    overflow: hidden;
    cursor: pointer;
}
.BibleVerseComponent .copy .ok {
    position: relative;
//top: -2px;
}
.BibleVerseComponent .copy.active .ok {
    display: block;
}
.BibleVerseComponent .copy .ok,.BibleVerseComponent .copy.active .svg {
    display: none;
}
.verseText{
    color:black !important;
}
.verseText.noActive{
    opacity: 0.7;
}
.verseText.active{
// background-color: var(--color-title-azure);
}
.copyBlock{
    width:60px;
    min-width:60px;
    max-width:60px;
}
/* End */
/* /local/components/quote/detail/templates/.default/style.css?1712129680400 */
/* /local/components/main/breadCrumbs/templates/.default/style.css?17806441032553 */
/* /local/components/bible/verse/templates/copy/style.css?1710407820813 */
