.sa-bc-banner {
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
}

.sa-bc-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Overlay */
.sa-bc-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    /*background: rgb(0 0 0 / 58%);*/
        background: rgb(18 37 150 / 58%);
    text-align: center;
    color: #fff;
}

.sa-bc-title {
    color: #fff;
    font-size: 38px;
    margin-bottom: 10px;
    /*text-shadow: 0 2px 6px rgba(0,0,0,0.5);*/
}

/* Breadcrumb links inside banner */
.sa-bc-links {
    font-size: 16px;
    color: #fff;
}

.sa-bc-links a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
}

.sa-bc-links a:hover {
    text-decoration: underline;
}

.sa-sep {
    margin: 0 5px;
    opacity: 0.8;
}

.sa-current {
    font-weight: 600;
}

@media(max-width:768px){
    .sa-bc-banner { height: 180px; }
    .sa-bc-title { font-size: 24px; }
}
