/* ============================================================
   LEGAL EXPERT – FOOTER ELEMENTOR WIDGET STYLESHEET
   Plugin: legalexpert-footer-widget
   ============================================================ */

#le-footer-widget * {
    box-sizing: border-box;
}

#le-footer-widget {
    background-color: #ffffff;
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.6;
    border-top: 4px solid #1d4b8f;
}

/* ---- TOP COLUMNS ROW ---- */
#le-footer-widget .le-footer-top {
    padding: 30px 20px 24px;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 0;
}

/* ---- COLUMNS ---- */
#le-footer-widget .le-col {
    flex: 1 1 0;
    padding: 0 20px 20px 0;
    min-width: 140px;
}

#le-footer-widget .le-col-logos {
    flex: 0 0 300px;
    padding-right: 24px;
}

/* ---- LOGO ---- */
#le-footer-widget .le-logo {
    margin-bottom: 14px;
}

#le-footer-widget .le-logo img {
    max-width: 185px;
    height: auto;
    display: block;
}

/* ---- SRA BADGE ---- */
#le-footer-widget .le-sra {
    margin-bottom: 16px;
    position: relative;
    max-width: 275px;
    overflow: hidden;
}

#le-footer-widget .le-sra .yoshkidiv {
    display: inline-block !important;
    max-width: 275px;
}

/* Force all 3 yoshki badge images to stay within column */
#le-footer-widget .le-sra .yoshkidiv img.yoshkiimg {
    max-width: 275px !important;
    width: auto !important;
    height: auto !important;
}

/* ---- LAW SOCIETY LOGO ---- */
#le-footer-widget .le-law-logo img {
    max-width: 145px;
    height: auto;
    display: block;
}

/* ---- COLUMN HEADINGS ---- */
#le-footer-widget .le-col h2 {
    font-size: 18px;
    font-weight: 700;
    color: #1d4b8f;
    margin: 0 0 12px;
    padding: 0;
    border: none;
    line-height: 1.3;
}

/* ---- CONTACT DETAILS ---- */
#le-footer-widget .le-contact-item {
    margin-bottom: 8px;
    color: #333333;
    font-size: 14px;
}

#le-footer-widget .le-contact-item a {
    color: #333333;
    text-decoration: none;
}

#le-footer-widget .le-contact-item a:hover {
    color: #1d4b8f;
    text-decoration: underline;
}

#le-footer-widget .le-contact-item span {
    display: inline;
    font-size: 13px;
    color: #555555;
}

/* ---- CTA BUTTON ---- */
#le-footer-widget .le-cta-btn {
    display: inline-block;
    margin-top: 14px;
    padding: 10px 22px;
    background-color: #1d4b8f;
    color: #ffffff !important;
    text-decoration: none !important;
    border-radius: 3px;
    font-weight: 700;
    font-size: 14px;
    transition: background-color .2s;
}

#le-footer-widget .le-cta-btn:hover {
    background-color: #163a70;
}

/* ---- MENU LISTS ---- */
#le-footer-widget .le-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

#le-footer-widget .le-menu li {
    margin-bottom: 5px;
    padding-left: 14px;
    position: relative;
}

#le-footer-widget .le-menu li::before {
    content: '\203A';
    position: absolute;
    left: 0;
    color: #1d4b8f;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.5;
}

#le-footer-widget .le-menu a {
    color: #333333;
    text-decoration: none;
    font-size: 13.5px;
    transition: color .15s;
}

#le-footer-widget .le-menu a:hover {
    color: #1d4b8f;
    text-decoration: underline;
}

/* ---- SOCIAL ROW (below columns) ---- */
#le-footer-widget .le-social-row {
    border-top: 1px solid #dddddd;
    padding: 18px 20px;
    max-width: 1200px;
    margin: 0 auto;
}

#le-footer-widget .le-social-row h2 {
    font-size: 18px;
    font-weight: 700;
    color: #1d4b8f;
    margin: 0 0 14px;
    padding: 0;
}

#le-footer-widget .le-social-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
}

#le-footer-widget .le-social-list li {
    display: inline-flex;
}

#le-footer-widget .le-social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid #cccccc;
    color: #1d4b8f;
    text-decoration: none;
    transition: transform .15s ease, background-color .15s ease, border-color .15s ease;
    background-color: #ffffff;
}

#le-footer-widget .le-social-link svg {
    width: 20px;
    height: 20px;
}

#le-footer-widget .le-social-link:hover {
    transform: translateY(-2px);
    border-color: #1d4b8f;
    background-color: #f0f4fb;
}

#le-footer-widget .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* ---- DIVIDER ---- */
#le-footer-widget .le-divider {
    border: none;
    border-top: 1px solid #dddddd;
    margin: 0;
}

/* ---- COPYRIGHT SECTION ---- */
#le-footer-widget .le-copyright-wrap {
    background-color: #ffffff;
}

#le-footer-widget .le-copyright {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 20px;
    color: #555555;
    font-size: 12.5px;
    line-height: 1.8;
    text-align: center;
}

#le-footer-widget .le-copyright a {
    color: #1d4b8f;
    text-decoration: underline;
}

#le-footer-widget .le-copyright a:hover {
    color: #163a70;
}

#le-footer-widget .le-copyright strong {
    color: #222222;
}

#le-footer-widget .le-copyright strong a {
    color: #1d4b8f;
}

#le-footer-widget .le-copyright-final {
    margin-top: 8px;
    font-size: 12px;
    color: #777777;
}

/* ---- RESPONSIVE ---- */
@media (max-width: 900px) {
    #le-footer-widget .le-col {
        flex: 1 1 200px;
    }

    #le-footer-widget .le-col-logos {
        flex: 0 0 200px;
    }
}

@media (max-width: 640px) {
    #le-footer-widget .le-footer-top {
        flex-direction: column;
        padding: 24px 16px 16px;
    }

    #le-footer-widget .le-col,
    #le-footer-widget .le-col-logos {
        flex: 1 1 100%;
        padding-right: 0;
    }

    #le-footer-widget .le-social-row {
        padding: 16px;
    }
}