.site-header{
    background-color: #1c1c1c;
    padding: 15px 30px;
    text-align: center;
    border-bottom: 1px solid #ddd;
    font-family: Arial, Helvetica, sans-serif;
    border-radius: 6px;
}

.current-link{
    color:#fff;
    font-weight: none;
    font-size: 18px;
    padding: 10px 20px;
}

section{
    display: block;
    unicode-bidi: isolate;
}

.promotionsList-bc{
    padding: 10px 0 20px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 20px;
}

.promotionsListEl-bc{
    display: flex;
    flex-direction: column;
    cursor: pointer;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}

.promotionsArticleThumbnail-bc{
    display: flex;
    flex: auto;
    object-fit: cover;
    width: 100%;
    height: auto;
    border-radius: 4px;
    transition: all 0.3s ease;
}

img{
    border-style: none;
    overflow-clip-margin: content-box;
    overflow: clip;
}

.promotionsArticleThumbnail-bc:hover{
    transform: scale(1.1);
}

.promotions-article-title{
    height: 34px;
    margin-top: 1px;
    padding: 0 10px;
    color: #000;
    font-size: 12px;
    line-height: 34px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

footer{
    display: flex;
    min-width: 0;
    flex: 1;
    width: 100%;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
}

.footerLinkColTitle{
    width: 100%;
    font-size: 12px;
    line-height: 14px;
    font-weight: 700;
    color: rgba(0, 0, 0, .7);
}

.footerLinkColLinks{
    list-style: none;
}
.footerLinkColLinks a{
    text-decoration: none;
    font-size: 12px;
    color: #000;
}


.content{
    padding: 15px;
    color: rgba(0, 0, 0, 0.6);
    font-size: 13px;
    line-height: 18px;
    will-change: scroll-position;
    overflow-x: hidden;
    overflow-y: auto;
}

.content p>strong{
    color: rgba(0, 0, 0, 0.95);
    font-size: 16px;
    font-weight: 500;
}
