.sponsored-label {
    color: #ababab;
    text-transform: uppercase;
    font-family: 'Scala Sans', 'Titillium Web', sans-serif;
    font-size: 12px;
}
.sponsored-report {
    margin: 24px 0;
    padding: 25px 35px;
    border: 1px solid #2E4848;
    display: flex;
}
.sponsored-report__image-container {
    padding: 20px 40px 0 0;
}
.sponsored-report__image {
    transform: rotate(-15deg);
}
.sponsored-report__description {
    text-align: left;
    line-height: 1.4;
}
.sponsored-report__description > p {
    margin-bottom: 10px;
}
#sponsoredReportMC {
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
}
.sponsored-report-field {
    font-family: 'Scala Sans', 'Titillium Web', sans-serif;
    font-size: 14px;
    color: #ababab;
    padding: 9px 13px 7px;
    margin-top: 5px;
    flex: 49%;
    vertical-align: middle;
}
.sponsored-report-field--full {
    width: 100%;
    flex: 100%;
}
.sponsored-report-btn {
    margin-bottom: 0;
    color: #fff;
}
.sponsored-report__download-icon {
    width: 16px;
    fill: #fff;
    vertical-align: middle;
    margin-right: 5px;
}
#sponsoredReportMC > div {
    position: absolute;
}
.sponsored-report-header {
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
}
.sponsored-report-header__image-container {
    flex: 30%;
}
.sponsored-report-header__image {
    max-width: 100%;
    height: auto;
}
.sponsored-report-header__description {
    flex: 68%;
}
@media (max-width: 767px) {
    .sponsored-report {
        flex-direction: column;
    }
    .sponsored-report__image-container {
        padding: 0;
    }
    .sponsored-report__image {
        margin: 20px auto;
        display: block;
    }
}