.profile-subscription-note {
    width: 100%;
    padding: 18px;
    background: #fff8e6;
    border: 1px solid rgba(216, 199, 107, .55);
    border-radius: 18px;
    text-align: center;
}

.profile-subscription-note p {
    margin: 0 0 14px;
    color: #5f4b10;
    line-height: 1.8;
    font-weight: 700;
}

.profile-subscription-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 18px;
    background: #0b4b82;
    color: #ffffff !important;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 800;
}
