/* Life Ministries Social Share Buttons */

.lm-share {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.lm-share-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-decoration: none !important;
    color: #fff !important;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.lm-share-btn:hover {
    opacity: 0.85;
    transform: translateY(-1px);
    color: #fff !important;
}

.lm-share-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.lm-share-icon svg {
    width: 18px;
    height: 18px;
}

.lm-share-label {
    display: none;
}

/* Network colours */
.lm-share-facebook,
.lm-share-x,
.lm-share-email,
.lm-share-print     { background: #ccc; }
