<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.top-tab-container {
    display: block;
}

.top-tab-container.promotion a {
    margin: 5px;
}

.promotion-item {
    min-height: 0px !important;
}

.promotion-items {
    display: flex;
    min-height: 0px !important;
}

.promotion-item img {
    width: 94% !important;
}

.promotions-info {
    background: #f2dc7d;
    background: linear-gradient(to bottom, #f2dc7d 0%, #b88416 100%);
    display: block;
    position: relative;
    width: 40px;
}

.click-for-more-info-button {
    rotate: 90deg;
    width: 218px;
    position: relative;
    display: block;
    right: 89px;
    top: 41%;
    font-size: 10px;
    color: #000 !important;
}

.promotion-item .click-for-more-info-button {
    padding: 0px !important;
    background: transparent !important;
    height: 38px;
}</pre></body></html>