.rs-footer-copyright-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 10px 24px;
}

.rs-footer-copyright-text {
    margin-bottom: 0;
}

.rs-footer-credit {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 0;
    color: #cbcccd;
    font-size: 14px;
}

.rs-footer-credit-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}

.rs-footer-credit-link:hover {
    color: var(--rs-theme-red);
}

.rs-footer-credit-logo {
    height: 22px;
    width: auto;
    display: block;
}

.rs-footer-credit-name {
    font-weight: 600;
    letter-spacing: 0.02em;
}

.rs-footer-legal {
    display: inline;
    font-weight: 400;
}

.rs-footer-legal a {
    color: inherit;
    text-decoration: none;
    opacity: 0.85;
}

.rs-footer-legal a:hover {
    color: var(--rs-theme-red, #c7282f);
    opacity: 1;
}

