/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */



.verse-notification {
            position: fixed;
            top: 20px;
            right: 20px;
            background: #f5efe1;
            color: #333;
            padding: 10px 20px;
            border-radius: 50px;
            box-shadow: 0 5px 20px rgba(0,0,0,0.2);
            z-index: 9999;
            opacity: 0;
            transform: translateX(100%);
            transition: all 0.2s ease;
        }
        .verse-notification.show {
            opacity: 1;
            transform: translateX(0);
        }

.col-full{
    align-items: center !important;
}        

.verse-single-wrapper{
    align-items: center !important; 
    align-content: center !important;
    padding: 0px 0px !important ;
}

@media (max-width: 1024px) {
    .verse-single-wrapper{
    align-items: center !important; 
    align-content: center !important;
    padding: 0px 0px !important ;
    }

    .verse-two-columns {
       
        margin-left: 100px !important;
    }
}

/* ===== DVOKOLONSKI LAYOUT ZA STIHOVE ===== */
.verse-two-columns {
    display: flex;
    margin-left: 402px;
    gap: 43px !important;
    max-width: 993px;
    /*margin: 20px auto;*/
    padding: 0 0px;
}

/* Leva kolona - 60% širine */
.verse-left-column {
    flex: 0 0 60%;
    max-width: 60%;
}

/* Desna kolona - 40% širine */
.verse-right-column {
    padding-top:0px !important;
    flex: 0 0 40%;
    max-width: 40%;
}

/* Stih kartica */
.verse-card {
    background: #fff !important;
    border-radius: 12px;
    border: solid 1px #fff;
    padding: 40px;
    padding-bottom: 20px !important;
    color: #333;
    margin-bottom: 30px;
    box-shadow: 0 0px 0px rgba(0,0,0,0);
    position: relative;
    overflow: hidden;
}

.verse-card-content {
    position: relative;
    z-index: 2;
}

.verse-quote-icon {
    font-size: 150px;
    font-family: serif;
    position: absolute;
    top: -40px;
    left: -20px;
    opacity: 0.2;
    color: white;
}

.verse-text {
    font-family: Roboto;
    font-size: 21px;
    color: #0c1014 ;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 20px;
    position: relative;
}

.verse-reference {
    font-family: Roboto;
    font-size: 18px;
    color: #0c1014 ;
    text-align: right;
    font-style: italic;
    font-weight: 300;
    border-top: 1px solid #f0f0f0;
    padding-top: 20px;
}


@media (max-width: 768px) {
    /* Desna kolona - 40% širine */

   .verse-two-columns {
        flex-direction: column;
        margin-left: none !important;
        max-width: 100% !important;
        align-items: center;
        margin: 10px auto !important;
        padding: 10px !important;
    }
.verse-right-column {
    padding-top:0px !important;
    flex: 0 0 70%;
    max-width: 70%;
}

.verses-sidebar {
    width: 400px !important;
    background: white;
    border-radius: 12px;
    border: solid 1px #fff;
    padding: 25px;
    box-shadow: 0 0px 0px rgba(0,0,0,0);
    position: sticky;
    top: 100px;
}
    .verse-card {
    background: #fff !important;
    border-radius: 12px;
    border: solid 1px #fff;
    padding: 30px !important;
    padding-bottom: 20px !important;
    color: #333;
    margin-bottom: 15px;
    box-shadow: 0 0px 0px rgba(0,0,0,0);
    position: relative;
    overflow: hidden;
}

.verse-card-content {
    position: relative;
    z-index: 2;
}

.verse-quote-icon {
    font-size: 150px;
    font-family: serif;
    position: absolute;
    top: -40px;
    left: -20px;
    opacity: 0.2;
    color: white;
}

.verse-text {
    font-family: Roboto;
    font-size: 18px;
    color: #0c1014 ;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 20px;
    position: relative;
}

.verse-reference {
    font-family: Roboto;
    font-size: 18px;
    text-align: right;
    font-style: italic;
    border-top: 1px solid #f0f0f0;
    padding-top: 10px;
}
}

@media (max-width: 435px){
 .verse-two-columns {
        flex-direction: column;
        max-width: 100% !important;
        margin: 15px auto !important;
        padding: 0 12px !important;
        gap: 20px;
    }
    
    
    .verse-right-column {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
   
    
    .verses-sidebar {
        max-width: 100% !important;
        width: 350px !important;
        padding: 20px !important;
        position: static;
    }


.verse-card {
    background: #fff !important;
    border-radius: 12px;
    border: solid 1px #fff;
    padding: 30px !important;
    padding-bottom: 20px !important;
    color: #333;
    margin-bottom: 15px;
    box-shadow: 0 0px 0px rgba(0,0,0,0);
    position: relative;
    overflow: hidden;
}

.verse-card-content {
    position: relative;
    z-index: 2;
    padding-top: 8px;
}

.verse-quote-icon {
    font-size: 150px;
    font-family: serif;
    position: absolute;
    top: -40px;
    left: -20px;
    opacity: 0.2;
    color: white;
}

.verse-text {
    font-family: Roboto;
    font-size: 19px;
    color: #0c1014 ;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 20px;
    position: relative;
}

.verse-reference {
    font-family: Roboto;
    font-size: 18px;
    color: #0c1014;
    text-align: right;
    font-style: italic;
    border-top: 1px solid #f0f0f0;
    padding-top: 10px;
}
}
/* Akcije i deljenje */
.verse-actions {
    background: white;
    border-radius: 10px;
    border: solid 1px #fff;
    padding: 25px;
    margin-bottom: 30px;
    box-shadow: 0 0px 0px rgba(0,0,0,0);
}

.actions-title {
    margin: 0 0 15px;
    font-size: 18px;
    color: #333;
}



.share-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.share-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 7px !important;
    border: none;
    border-radius: 50px;
    font-size: 12px;
    cursor: pointer;
    transition: all 0.2s;
    text-decoration: none;
    color: white;
}

