﻿.rns-ft-footer {
    background: #ffffff;
    border-top: 1px solid #e5e7eb;
    padding: 4rem 1rem;
}

.rns-ft-container {
    max-width: 1400px;
    margin: auto;
}

.rns-ft-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 2rem;
}

.rns-ft-brand {
    grid-column: span 2;
}

.rns-ft-logo {
    height: 32px;
    margin-bottom: 1rem;
}

.rns-ft-description {
    color: #4a5568;
    margin-bottom: 1.5rem;
    font-size: 1rem;
}

.rns-ft-startup p, .rns-ft-partner-label {
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
    color: #666;
}

.rns-ft-partner-logo {
    height: 48px;
}

.rns-ft-col h4 {
    margin-bottom: 1rem;
}

.rns-ft-col ul {
    list-style: none;
    padding: 0;
}

.rns-ft-col li {
    margin-bottom: 0.5rem;
}

.rns-ft-col a {
    color: #666;
    text-decoration: none;
    font-size: 0.875rem;
}

.rns-ft-col a:hover {
    color: #155dfc;
}

.rns-ft-bottom {
    border-top: 1px solid #e5e7eb;
    margin-top: 3rem;
    padding-top: 2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1rem;
}

.rns-ft-bottom p{
    color: #666;
}

.rns-ft-socials a {
    margin-left: 0.75rem;
    color: #666;
}

.rns-ft-billit-partner{
    margin-top: 20px;    
}
.rns-ft-logo-billit {
    height: 48px;
}

.rns-ft-socials svg {
    width: 20px;
    height: 20px;
}
