.mt-featured[mode="mobile"] .mt-featured__headline {
    font-size: 1rem;
}

.mt-featured[mode="mobile"] .mt-featured__digest {
    font-size: 0.875rem;
}

.mt-featured[mode="mobile"] {
    flex-direction: column;
    width: calc(100% - 30px);
    margin-left: 15px;
    height: unset;
    padding-bottom: 20px;
}

html[dir="rtl"] .mt-featured[mode="mobile"] {
	margin-left: unset;
    margin-right: 15px;
}

.mt-featured[mode="mobile"] .mt-featured__showall {
    width: 100%;
    height: auto;
    aspect-ratio: 69 / 26;
    flex-shrink: 0;
    justify-content: flex-end;
}

.mt-featured[mode="mobile"] .mt-desktop {
    display: none;
}

.mt-featured:not([mode="mobile"]) .mt-mobile {
    display: none;
}

.mt-featured[mode="mobile"] .mt-featured__showall-link {
    margin-bottom: 9px !important;
    margin-right: 10px !important;
    font-size: 0.875rem !important;
    border-radius: 8px;
    font-weight: 700;
    padding-top: 5px;
    padding-bottom: 5px;
}

html[dir="rtl"] .mt-featured[mode="mobile"] .mt-featured__showall-link {
	margin-left: unset !important;
    margin-left: 10px !important;
}

.mt-featured[mode="mobile"] .mt-featured__showall-link::after {
    width: 5.63px;
    height: 10px;
}

.mt-featured[mode="mobile"] .mt-featured__list-wrapper {
    display: none;
    border: 1px solid black;
}

.mt-featured:not([mode="mobile"]) .mt-featured__article-list {
    display: none;
}

.mt-featured[mode="mobile"] .mt-featured__article-list {
    width: 100%;
    position: relative;
}

.mt-featured[mode="mobile"] .mt-featured__article-list .mt-featured__listitem {
    height: 124px;
    margin-top: 1rem;
}

.mt-featured[mode="mobile"] .mt-featured__listitem-image {
    width: 164px;
    height: 124px;
}

.mt-featured[mode="mobile"] .mt-featured__listitem-text {
    padding-right: 0px;
}

html[dir="rtl"] .mt-featured[mode="mobile"] .mt-featured__listitem-text {
	padding-right: unset;
    padding-left: 0px;
}

.mt-featured[mode="mobile"] .mt-featured__headline {
    font-size: 1rem;
    line-height: 1.1rem;
}

.mt-featured[mode="mobile"] .mt-featured__digest {
    font-size: 0.875rem;
    margin-top: 4px;
}

.mt-featured[mode="mobile"] .mt-featured__btn-down {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: -15px;
    left: calc(50% - 15px);
    width: 30px;
    height: 30px;
    background-color: white;
    border-radius: 8px;
    cursor: pointer;
    border: none;
    box-shadow: 0px 0px 20px 0px rgba(235, 229, 233, 1);
}

.mt-featured__btn-down .mt-featured__arrow {
    width: 6.5px;
    height: 11px;
    margin: auto;
    transform: rotate(90deg);
}
