
.learn-hint .bth__btn:hover {
    color: #d77432;
}

.learn-hint .bth__btn {
    border: none;
    font-weight: bold;
    font-size: 13px;
    color: #475669;
    background: #fff;
}

.learn-hint::before {
    content: "";
    position: absolute;
    left: 10px;
    top: -8px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #475669;
}

.learn-hint .bth__txt {
    color: #fff;
}

.learn-hint {
    display: none;
    background: #475669;
    padding: 15px 20px 15px 15px;
    position: absolute;
    border-radius: 7px;
    font-family: 'apercu_pro', sans-serif;
    color: #ffffff;
    font-size: 14px;
    line-height: normal;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-shadow: 0 1px 20px 0 #000000;
    box-shadow: 0 1px 20px 0 #000000;
    z-index: 100;
    max-width: 400px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    text-transform: none;
    font-weight: normal;
    white-space: normal;

}

@media screen and (max-width: 767px) {
    .learn-hint {
        max-width: 210px;
    }

    .learn-hint--right-mobile::before {
        left: 50px;
    }

    .learn-hint--right-mobile {
        left: auto !important;
        right: 10px !important;
    }
}