.fcnet-banner {
    display: none;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: 10px 44px 10px 20px;
    position: relative;
    text-align: center;
    font-size: 14px;
}

.fcnet-banner__content p {
    margin: 0;
}

.fcnet-banner__content a {
    color: inherit;
    text-decoration: underline;
}

.fcnet-banner__close {
    position: absolute;
    top: 8px;
    right: 12px;
    background: none;
    border: none;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
    color: inherit;
    padding: 0;
}