/* =========================================
   INMI - STOPKA / BOTTOM
   ========================================= */

#sp-bottom {
    padding: 18px 0 !important;
    margin: 0 !important;
    min-height: 0 !important;
    height: auto !important;
    background: #f7f7f5;
}

#sp-bottom .container {
    width: 100%;
    max-width: 1180px !important;
    margin: 0 auto !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
}

#sp-bottom .row {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

#sp-bottom .sp-module {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}


/* =========================================
   FACEBOOK - KARTA POZIOMA
   ========================================= */

#sp-bottom1 {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.inmi-facebook-card {
    display: flex;
    align-items: center;

    width: 100%;
    max-width: 520px;
    min-height: 105px;

    padding: 10px 18px;

    background: #ffffff;
    border: 1px solid #e8e8e8;
    border-radius: 5px;

    color: #333333;
    text-decoration: none;

    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease,
        transform 0.2s ease;
}

.inmi-facebook-card:hover {
    border-color: #b68a3a;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.07);
    transform: translateY(-2px);
    text-decoration: none;
}


/* Logo INMI */

.inmi-facebook-logo {
    display: block;
    flex: 0 0 auto;

    width: 235px;
    height: 82px;

    margin-right: 28px;

    object-fit: contain;
}


/* Prawa część karty */

.inmi-facebook-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}


/* Facebook */

.inmi-facebook-label {
    margin: 0 0 12px;

    color: #1877f2;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.1;
}


/* Zobacz profil */

.inmi-facebook-link {
    color: #b68a3a;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
}

.inmi-facebook-card:hover .inmi-facebook-link {
    color: #8f6a28;
}


/* =========================================
   KONTAKT
   ========================================= */

#sp-bottom2 {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.inmi-contact-box {
    width: 100%;
    max-width: 500px;

    padding: 0 10px;

    color: #333333;
}

.inmi-contact-box h3 {
    margin: 0 0 14px;

    font-size: 30px;
    font-weight: 400;
    line-height: 1.2;
}

.inmi-contact-box p {
    margin: 0 0 14px;
    line-height: 1.7;
}


/* =========================================
   PRZYCISK KONTAKT
   ========================================= */

.inmi-contact-button {
    display: inline-block;

    margin-top: 4px;
    padding: 10px 18px;

    border: 1px solid #b68a3a;
    border-radius: 4px;

    background: transparent;
    color: #b68a3a !important;

    font-weight: 500;
    line-height: 1.2;

    text-decoration: none !important;

    transition:
        background 0.2s ease,
        color 0.2s ease,
        border-color 0.2s ease,
        transform 0.2s ease;
}

.inmi-contact-button:hover {
    background: #b68a3a;
    border-color: #b68a3a;

    color: #ffffff !important;

    text-decoration: none !important;
    transform: translateY(-1px);
}


/* =========================================
   TABLET
   ========================================= */

@media (max-width: 900px) {

    #sp-bottom .container {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    #sp-bottom1,
    #sp-bottom2 {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;

        justify-content: center;
    }

    #sp-bottom1 {
        margin-bottom: 24px !important;
    }

    .inmi-facebook-card,
    .inmi-contact-box {
        margin-left: auto;
        margin-right: auto;
    }
}


/* =========================================
   TELEFON
   ========================================= */

@media (max-width: 600px) {

    #sp-bottom {
        padding: 16px 0 !important;
    }

    #sp-bottom .container {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    #sp-bottom1,
    #sp-bottom2 {
        justify-content: flex-start;
    }

    #sp-bottom1 {
        margin-bottom: 20px !important;
    }


    /* Facebook */

    .inmi-facebook-card {
        max-width: 100%;
        min-height: 88px;

        padding: 10px 12px;
    }

    .inmi-facebook-logo {
        width: 165px;
        height: 58px;

        margin-right: 16px;
    }

    .inmi-facebook-label {
        margin-bottom: 8px;

        font-size: 18px;
    }

    .inmi-facebook-link {
        font-size: 13px;
    }


    /* Kontakt */

    .inmi-contact-box {
        max-width: none;
        padding: 0;
    }

    .inmi-contact-box h3 {
        font-size: 26px;
    }

    .inmi-contact-button {
        padding: 9px 15px;
        font-size: 14px;
    }
}


/* =========================================
   BARDZO MAŁE TELEFONY
   ========================================= */

@media (max-width: 420px) {

    .inmi-facebook-card {
        padding: 9px 10px;
    }

    .inmi-facebook-logo {
        width: 135px;
        height: 50px;

        margin-right: 12px;
    }

    .inmi-facebook-label {
        margin-bottom: 5px;

        font-size: 16px;
    }

    .inmi-facebook-link {
        font-size: 12px;
    }
}