.footer-block {
    margin-top: 18px;
}

.footer-block hr {
    border: none;
    border-top: 1.5px solid #eaeaea;
    margin: 0 0 8px 0;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    font-size: 1.05em;
    color: #8b9299;
    font-weight: 500;
    padding: 0 5px;
    flex-wrap: wrap;
}

.footer-left {
    margin-bottom: 4px;
}

.footer-right {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-link {
    color: #3e69a3;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s;
}

.footer-link:hover {
    color: #1871c1;
    text-decoration: underline;
}

.footer-separator {
    color: #c2c9d6;
    margin: 0 4px;
    font-size: 1.1em;
    user-select: none;
}
