.raya-bredcrumb-list .breadcrumb {
font-size: 16px;
line-height: 29px;
font-weight: 700;
font-family: "Cairo", serif;
margin-right: -6px;
}
.raya-bredcrumb-list .breadcrumb-item.active {
color: #5B5B5B;
}
.raya-bredcrumb-list .breadcrumb a {
font-size: 16px;
line-height: 29px;
color: #5B5B5B;
font-weight: 700;
font-family: "Cairo", serif;
direction:ltr;
display:inline-block;
}
.raya-bredcrumb-list .breadcrumb-item {
padding: 0 12px;
position: relative;
text-align: right;
}
.raya-bredcrumb-list .breadcrumb-item::before {
display: none;
}
.raya-bredcrumb-list .breadcrumb-item:nth-last-child(n+2):after {
content: '';
border-top: solid 5px transparent;
border-bottom: solid 5px transparent;
border-right: solid 5px #5B5B5B;
height: 0;
width: 0;
position: absolute;
left: -3px;
top: 50%;
transform: translateY(-50%);
}
.raya-more-articles {
margin-bottom: 35px;
.layout-ratio {
padding-bottom: 52%;
}
}
.raya-more-articles #loadMoreButton {
cursor: pointer;
}
.raya-more-articles .widget-item-headline{
line-height: 1.2em;
min-height: 2.4em;
}
img {
-webkit-user-drag: none;
-khtml-user-drag: none;
-moz-user-drag: none;
-o-user-drag: none;
user-drag: none;
pointer-events: none;
}
let allImages = document.querySelectorAll("img");
allImages.forEach((img) => {
img.oncontextmenu = (e) => {
e.preventDefault();
};
});