﻿.footer-main {
    position: relative;
    background-color: #111111;
    color: white;
}

.footer-row-1 {
    padding: 40px 0;
}

.footer-app-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 20px;
}

.footer-app-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 8px;
}

.footer-store-icon {
    height: 40px;
    margin: 5px 0;
}

.footer-alb-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 8px;
}

.footer-separator {
    width: 2px;
    height: 60px;
    background-color: #333;
    margin: 0 20px;
}

.footer-row-2 {
    padding: 25px 0;
}

.footer-main-logo {
    height: 27px;
    margin-right: 15px;
}

.footer-main-text {
    font-size: 2rem;
    font-weight: bold;
    color: white;
}

.footer-vertical-separator {
    width: 2px;
    height: 60px;
    background-color: #676767;
    margin: 0 auto;
}

.footer-description p {
    font-size: 0.95rem;
    line-height: 1.6;
}

.footer-row-3 {
    background-color: var(--primary-red);
    padding: 35px 0;
}

.footer-link {
    color: white;
    text-decoration: none;
    padding: 0 15px;
    transition: opacity 0.3s;
}

    .footer-link:hover {
        color: white;
        opacity: 0.8;
    }

.footer-link-separator {
    width: 1px;
    height: 20px;
    background-color: white;
    margin: 0 10px;
}

.accessibility-icon {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: var(--primary-red);
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1000;
}

.max-width-20 {
    max-width: 120px;
}

/* Custom container with col-11 behavior */
.container-custom {
    width: 91.666667%; /* Same as col-11 (11/12 = 91.6667%) */
    max-width: 91.666667%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

/* Apply to all footer containers */
.footer-main .container {
    width: 91.666667% !important;
    max-width: 91.666667% !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
