.y4m-online-radius-hint {
    margin: 0 0 1rem;
    padding: 1rem 1.1rem;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 6px;
    background: rgba(0, 0, 0, 0.025);
}

.y4m-online-radius-hint[hidden] {
    display: none !important;
}

.y4m-online-radius-hint__title {
    margin-bottom: 0.25rem;
    font-weight: 600;
}

.y4m-online-radius-hint__text {
    margin-bottom: 0.7rem;
}

.y4m-online-radius-hint__action {
    display: inline-block;
    padding: 0.55rem 0.85rem;
    border: 1px solid var(--e-global-color-primary, #1f5f78);
    border-radius: 4px;
    background: var(--e-global-color-primary, #1f5f78);
    color: #fff !important;
    font: inherit;
    font-weight: 600;
    line-height: 1.3;
    text-decoration: none;
    cursor: pointer;
}

.y4m-online-radius-hint__action:hover,
.y4m-online-radius-hint__action:focus {
    background: transparent;
    color: var(--e-global-color-primary, #1f5f78) !important;
    text-decoration: none;
}
