#footer {
    border-top: 1px solid rgba(153, 153, 153, 0.20);
}

.footer-main-wrapper {
    border-bottom: 1px solid rgba(153, 153, 153, 0.10);
}

.footer-logo img {
    max-height: 32px;
    object-fit: contain;
}

.footer-menu-item {
    color: #808084;
    transition: all 0.3s ease;
}

.footer-menu-item:hover {
    color: #2A2A2A;
}

.footer-cta-button {
    padding: 0px 12px;
    border-radius: 8px;
    background: #2A2A2A;
    font-size: 14px;
    min-height: 32px;
    max-height: 32px;
    display: flex;
    align-items: center;
    color: #FFF;
    transition: all 0.3s ease;
    text-wrap-mode: nowrap;
}

.footer-cta-button:hover {
    background: rgba(0, 1, 9, 0.80);
}

.footer-social-media-icon {
    max-height: 20px;
    object-fit: contain;
}
