.platform-footer {
    width: 100%;
    margin-top: auto;
    padding: 1.5rem 1rem;
    color: #625b69;
    font-size: .8rem;
    line-height: 1.55;
    text-align: center;
    overflow-wrap: anywhere;
}

.platform-footer p {
    margin: 0;
}

.platform-footer p + p {
    margin-top: .25rem;
}

.platform-footer a {
    color: #49345f;
    font-weight: 700;
    text-decoration: underline;
    text-decoration-thickness: .08em;
    text-underline-offset: .18em;
}

.platform-footer a:hover {
    color: #30283a;
}

.platform-footer a:focus-visible {
    border-radius: .15rem;
    outline: 3px solid rgba(112, 71, 163, .35);
    outline-offset: 3px;
}

@media (max-width: 480px) {
    .platform-footer {
        padding: 1.25rem 1rem;
    }
}
