/* Social Share Plugin CSS */

.epa-share {
    margin: 1.5rem 0;
}

.epa-share--custom {
    border: 1px solid #d8dee8;
    border-radius: 12px;
    padding: 1rem;
    background: linear-gradient(140deg, #ffffff 0%, #f6f9fc 100%);
}

.epa-share--bootstrap,
.epa-share--uikit {
    padding: 0.5rem 0;
}

.epa-share__bar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

.epa-share__label {
    margin: 0;
    font-weight: 600;
}

.epa-share--custom .epa-share__label {
    color: #1f2937;
}

.epa-share__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.epa-share__button {
    cursor: pointer;
    font-size: 0.92rem;
}

.epa-share--custom .epa-share__button {
    border: 0;
    border-radius: 999px;
    padding: 0.45rem 0.95rem;
    background: #1f2937;
    color: #ffffff;
    transition: opacity 0.2s ease;
}

.epa-share--custom .epa-share__button:hover {
    opacity: 0.92;
}

.epa-share__tags {
    margin: 0.75rem 0 0;
    line-height: 1.45;
    font-size: 0.9rem;
}

.epa-share--custom .epa-share__tags {
    color: #4b5563;
}

@media (max-width: 640px) {
    .epa-share__bar {
        flex-direction: column;
        align-items: flex-start;
    }

    .epa-share__buttons {
        width: 100%;
    }

    .epa-share--custom .epa-share__button {
        width: 100%;
    }
}
