.rn-corporate-footer {
    background-color: #fcfcfc;
    color: #333333;
    padding: 40px 0 20px;
    border-top: 1px solid #f0f0f0;
    font-family: 'Helvetica Neue', Arial, sans-serif;
}

.rn-footer-container {
    max-width: 1500px;
    width: 1500px;
    margin: 0 auto;
    padding: 0 20px;
}

.rn-footer-main {
    display: flex;
    gap: 200px;
    margin-bottom: 30px;
}

.rn-footer-logo-col {
    flex: 0 0 200px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.rn-footer-links-col {
    flex: 1;
}

.rn-logo {
    height:40px;
    margin-top: 20px;
    /* width: auto; */
    /* max-width: 100%; */
}

.rn-footer-row {
    display: flex;
    justify-content: space-between;
    gap: 50px;
    margin-bottom: 30px;
}

.rn-footer-col {
    /* flex: 1; */
    min-width: 0;
}

.rn-footer-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #222;
}

.rn-footer-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.rn-footer-list li {
    margin-bottom: 10px;
}

.rn-footer-list a {
    color: #555;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.2s;
}

.rn-footer-list a:hover {
    color: #0052d9;
}

.rn-footer-bottom {
    border-top: 1px solid #eee;
    padding-top: 20px;
    text-align: center;
}

.rn-legal-info {
    font-size: 13px;
    color: #777;
    display: flex;
    flex-direction: row;
}

.rn-legal-info a {
    color: #777;
    text-decoration: none;
}

.rn-legal-info a:hover {
    color: #0052d9;
    text-decoration: underline;
}

@media (max-width: 768px) {
    .rn-footer-main {
        flex-direction: column;
        gap: 30px;
    }
    
    .rn-footer-logo-col {
        flex: 1;
        text-align: center;
    }
    
    .rn-footer-row {
        flex-direction: column;
        gap: 20px;
    }
    
    .rn-footer-col {
        margin-bottom: 20px;
    }
}

.footerl {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
    background-color: #f5f5f5 !important;
}