.runjin-phone-with-note {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    vertical-align: middle;
    line-height: 1.15;
}

.runjin-phone-with-note .runjin-phone-number {
    display: inline-block;
    white-space: nowrap;
}

.runjin-phone-with-note .runjin-phone-carrier-note {
    display: block;
    margin-top: 4px;
    color: inherit;
    font-size: 11px !important;
    font-weight: 500 !important;
    line-height: 1.25 !important;
    letter-spacing: 0.03em;
    opacity: 0.72;
    white-space: nowrap;
}

a .runjin-phone-carrier-note,
button .runjin-phone-carrier-note {
    pointer-events: none;
}

@media (max-width: 620px) {
    .runjin-phone-with-note .runjin-phone-carrier-note {
        margin-top: 3px;
        font-size: 10px !important;
    }
}