.btn-icon {
    font-size: 16px;
    margin-top: 0px;
    margin-left: 3px;
    margin-right: -8px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.share-btn:hover {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 7px !important;
    border: none;
    border-radius: 50px;
    background: rgb(247, 246, 242) ;
    font-size: 12px;
    cursor: pointer;
    transition: all 0.2s;
    text-decoration: none;
    color: white;
}

.share-btn-copy-btn{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 7px !important;
    border: none;
    border-radius: 50px !important;
    font-size: 12px;
    cursor: pointer;
    transition: all 0.2s;
    text-decoration: none;
    color: white;
}

.image-actions{
    display: flex;
    justify-content: flex-end;
    gap: 7px;
}

.image-action {
    background: #f2f6f7 !important;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 7px 7px !important;
    padding-right: 12px!important;
    border: solid 1px #e0e1e1 ;
    border-radius: 30px !important;
    font-size: 12px !important;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.1s;
    text-decoration: none;
    color: #333 !important;
}


.image-action:hover {
    background: #c0e9fc !important;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 7px 7px;
    padding-right: 12px!important;
    border: solid 1px #333 ;
    border-radius: 30px !important;
    font-size: 12px !important;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.1s;
    text-decoration: none;
    color: #333 !important;
}


/*.image-action:active {
    background: #f5efe1 !important;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 7px 7px !important;
    padding-right: 12px!important;
    border: solid 1px #333 ;
    border-radius: 30px !important;
    font-size: 12px !important;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.1s;
    text-decoration: none;
    color: #333 !important;
}*/

.actions-title2{
    font-size: 19px;
        padding-left: 0px;
}

@media (max-width: 768px) {
    .image-action {
    background: #ecf2f4 !important;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 11px 7px !important;
    padding-right: 12px !important;
    border: solid 1px #ecf2f4;
    border-radius: 30px !important;
    font-size: 12px !important;
    font-weight: 500;
    cursor: pointer;
    transition: transform 80ms ease, background 0.2s ease, border 0.1s ease !important;
    text-decoration: none;
    color: #333 !important;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
    user-select: none;
    position: relative;
    overflow: hidden;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

/* AKTIVNO STANJE - kada se klikne/tapne */
.image-action:active {
    background: #c0e9fc !important;
    border-color: #333 !important;
    transform: scale(0.96);
}

/* Opciono: fokus stanje za pristupačnost */
.image-action:focus-visible {
    outline: 2px solid #007aff;
    outline-offset: 2px;

}

.actions-title2{
    font-size: 19px;
    padding-left: 10px;
    margin-top: -1px;
}

}

@media (max-width: 435px) {
    .image-action {
    background: #ecf2f4 !important;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 11px 7px !important;
    padding-right: 12px !important;
    border: solid 1px #ecf2f4;
    border-radius: 30px !important;
    font-size: 12px !important;
    font-weight: 500;
    cursor: pointer;
    transition: transform 80ms ease, background 0.2s ease, border 0.1s ease !important;
    text-decoration: none;
    color: #333 !important;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
    user-select: none;
    position: relative;
    overflow: hidden;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

/* AKTIVNO STANJE - kada se klikne/tapne */
.image-action:active {
    padding: 11px 7px;
    background: #c0e9fc !important;
    border-color: #333 !important;
    transform: scale(0.96);
}

/* Opciono: fokus stanje za pristupačnost */
.image-action:focus-visible {
    outline: 2px solid #007aff;
    outline-offset: 2px;
}

.actions-title2{
    font-size: 18px;
        padding-left: 10px;
}


}
.copy-btn { background: #6c757d; }
.copy-btn:hover { background: #5a6268; transform: translateY(0px); }

.facebook-btn { background: #3b5998; }
.facebook-btn:hover { background: #2d4373; transform: translateY(0px); }

.whatsapp-btn { background: #25d366; }
.whatsapp-btn:hover { background: #1da851; transform: translateY(0px); }

.twitter-btn { background: #1da1f2; }
.twitter-btn:hover { background: #0c85d0; transform: translateY(0px); }

.email-btn { background: #ea4335; }
.email-btn:hover { background: #d33426; transform: translateY(0px); }




/* Desni sidebar sa brojevima stihova */
.verses-sidebar {
    max-width: 300px;
    background: white;
    border-radius: 12px;
    border: solid 1px #fff;
    padding: 25px;
    box-shadow: 0 0px 0px rgba(0,0,0,0);
    position: sticky;
    top: 100px;
}

.sidebar-title {
    margin: 0 0 20px;
    font-size: 18px;
    font-family: Roboto;
    color: #333;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 400;
    padding-bottom: 15px;
    border-bottom: 1px solid #f0f0f0;
}

.title-icon {
    font-size: 24px;
}

/* Grid za brojeve stihova - 4 kolone */
.verses-grid-sidebar {
    display: grid;
    grid-template-columns: repeat(7, 1fr) !important;
    gap: 8px;
    margin-bottom: 20px;
}

.verse-sidebar-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 2px;
    background: #f3f4f6;
    color: #333;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.1s;
    font-size: 12px;
    font-weight: 500;
}

.verse-sidebar-item:hover {
    background: #edf1ff;
    color: #333;
    transform: translateY(0px);
}

.verse-sidebar-item.active {
    background: #e0f0ff;
    color: #171717;
    font-weight: 700;
    box-shadow: 0 0px 0px rgba(16,185,129,0);
}

.verse-number {
    font-weight: 600;
}

/* Footer u sidebaru */
.sidebar-footer {
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid #f0f0f0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.sidebar-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 10px;
    background: #f8f9fa;
    color: #333;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.1s;
    font-size: 13px;
}

.sidebar-link:hover {
    background: #e0f0ff;
    color: #333;
}

.link-icon {
    font-size: 16px;
}




/* Desni sidebar sa brojevima stihova */
.verses-sidebar {
    max-width: 300px;
    background: white;
    border-radius: 12px;
    border: solid 1px #fff ;
    padding: 25px;
    box-shadow: 0 0px 0px rgba(0,0,0,0);
    position: sticky;
    top: 100px;
}

.sidebar-title {
    margin: 0 0 20px;
    font-size: 18px;
    font-family: Roboto;
    color: #333;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 400;
    padding-bottom: 15px;
    border-bottom: 1px solid #f0f0f0;
}

.title-icon {
    font-size: 24px;
}

/* Grid za brojeve stihova - 4 kolone */
.verses-grid-sidebar {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 8px;
    margin-bottom: 20px;
}

.verse-sidebar-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 2px;
    background: #f3f4f6;
    color: #333;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.1s;
    font-size: 12px;
    font-weight: 500;
}

.verse-sidebar-item:hover {
    background: #e0f0ff;
    color: #333;
    transform: translateY(0px);
}

.verse-sidebar-item.active {
    background: #e0f0ff;
    color: #171717;
    font-weight: 700;
    box-shadow: 0 0px 0px rgba(16,185,129,0);
}

.verse-number {
    font-weight: 600;
}


@media (max-width: 768px) {
    .verses-grid-sidebar {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 8px;
    margin-bottom: 20px;
}

.verse-sidebar-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 2px;
    background: #f3f4f6;
    color: #333;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.1s;
    font-size: 12px;
    font-weight: 500;
}

.verse-sidebar-item:hover {
    background: #e0f0ff;
    color: #333;
    transform: translateY(0px);
}

.verse-sidebar-item.active {
    background: #e0f0ff;
    color: #171717;
    font-weight: 700;
    box-shadow: 0 0px 0px rgba(16,185,129,0);
}

.verse-number {
    font-weight: 600;
}

}

@media (max-width: 435px) {
    .verses-grid-sidebar {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 8px;
    margin-bottom: 20px;
}

.verse-sidebar-item {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 8px 8px;
        background: #f3f4f6;
        color: #333;
        text-decoration: none;
        border-radius: 50px;
        transition: all 0.1s;
        font-size: 12px;
        font-weight: 500;
    }

.verse-sidebar-item:hover {
    background: #edf1ff;
    color: #333;
    transform: translateY(0px);
}

.verse-sidebar-item.active {
    background: #e0f0ff;
    color: #171717;
    font-weight: 700;
    box-shadow: 0 0px 0px rgba(16,185,129,0);
}

.verse-number {
    font-weight: 600;
}

}

/* Footer u sidebaru */
.sidebar-footer {
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid #f0f0f0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.sidebar-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 10px;
    background: #f8f9fa;
    color: #333;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.1s;
    font-size: 14px;
}

.sidebar-link:hover {
    background: #e0f0ff;
    color: #333;
}

.link-icon {
    font-size: 16px;
}

/* Responsive */
@media (max-width: 992px) {
    .verse-two-columns {
        margin-left: 0px !important;
        padding: 10px;
        display: flex;
        flex-direction: column;
        align-content: center;
        justify-content: center;
        align-items: center;
    }
    
    
    .verse-right-column {
        flex: 0 0 100%;
        width: 500px;
    }

    .verse-sidebar-item {
    font-size: 15px;
    }

    .verse-left-column {
        flex: 0 0 100%;
        max-width: 100%;
    }
    

    .verses-grid-sidebar {
        grid-template-columns: repeat(5, 1fr);
    }
}


@media (max-width: 768px) {
    .verse-left-column, .verse-right-column {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .verse-right-column {
        flex: 0 0 100%;
        max-width: 100%;
        display: flex;
        justify-content: center;
}
}

@media (max-width: 435px) {
    .verse-left-column, .verse-right-column {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    /*.verse-card {
        padding: 20px;
    }
    
       .verse-text {
        font-size: 22px;
    }*/
    
    .verses-grid-sidebar {
        grid-template-columns: repeat(5, 1fr);
    }
    
    .share-buttons {
        justify-content: center;
    }
    .vesres-sidebar{
        max-width: 450px !important;
    }

    .verse-image-section{
        padding-left: 5px;
        padding-right: 5px;
    }

    .verse-image-card {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 0px;
    padding: 20px;
    color: white;
    margin: 10px 0;
    position: relative;
    overflow: hidden;
}
}




    
@media (max-width: 435px) {
 .verse-two-columns {
        flex-direction: column;
        max-width: 100% !important;
        align-items: center;
        margin: 0px auto;
        padding: 0px 2px !important;
    }

    .versverse-image-card{

        max-width: 100% !important;
    }
   
}


/* Overlay za sliku */
.verse-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(39, 69, 145, 0.44);
    z-index: 1;
}

.verse-image-card {
    position: relative;
    background-size: cover;
    background-position: center;
}

.verse-image-content {
    position: relative;
    z-index: 2;
}



/* Slika stiha */
.verse-image-section {
    background: white;
    border-radius: 12px;
    border: solid 1px #fff;
    padding: 15px;
    box-shadow: 0 0px 0px rgba(0,0,0,0);
}

.verse-image-card {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 0px;
    padding: 50px;
    color: white;
    margin: 10px 0;
    position: relative;
    overflow: hidden;
}

@media (max-width: 435px) {
    .verse-image-card {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 0px;
    padding: 20px;
    color: white;
    margin: 10px 0;
    position: relative;
    overflow: hidden;
}

.verse-image-section {
    background: white;
    border-radius: 12px;
    border: solid 1px #fff;
    padding-top: 17px ;
    padding-bottom: 8px;
    padding-left: 5px !important;
    padding-right: 5px !important;
    box-shadow: 0 0px 0px rgba(0,0,0,0);
}
    
} 

.verse-image-content {
    position: relative;
    z-index: 2;
}

.verse-image-quote {
    font-size: 100px;
    font-family: serif;
    position: absolute;
    top: -62px;
    left: -5px;
    opacity: 0.2;
    color: white;
}


@media (max-width: 435px) {
    .verse-image-quote {
     font-size: 100px;
    font-family: serif;
    position: absolute;
    top: -53px;
    left: -5px;
    opacity: 0.2;
    color: white;
}
}
.verse-image-text {
    font-family: Roboto ;
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 15px;
    position: relative;
}

.verse-image-reference {
    font-family: Roboto ;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding-top: clamp(10px, 3vw, 1px);
    gap: 10px;
    width: 100%;
    flex-wrap: nowrap; /* Uvek u istoj liniji */
}

@media (max-width: 435px){
    .reference-text{
    margin-top: -3px;
    font-size: 13px;
    }
}

@media (max-width: 360px){
    .reference-text{
    margin-top: -3px;
    font-size: 13px;
    }
    .watermark-in-reference{
        font-size: 12px;
    }
}

@media (max-width: 344px){
    .reference-text{
    margin-top: -3px;
    font-size: 13px;
    }
    .watermark-in-reference{
        font-size: 12px !important;
    }
}


.watermark-in-reference{
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;

}

@media (max-width: 435px){
    .watermark-in-reference{
        font-size: 12px;
    }
}
.watermark {
    font-size: clamp(11px, 2.5vw, 16px);
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    font-family: 'Arial', sans-serif;
    white-space: nowrap;
    background: rgba(0, 0, 0, 0.2);
    padding: 4px 12px;
    border-radius: 30px;
    backdrop-filter: blur(2px);
    flex-shrink: 0;
}

.reference {
    font-size: clamp(12px, 3vw, 20px);
    font-style: italic;
    color: white;
    text-align: right;
    word-break: break-word;
    overflow-wrap: break-word;
    line-height: 1.4;
    flex: 1;
    min-width: 0; /* Dozvoljava smanjivanje */
}

/* Na jako malim ekranima smanji font */
@media (max-width: 360px) {
    .watermark {
        font-size: 9px;
        padding: 3px 8px;
    }
    
.verse-image-section {
    width: 100% !important;
    }

    .reference {
        font-size: 8px !important;
    }
}

/* Responsive za manje ekrane */
@media (max-width: 500px) {
    .verse-image-reference {
        grid-template-columns: 1fr; /* Jedna kolona na mobilnom */
        gap: 8px;
    }
    
    .reference-text{
    margin-top: -3px;
    font-size: 13px;
    }
    
    .watermark-in-reference{
        font-size: 11px;
    }

    .verse-image-section{
        padding-left: 5px;
        padding-right: 5px;
    }

    .verse-image-card {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 0px;
    padding: 20px;
    color: white;
    margin: 10px 0;
    position: relative;
    overflow: hidden;
}
}



/* ===== BOOKMARK (OMILJENI) STILOVI ===== */
.verse-card {
    position: relative;
    background: rgb(247, 246, 242);
    border-radius: 12px;
    padding: 40px;
    color: #333;
    margin-bottom: 30px;
    overflow: hidden;
}

/* Nevidljivi header - samo za pozicioniranje bookmark-a */
.verse-card-header {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    z-index: 10;
    background: transparent;
    pointer-events: none; /* Omogućava klik na dugme kroz header */
}

/* Bookmark dugme */
.bookmark-btn {
    position: absolute;
    color: #333 !important;
    top: 8px;
    right: 10px;
    border: solid 1px #ded7d7;
    background: #fff !important;
    cursor: pointer;
    z-index: 20;
    padding: 7px 7px !important;
    border-radius: 50%;
    transition: all 0.1s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: auto;
}


.bookmark-btn:hover {
    position: absolute;
    color: #333 !important;
    top: 8px;
    right: 10px;
    border: solid 1px #ded7d7;
    background: #e0f0ff !important;
    cursor: pointer;
    z-index: 20;
    padding: 7px 7px !important;
    border-radius: 50%;
    transition: all 0.1s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: auto;
}

.bookmark-icon {
    width: 25px;
    height: 25px;
    display: block;
    transition: all 0.2s ease;
}

.bookmark-icon.active path {
    fill: #f5efe1;
}

.bookmark-icon path {
    transition: all 0.2s ease;
}



.bookmark-btn:hover .bookmark-icon path {
    stroke: none;
}

.bookmark-btn.active:hover .bookmark-icon path {
    fill: none;
}

/* Responsive */
@media (max-width: 768px) {
    .verse-card-header {
        width: 50px;
        height: 50px;
    }
    
    .bookmark-btn {
        top: 5px;
        right: 5px;
    }
    
    .bookmark-icon {
        width: 24px;
        height: 24px;
    }
}


/* Responsive */
@media (max-width: 435px) {
    .verse-card-header {
        width: 50px;
        height: 50px;
    }
    
    .bookmark-btn {
        top: 7px !important;
        right: 7px !important;
    }

    
    .bookmark-icon {
        width: 20px;
        height: 20px;
    }
}





/* ===== LOGIN MODAL STILOVI ===== */
.login-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100000;
    backdrop-filter: blur(4px);
    animation: fadeIn 0.2s ease;
}

.login-modal {
    background: white;
    border-radius: 20px;
    max-width: 450px;
    width: 90%;
    padding: 30px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    animation: slideUp 0.3s ease;
}

.login-modal-header {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 20px;
}

.login-modal-icon {
    font-size: 48px;
}

.login-modal-close {
    background: none!important;
    border: none;
    font-size: 27px;
    cursor: pointer;
    color: #333 !important;
    transition: all 0.2s;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.login-modal-close:hover {
    background: #f0f0f0;
    color: #0075ab;
}

.login-modal-shortcode {
    padding-bottom: 15px;
    max-width: 150px;
    margin-left: 33% !important;
    display: flex;
    justify-content: space-evenly;

}

@media (max-width: 435px) {

.login-modal-shortcode {
    padding-bottom: 15px;
    max-width: 150px;
    margin-left: 33% !important;
    display: flex;
    justify-content:space-evenly;
}
}

@media (max-width: 495px) {

.login-modal-shortcode {
    padding-bottom: 15px;
    max-width: 150px;
    margin-left: 33% !important;
    display: flex;
    justify-content:space-evenly;
}
}

@media (max-width: 768px) {

.login-modal-shortcode {
    padding-bottom: 15px;
    max-width: 150px;
    margin-left: 29% !important;
    display: flex;
    justify-content:space-evenly;
}
}

.login-modal-content h3 {
    font-size: 24px;
    color: #333;
    margin-bottom: 12px;
    text-align: center !important;
}

.login-modal-content p {
    font-size: 15px;
    color: #666;
    line-height: 1.5;
    margin-bottom: 25px;
    text-align: center !important;
}

.login-modal-actions {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.login-modal-btn {
    flex: 1;
    padding: 12px 20px;
    text-align: center;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 500;
    font-size: 15px;
    transition: all 0.2s;
}

.login-btn {
    background: #f5efe1;
    color: white;
}

.login-btn:hover {
    background: #059669;
    transform: translateY(-2px);
}

.register-btn {
    background: #f3f4f6;
    color: #333;
    border: 1px solid #e5e7eb;
}

.register-btn:hover {
    background: #e5e7eb;
    transform: translateY(-2px);
}

.login-modal-note {
    font-size: 12px !important;
    color: #999 !important;
    text-align: center;
    margin-bottom: 0 !important;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive */
@media (max-width: 480px) {
    .login-modal {
        padding: 20px;
        width: 95%;
    }
    
    .login-modal-actions {
        flex-direction: column;
    }
    
    .login-modal-content h3 {
        font-size: 20px;
    }
}


.biblija-book{
    font-size: 27px;
    border-bottom: solid 1px #dcd7cc !important;
    padding-bottom: 7px !important;
color: #333 !important;
webkit-text-stroke-color: 1px solid #333 !important;  
    font-family: Roboto;
}


.biblija-chapter {
    font-size: 19px;
    color: #0075ab;
    margin-top: -10px;
    font-family: Roboto;
    padding-left: 2px;
    border-bottom: solid 1px #dcd7cc;
    padding-bottom: 7px;
    margin-bottom: 3px;
}

/*navigacija single stih i spiner*/


/* ===== SPINER ANIMACIJA ===== */
.btn-spinner {
    width: 16px;
    height: 16px;
    border: 2px solid #ffffff;
    border-top-color: transparent;
    border-radius: 50%;
    animation: btnSpin 0.6s linear infinite;
    display: inline-block;
}

@keyframes btnSpin {
    to {
        transform: rotate(360deg);
    }
}

.image-action:disabled {
    opacity: 0.7;
    cursor: wait;
}

/* ===== NAVIGACIJA IZMEĐU STIHOVA ===== */
.verse-navigation-buttons {
    margin-top: 25px;
    margin-bottom: 30px;
    display: flex;
    align-content: center;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.verse-nav-buttons {
    display: flex;
    justify-content: space-between;
    gap: 15px;
}

.verse-nav-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background: #f8f9fa;
    border: 1px solid #e5e7eb;
    border-radius: 30px;
    text-decoration: none;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.1s ease;
}

.verse-nav-btn:hover:not(.disabled) {
    background: #c0e9fc;
    color: #333;
    border-color: #e5e7eb;
}

.verse-nav-btn.next-verse:hover:not(.disabled) {
}

.verse-nav-btn.prev-verse {
    min-width: 120px !important;
    display: flex;
    justify-content: flex-start;
    height: 36px
}


.verse-nav-btn.next-verse {
    min-width: 120px !important;
    display: flex;
    justify-content: center;
    height: 36px
}

.verse-nav-btn.disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

.nav-arrow {
    font-size: 16px;
}

.nav-number {
    font-size: 12px;
    opacity: 0.7;
}

/* Responsive */
@media (max-width: 768px) {

      .verse-navigation-buttons {
        margin-top: 25px;
        margin-bottom: 30px;
        display: flex;
        justify-content: center;
        align-content: center;
        flex-direction: column;
    }

    .verse-nav-buttons {
        flex-direction: row;
        gap: 10px;
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        min-width: 100%;
        margin-right: -15px;
    }
    
    .verse-nav-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 7px;
    background: #f8f9fa;
    border: 1px solid #e5e7eb;
    border-radius: 30px;
    text-decoration: none;
    color: #333;
    font-size: 13px;
    font-weight: 500;
    transition: all 0.3s ease;
    max-width: 43%;
}
    
    .verse-nav-btn:hover:not(.disabled) {
        transform: translateX(0) !important;
    }
}


@media (max-width: 435px) {

        .verse-navigation-buttons {
        margin-top: 25px;
        margin-bottom: 30px;
        display: flex;
        justify-content: center;
        align-content: center;
        flex-direction: column;
    }

    .verse-nav-buttons {
        flex-direction: row;
        gap: 10px;
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-evenly;
        align-items: center;
        min-width: 100%;
        margin-right: -15px;
    }
    
    .verse-nav-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 7px;
    background: #f8f9fa;
    border: 1px solid #e5e7eb;
    border-radius: 30px;
    text-decoration: none;
    color: #333;
    font-size: 13px;
    font-weight: 500;
    transition: all 0.3s ease;
    max-width: 43%;
}

.verse-nav-btn.prev-verse {
    min-width: 120px !important;
    display: flex;
    justify-content: center;
    align-content: center;
    height: 36px
}
    
    .verse-nav-btn:hover:not(.disabled) {
        transform: translateX(0) !important;
    }
}
/* ===== VIBER DUGME ===== */
.share-btn.viber-btn {
    background: #7360f2;
}

.share-btn.viber-btn:hover {
    background: #5e4ae8;
    transform: translateY(0px);
}


/*single-biblija.php*/

    
 /* ===== ZAGLAVLJE KARTICE SA KONTROLAMA ===== */
.biblija-card-header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: solid 1px #e9e5e5;
    padding-left: 5px;
    padding-bottom: 10px;
    padding-right: 0px;
    padding-top: 5px;
}

/* Leva strana - Bookmark kontejner */
.biblija-bookmark-container {
    flex-shrink: 0;
}

.bookmark-chapter-btn {
    border: solid 1px #ded7d7 !important;
    background: #faf9f7;
    cursor: pointer;
    padding: 8px 8px !important;
    border-radius: 50% !important;
    display: flex;
    align-items: center;
    transition: all 0.1s ease;
    align-content: space-between;
    justify-content: center;
}

.bookmark-chapter-btn:hover {
    border: solid 1px #ded7d7  !important;
    background: #c0e9fc;
    cursor: pointer;
    padding: 8px 8px !important;
    border-radius: 50% !important;
    display: flex;
    align-items: center;
    transition: all 0.1s ease;
    align-content: space-between;
    justify-content: center;
}

/*.bookmark-chapter-btn:hover {
    background: rgba(16, 185, 129, 0.1);
    transform: scale(1.05);
}

.bookmark-chapter-btn.active:hover {
    background: rgba(16, 185, 129, 0.2);
}

/* Desna strana - Font kontrole kontejner */
.biblija-font-controls {
    display: flex;
    gap: 8px;
    flex-shrink: 0;
    display: flex !important;
    justify-content: flex-end !important;
    gap: 10px;
    width: 90%;
}

.font-size-btn {
    width: 36px;
    height: 36px;
    border: none;
    border-radius: 8px;
    background: #fff;
    color: #2f3133;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    transition: all 0s;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Roboto;
}

.font-size-btn:hover {
    background: #e0f0ff;
}

/* Responsive */
@media (max-width: 768px) {
    .bookmark-chapter-btn svg {
        width: 25px;
        height: 25px;
    }
    
    .font-size-btn {
        width: 39px;
        height: 39px;
        font-size: 15px;
    }
    
    .biblija-font-controls {
        gap: 6px;
    }
}

@media (max-width: 435px) {
    .bookmark-chapter-btn svg {
        width: 22px;
        height: 22px;
    }
    
    .font-size-btn {
        width: 39px;
        height: 39px;
        font-size: 15px;
    }
    
    .biblija-font-controls {
        gap: 8px;
        padding-right: 12px;
    }
}

@media (max-width: 1024px) {



.search-number-940{
    max-width: 100px !important;
    border: 1px solid #ddd;
    border-radius: 30px;
    padding: 7px 7px !important;
    font-size: 13px;
    text-align: start;
    background: white;
}

.search-group .reference-group{
    display: flex !important;
}

.search-field.separator-field{
    max-width: 10px !important;
}

#header-chapter-input-bible-search-69c23f21461f0{
    max-width: 200px !important;
    border: 1px solid #ddd;
    border-radius: 30px;
    padding: 7px 7px !important;
    font-size: 13px;
    text-align: start;
    background: white;
}

.bible-search-940 .separator-field {
    flex: 0 0 auto;
    width: 15px;
    display: flex;
    justify-content: center;
}

.bible-search-940 .separator-940 {
    font-size: 14px;
    font-weight: bold;
    color: #666;
}

.bible-search-940 .keyword-group {
        background: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: nowrap;
        flex-direction: row;
        width: 100%;
        border-bottom: solid 1px #e9ebeb;
        border-radius: 0px;
        align-content: center;
        padding-bottom: 18px;
    }

.bible-search-940 .search-field{
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-content: space-around;
        align-items: center;
        flex-wrap: nowrap;
    }

}
#header-reference-btn-bible-search-69c3e9d030d35{
        width: 50% !important;
}    


.bible-search-940 .search-input-940 {
    width: 100%;
    padding: 8px 7px;
    border: 1px solid #ddd;
    border-radius: 30px;
    font-size: 12px;
    padding-left: 12px !important;
    line-height: 1.4;
    border-radius: 4px;
    background: white;
}

.search-button {
    padding: 7px 7px !important;
    width: 50%;
}

 .search-btn-940 {
        width: 100%;
        padding: 9px 9px !important;
    }

    .bible-search-940 .search-number-940 {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 30px;
    padding: 11px 11px !important;
    font-size: 12px;
    text-align: center;
    background: white;
}

.bible-search-940 .search-number-940:focus {
    width: 100%;
    border: 1px solid #333;
    border-radius: 30px;
    padding: 11px 11px !important;
    font-size: 12px;
    text-align: center;
    background: white;
}




/*.custom-select-trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 15px ;
    border: 1px solid #ccc;
    border-radius: 7px;
    cursor: pointer;
    background: #fff;
    min-width: 0;
    max-height: 35px !important;
    color: #333 !important;
}

.bible-search-940 .reference-group {
        background: #fff !important;
        align-items: center;
        display: flex;
        align-content: center;
        justify-content: space-around;
        flex-direction: column;
    }*/





/*@media (max-width: 1020px){
 .biblia-single-wrapper{
       width: 950px ;
   }
    

}*/

/*search results*/
.site-main {
    display: flex;
    align-content: center;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    padding-inline-end: 0px;
    padding-inline-start: 0px;
}

.page-content {
    width: calc(100% - 10px);  /* 100% širine minus 20px (10px levo + 10px desno) */
    max-width: 850px;         /* Maksimalna širina - opciono */
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding: 0px 5px;
}

.wp-block-latest-posts__post-title::before{
    content: "●";
    margin-right: 7px;
    margin-left: 10px;
    color: #333;
}


#h-najnovije {
    font-size: 17px;
    font-family: 'Roboto';
    letter-spacing: 0.3px;
    display: flex;
    justify-content: center;
    border-bottom: solid 1px #e9ecf0;
    padding-bottom: 3px;
    background: #dff7fdba;
    padding: 10px;
    margin-top: 0;
    border-radius: 8px 8px 0px 0px;
}

#comment {
    border-radius: 8px;
    border: solid 1px #fff;
    background: #f0f9fd;;
}
#comment:hover {
    border-radius: 4px;
    border: solid 1px #0075ab !important;
}

#comment:focus {
    border-radius: 4px;
    border: solid 1px #0075ab !important;
}

#comment:active {
    border-radius: 4px;
    border: solid 1px #0075ab;
}*/

.post{
    background: transparent;
    padding: 5px;
    border-radius: 8px;
    margin-top: 15px;
    width: calc(100% - 0px);  /* 100% širine minus 20px (10px levo + 10px desno) */
    max-width: 1100px;         /* Maksimalna širina - opciono */
    margin-left: auto;
    margin-right: auto;
    display: block;
}

@media (max-width 768px) {
    .post{
    background: transparent;
    padding: 5px;
    border-radius: 8px;
    margin-top: 15px;
     width: calc(100% - 10px);  /* 100% širine minus 20px (10px levo + 10px desno) */
    max-width: 1100px;         /* Maksimalna širina - opciono */
    margin-left: auto;
    margin-right: auto !important;
    display: block;
}
}

.wp-block-quote.is-layout-flow.wp-block-quote-is-layout-flow {
    background: #f6f4ef;
    border-radius: 8px;
    padding: 10px;
    margin-right: 5px;
    margin-left: 5px;

}

/*.comments-area {
  display: flex ;
  align-content: center;
  max-width: 100%;
  justify-content: center;
}*/


.submit{
    padding: 7px 7px;
    border: 1px solid #ccc;
    border-radius: 4px
}

.submit:hover{
    padding: 7px 7px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #caeef7 ;
}


.elementor a{
    color: #0075ab;
}

.elementor a:hover{
    color: #0075ab;
    text-decoration: 1px underline;
}

.comment-respond {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.comment-form {
    width: 100%;
}

.comment-form-comment {
    display: flex;
    flex-direction: column;
}

.form-submit {
    display: flex;
    justify-content: flex-end;
}



h1.entry-title {
    display: var(--page-title-display);
    font-size: 23px;
}

.entry-title {
    color: #333;
    font-family: Roboto;
    font-size: 27px;
    font-weight: 500;
}

.entry-title a{
    color: #333;
    font-family: Roboto;
    font-size: 27px;
    font-weight: 400;
    padding-left: 0px;
}

.entry-title a:hover{
    color: #0075ab;
    font-family: Roboto;
    font-size: 27px;
    font-weight: 400;
    text-decoration: underline 1px;
    padding-left: 0px;
}

.nav-previous a{
    background: #fff;
    border-radius: 7px;
    color: #333;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
    padding: 7px 8px;
    border: solid 1px #e0e1e1;
}

.nav-previous a:hover{
    background: #c0e9fc;
    border-radius: 7px;
    color: #333;
    font-size: 15px;
    text-decoration: none;
    padding: 7px 8px;
    border: solid 1px #333;
}

.nav-next a{
    background: #fff;
    border-radius: 7px;
    color: #333;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    padding: 7px 14px;
    border: solid 1px #e0e1e1;
}

.nav-next a:hover{
    background: #c0e9fc;
    border-radius: 7px;
    color: #333;
    font-size: 15px;
    text-decoration: none;
    padding: 7px 14px;
    border: solid 1px #333;
}

.pagination {
    display: flex;
    justify-content: space-between;
    margin: 20px auto;
    gap: 30px;
    margin-top: 43px;
}

@media ( max-width 920px ) {
    .page-content {
    width: calc(100% - 20px);  /* 100% širine minus 20px (10px levo + 10px desno) */
    max-width: 750px;         /* Maksimalna širina - opciono */
    margin-left: auto;
    margin-right: auto;
    display: block;

}
    
}


@media ( max-width 435px ) {
    .entry-title {
    color: #333;
    font-family: Ardena Book;
    font-size: 20px;
    font-weight: 500;
}

.site-main {
    display: flex;
    align-content: center;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
}

}
    
/*Pojedinacna Knjiga Custom Short_code*/
    .book-chapters-wrapper {
    max-width: 500px;
    margin: 2px auto;
    background: #fff;
    border-radius: 12px;
    padding: 0px;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
    border: 1px solid #eaeaea;
}

    
    
    .book-chapters-header {
    text-align: center;
    margin-bottom: 39px;
    padding-bottom: 10px;
    border-bottom: 2px solid #ffffff;
    background: linear-gradient(to right, #E5FAFF, #C4EBF5);
    padding: 20px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}
    
    .book-title {
        font-size: 25px;
        font-family: Roboto;
        color: #3c3d3d;
        margin: 0 0 10px;
        font-weight: 500;
    }

    .book-title::before  {
            content: '―';
            margin-right: 10px;
            font-size: 22px;
            margin-top: 2px;
        }

    .book-title::after  {
        content: '―';
            margin-left: 10px;
            font-size: 22px;
            margin-top: 2px;
        }
    
    .book-chapters-count {
        font-size: 14px;
        color: #247eae;
        margin: 0;
        font-weight: 500;
    }
    
    .book-chapters-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 30px;
    padding-left: 25px;
    padding-right: 25px;
}
    
    .chapter-list-item {
        transition: all 0.2s;
    }
    
    .chapter-list-item:last-child {
        border-bottom: none;
    }
    
    .chapter-link1 {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 15px;
        text-decoration: none;
        color: #0c1014;
        transition: all 0.1s;
        border-bottom: 1px solid #f0f0f0;
        border-radius: 1px;
    }
    
    .chapter-link1:hover {
        background: #e0effe;
        border-bottom: 1px solid #f0f0f0;
        border-radius: 8px;
    }
    
    .chapter-number {
        font-size: 17px;
        font-family: Roboto;
        font-weight: 400;
        color: #333;
    }

    .chapter-number:hover {
        font-size: 17px;
        font-weight: 400;
        color: #247eae;
        text-decoration: underline 1px;
    }
    
    .chapter-verses {
        font-size: 13px;
        color: #999;
        margin-left: 10px;
    }
    
    .chapter-arrow {
        font-size: 16px;
        color: #ccc;
        transition: all 0.2s;
    }
    
    .chapter-link1:hover .chapter-arrow {
        color: #247eae;
        transform: translateX(3px);
    }
    
    .book-chapters-footer {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid #f0f0f0;
    padding-bottom: 20px;
}
    
    .back-link {
        display: inline-block;
        padding: 10px 20px;
        background: #f3f4f6;
        color: #333;
        text-decoration: none;
        border-radius: 7px;
        border: solid 1px #f3f4f6;
        font-size: 14px;
        font-weight: 600;
        transition: all 0.1s;
    }
    
    .back-link:hover {
        background: #c0e9fc;
        color: #333;
        border: 1px solid #333;
    }
    
    .book-chapters-error,
    .book-chapters-empty {
        max-width: 600px;
        margin: 40px auto;
        padding: 30px;
        text-align: center;
        background: #fef2e8;
        border-left: 4px solid #f97316;
        border-radius: 8px;
        color: #9a3412;
    }
    
    @media (max-width: 768px) {
        .book-chapters-wrapper {
            padding: 0px;
            margin: 0px;
        }
        
        .book-title {
            font-size: 20px;
        }
        
        .chapter-link1 {
            padding: 10px 12px;
        }
        
        .chapter-number {
            font-size: 16px;
        }
        
        .chapter-verses {
            display: none;
        }
    }
   

    /*stranice po zavetu seo*/

        .knjige-zavjet-container {
            margin: 20px 0;
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
            background: #fff; 
            padding: 20px;
            border-radius: 12px;
            border: solid 1px #fff  ;
            width: 100%;

        }
        .knjige-zavjet-naslov {
            font-family: 'Roboto';
            letter-spacing: 0.5px;
            font-size: 28px;
            font-weight: 700;
            margin-bottom: 25px;
            padding-bottom: 20px;
            border-bottom: 2px solid #f0f0f0;
            color: #2c3e50;
            position: relative;
            display: flex;
            justify-content: center


        }
        .knjige-zavjet-naslov::before {
            content: '―';
            margin-right: 10px;
            font-size: 22px;
            margin-top: 2px;
        }

        .knjige-zavjet-naslov::after {
            content: '―';
            margin-left: 10px;
            font-size: 22px;
            margin-top: 2px;
        }

        .knjige-kolone-wrapper {
            display: flex;
            flex-wrap: wrap;
            margin: 0 -15px;
        }
        .knjige-kolona {
            flex: 1;
            padding: 0 15px;
            min-width: 200px;
        }
        .knjige-lista {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        .knjige-lista li {
            margin-bottom: 12px;
            padding: 8px 0 8px 25px;
            border-bottom: 1px solid #ecf0f1 !important;
            position: relative;
            transition: all 0.1s ease;
        }
        .knjige-lista li:before {
            content: '•';
            color: #2980b9;
            font-size: 20px;
            position: absolute;
            left: 5px;
            top: 6px;
        }
        .knjige-lista li:hover {
            background-color: #e0effe;
            padding-left: 25px;
            border-radius: 7px;
        }
        .knjige-lista li:last-child {
            border-bottom: none;
        }
        .knjige-lista a {
            text-decoration: none;
            color: #0c1014;
            font-size: 16px;
            font-family: 'Roboto';
            font-weight: 400;
            transition: color 0.1s ease;
            display: block;
            transform: none !important;
            translate: none !important;
        }
        .knjige-lista a:hover {
            color: #2980b9;
            text-decoration: underline 1px;
        }
        
        /* Različite širine kolona za responzivnost */
        @media (max-width: 992px) and (min-width: 769px) {
            .knjige-kolone-wrapper {
                margin: 0 -10px;
            }
            .knjige-kolona {
                padding: 0 10px;
            }
        }
        
        @media (max-width: 768px) {
            .knjige-kolone-wrapper {
                flex-direction: column;
            }
            .knjige-kolona {
                margin-bottom: 25px;
            }
            .knjige-lista li {
                padding: 10px 0 10px 25px;
            }
        }
        
        /* Animacija za pojavljivanje */
        .knjige-zavjet-container {
            animation: fadeIn 0.5s ease-in;
        }
        
        /*@keyframes fadeIn {
            from {
                opacity: 0;
                transform: translateY(0px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }*/
        
        /* Broj knjiga */
        .knjige-brojac {
            font-size: 14px;
            color: #7f8c8d;
            margin-top: 5px;
            margin-bottom: 20px;
            padding: 5px 0;
        }


    

    .biblija-header {
    margin-top: -20px;
    border-top: 0px solid rgb(240, 240, 240);
    padding: 0px;
}



article.post {
    background: #f6f4ef !important;
    border-radius: 8px !important;
    padding: 20px;
    margin-bottom: 15px;
}


.article {
    background: white !important;
    border-radius: 8px !important;
}
 
/*p {

    font-size: 16px;
    color: #202122;
    font-family: Roboto;
    font-weight: 400;
}*/


.comment-form-author {
    padding: 10px;
    display: flex;
    flex-direction: column;
    width: 250px;
    margin-bottom: 1px;
}

input#author {
    padding: 7px;
    border-radius: 4px;
    border: solid 1px #e0e0e0;
}

input#email {
    padding: 7px;
    border-radius: 4px;
    border: solid 1px #e0e0e0;
}

.comment-form-email {
    padding: 10px;
    display: flex;
    flex-direction: column;
    width: 250px;
    margin-top: 1px;
}

.comment-form-url {
     display: none;
}