/* Final English research cover and button correction */

.dss-research-detail-cover,
.editorial-hero-aside,
.research-detail-cover,
.research-hero-cover,
.research-cover-card {
    overflow: hidden !important;
}

.dss-research-detail-cover img,
.editorial-hero-aside img,
.research-detail-cover img,
.research-hero-cover img,
.research-cover-card img,
.dss-forced-research-cover {
    width: 100% !important;
    height: 100% !important;
    min-height: 100% !important;
    display: block !important;
    object-fit: contain !important;
    object-position: center !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.dss-research-fixed-action {
    width: auto !important;
    min-width: 122px !important;
    min-height: 44px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 10px 16px !important;
    border-radius: 9px !important;
    font-family: inherit !important;
    font-size: .82rem !important;
    font-weight: 900 !important;
    line-height: 1.2 !important;
    white-space: nowrap !important;
    text-align: center !important;
    text-decoration: none !important;
    text-indent: 0 !important;
    text-shadow: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    filter: none !important;
}

.dss-research-fixed-secondary {
    border: 1px solid rgba(255,255,255,.34) !important;
    background: #ffffff !important;
    color: #103c2c !important;
    -webkit-text-fill-color: #103c2c !important;
}

.dss-research-fixed-primary {
    border: 1px solid #35a66f !important;
    background: #35a66f !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
}

.dss-research-fixed-link {
    min-width: auto !important;
    border: 0 !important;
    background: transparent !important;
    color: #45bf7d !important;
    -webkit-text-fill-color: #45bf7d !important;
}

.dss-research-fixed-action::before,
.dss-research-fixed-action::after {
    content: none !important;
    display: none !important;
}

@media (max-width: 767px) {
    .dss-research-fixed-action {
        width: 100% !important;
        min-width: 0 !important;
        white-space: normal !important;
    }
}
