a:link:not(.slds-button, .slds-dropdown__item > a) {
    color: var(--mk-primary)
}
.herobannertext p{
    line-height: 82px;
    font-size: 4.5rem;
    font-weight: var(--font-weight-bold);
    color: var(--white);
}
.herobannertext .cb-outputRichText-container.ql-editor {
    overflow: hidden;
}
.herobannertextmobile p{
    line-height: 35px;
    font-size: 2.5rem;
    font-weight: var(--font-weight-bold);
    color: var(--white);
}
.herobannertextmobile .cb-outputRichText-container.ql-editor {
    overflow: hidden;
}
.homepagebannerlayout .cta-buttons{
    justify-content: flex-start !important;
}
.homepagebannerlayoutmobile .slds-grid {
    justify-content: flex-start !important;
}


.profile-loading-image-container .slds-spinner_container {
    background-color: var(--white); 
    opacity: 0.3;     
}

.mk-captcha-iframe-container .mk-captcha-iframe {
    border: none;
    height: 86px;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 85px;
    height: 100px;
    bottom: 0;
}

.mk-captcha-iframe-container .mk-captcha-iframe:hover {
    width: 300px;
}

.beautynews-panel .enrollment-success-content img {
    width: 100% !important;
    height: 237px !important;
    object-fit: cover !important;
}
