/*
 * CT1913 Footer 社群圖示放大 v1.0.0
 * 僅影響由 JS 標記的 Footer Facebook / LINE 連結。
 */

.ct1913-footer-social-link {
    width: 52px !important;
    height: 52px !important;
    min-width: 52px !important;
    min-height: 52px !important;
    padding: 0 !important;
    margin: 0 10px 0 0 !important;
    box-sizing: border-box !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    vertical-align: middle !important;
    line-height: 1 !important;
    font-size: 30px !important;
    text-decoration: none !important;
}

.ct1913-footer-social-link:last-child {
    margin-right: 0 !important;
}

.ct1913-footer-social-link i,
.ct1913-footer-social-link svg {
    width: 30px !important;
    height: 30px !important;
    min-width: 30px !important;
    min-height: 30px !important;
    font-size: 30px !important;
    line-height: 1 !important;
}

.ct1913-footer-social-link img {
    width: 30px !important;
    height: 30px !important;
    max-width: 30px !important;
    max-height: 30px !important;
    object-fit: contain !important;
}

/* Avada / Font Awesome 常以偽元素輸出圖示。 */
.ct1913-footer-social-link::before,
.ct1913-footer-social-link::after {
    font-size: 30px !important;
    line-height: 1 !important;
}

.ct1913-footer-social-link:focus-visible {
    outline: 3px solid #ffffff !important;
    outline-offset: 3px !important;
}

@media (max-width: 768px) {
    .ct1913-footer-social-link {
        width: 54px !important;
        height: 54px !important;
        min-width: 54px !important;
        min-height: 54px !important;
        margin-right: 12px !important;
    }

    .ct1913-footer-social-link i,
    .ct1913-footer-social-link svg,
    .ct1913-footer-social-link img {
        width: 32px !important;
        height: 32px !important;
        min-width: 32px !important;
        min-height: 32px !important;
        max-width: 32px !important;
        max-height: 32px !important;
        font-size: 32px !important;
    }

    .ct1913-footer-social-link::before,
    .ct1913-footer-social-link::after {
        font-size: 32px !important;
    }
}
