.fo-text-link-footer {
    width: 100%;
    padding-top: 16px;
    padding-bottom: 20px;
    text-align: center;
    color: #4b5563;
}

.fo-text-link-footer a {
    color: #2563eb;
    text-decoration: none;
    font-weight: 500;
}

.fo-text-link-footer a:hover,
.fo-text-link-footer a:focus {
    color: #1d4ed8;
    text-decoration: underline;
}

.fo-text-link-footer.has-small-font-size {
    font-size: 0.875rem;
    line-height: 1.5;
}

.fo-text-link-message {
    display: inline-block;
    padding: 6px 10px;
    border-radius: 999px;
    background: #f3f4f6;
    color: #374151;
}
