/* Balospe.com  - Custom styles */



.bolditalic {
    font-weight: bold;
    font-style: italic;
}
.bi {
    font-weight: bold;
    font-style: italic;
}


.underline {
    text-decoration: underline;
}
.boldunderline {
    font-weight: bold;
    text-decoration: underline;
}
.bu {
    font-weight: bold;
    text-decoration: underline;
}






h1 {
    color: #003B71 !important;
}


h2 {
    color: #003B71 !important;
}


h3 {
    color: #003B71 !important;
}







/* --------------- */


/* RTL support for Arabic and Hebrew */
html[lang="ar"],
html[lang="he"] {
    direction: rtl;
    text-align: right;
}

html[lang="ar"] .bd-sidebar-primary,
html[lang="he"] .bd-sidebar-primary {
    border-right: none;
    border-left: 1px solid var(--pst-color-border);
}

html[lang="ar"] .bd-sidebar-secondary,
html[lang="he"] .bd-sidebar-secondary {
    border-left: none;
    border-right: 1px solid var(--pst-color-border);
}

/* Responsive video embeds */
.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Audio player */
.audio-container {
    margin: 1em 0;
}

.audio-container audio {
    width: 100%;
}
