/*
 * Remtech Instagram Title Fix
 * Scope: ONLY the Instagram profile/header name that the companion JS marks.
 * Brand reference taken from the live Remtech heading styling:
 * - Proxima Extra Bold
 * - Remtech blue #4CAEF5
 */

.remtech-instagram-title-fix,
.remtech-instagram-title-fix:link,
.remtech-instagram-title-fix:visited,
.remtech-instagram-title-fix:hover,
.remtech-instagram-title-fix:focus,
.remtech-instagram-title-fix:active,
.remtech-instagram-title-fix * {
    font-family: proximaextrabold, "Proxima Nova", Arial, Helvetica, sans-serif !important;
    color: #4CAEF5 !important;
    font-style: normal !important;
    font-weight: 800 !important;
    text-transform: none !important;
    text-decoration: none !important;
    letter-spacing: 0 !important;
    text-shadow: none !important;
}

.remtech-instagram-title-fix {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 18px auto 8px !important;
    padding: 0 16px !important;
    box-sizing: border-box !important;
    text-align: center !important;
    font-size: 28px !important;
    line-height: 1.15 !important;
    white-space: normal !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
}

@media only screen and (max-width: 1024px) {
    .remtech-instagram-title-fix {
        font-size: 25px !important;
        margin-top: 16px !important;
    }
}

@media only screen and (max-width: 767px) {
    .remtech-instagram-title-fix {
        font-size: 22px !important;
        line-height: 1.18 !important;
        margin: 14px auto 7px !important;
        padding-left: 12px !important;
        padding-right: 12px !important;
    }
}
