.fc-share-card {
    align-items: center;
    background: #f8fbf9;
    border: 1px solid #d8e6dd;
    border-radius: 8px;
    display: flex;
    gap: 14px;
    justify-content: space-between;
    margin-top: 18px;
    padding: 14px;
}

.fc-share-card--sidebar,
.fc-share-card--compact {
    align-items: flex-start;
    flex-direction: column;
}

.fc-share-card strong,
.fc-share-card span {
    display: block;
}

.fc-share-card span {
    color: #66756d;
    font-size: 13px;
    margin-top: 3px;
}

.fc-share-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.fc-share-actions--inline {
    align-items: center;
    display: inline-flex;
}

.fc-share-action {
    align-items: center;
    appearance: none;
    background: #fff;
    border: 1px solid #d8e6dd;
    border-radius: 999px;
    color: #315f4b;
    cursor: pointer;
    display: inline-flex;
    font: inherit;
    font-size: 13px;
    font-weight: 700;
    gap: 7px;
    line-height: 1;
    min-height: 36px;
    padding: 0 12px;
    text-decoration: none;
    transition: background .16s ease, border-color .16s ease, color .16s ease;
}

.fc-share-action:hover {
    background: #e8f4ed;
    border-color: #9ac9ae;
    color: #174331;
}

.fc-share-action .fc-share-icon {
    align-items: center;
    background: #315f4b;
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    font-size: 0;
    height: 22px;
    justify-content: center;
    line-height: 0;
    margin-top: 0;
    min-width: 22px;
    overflow: hidden;
    padding: 0 5px;
}

.fc-share-action .fc-share-icon {
    --fc-share-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M18 16.1c-1 0-1.9.4-2.5 1.1L8.9 13.4c.1-.4.1-.6.1-.9s0-.6-.1-.9l6.5-3.8A3.4 3.4 0 1 0 14.6 6l-6.5 3.8a3.4 3.4 0 1 0 0 5.4l6.5 3.8A3.4 3.4 0 1 0 18 16.1Z'/%3E%3C/svg%3E");
    font-size: 0;
    position: relative;
}

.fc-share-action .fc-share-icon::before {
    background: currentColor;
    content: "";
    display: block;
    height: 13px;
    flex: 0 0 13px;
    width: 13px;
    -webkit-mask: var(--fc-share-icon) center / contain no-repeat;
    mask: var(--fc-share-icon) center / contain no-repeat;
}

.fc-share-action[href*="linkedin.com"] .fc-share-icon,
.fc-share-action[aria-label*="LinkedIn"] .fc-share-icon {
    --fc-share-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5.4 8.8H1.6V22h3.8V8.8ZM3.5 2C2.2 2 1.2 3 1.2 4.2s1 2.2 2.3 2.2 2.3-1 2.3-2.2S4.8 2 3.5 2Zm6.1 6.8H6v13.2h3.8v-6.9c0-1.8.3-3.6 2.6-3.6 2.2 0 2.2 2.1 2.2 3.7V22h3.8v-7.7c0-3.8-.8-6.7-5.2-6.7-2.1 0-3.5 1.1-4.1 2.2h-.1V8.8Z'/%3E%3C/svg%3E");
}

.fc-share-action[href*="facebook.com"] .fc-share-icon,
.fc-share-action[aria-label*="Facebook"] .fc-share-icon {
    --fc-share-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M14.2 8.1H17V4h-3.3C10 4 8 6.2 8 9.5V12H5v4h3v6h4v-6h3.3l.7-4h-4V9.9c0-1.2.4-1.8 2.2-1.8Z'/%3E%3C/svg%3E");
}

.fc-share-action[href*="twitter.com"] .fc-share-icon,
.fc-share-action[aria-label*="Share on X"] .fc-share-icon {
    --fc-share-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M14.7 10.6 22 2h-1.8l-6.3 7.4L8.8 2H2l7.7 11.2L2 22h1.8l6.7-7.8L15.9 22H22l-7.3-11.4Zm-2.4 2.8-.8-1.1-6.2-8.7h2.6l5 7 .8 1.1 6.5 9h-2.6l-5.3-7.3Z'/%3E%3C/svg%3E");
}

.fc-share-action[href^="mailto:"] .fc-share-icon,
.fc-share-action[aria-label*="email"] .fc-share-icon,
.fc-share-action[aria-label*="Email"] .fc-share-icon {
    --fc-share-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 5h18v14H3V5Zm2 2v.4l7 4.4 7-4.4V7H5Zm14 10V9.7l-7 4.4-7-4.4V17h14Z'/%3E%3C/svg%3E");
}

.fc-share-action[data-course-copy] .fc-share-icon,
.fc-share-action[aria-label*="Copy"] .fc-share-icon {
    --fc-share-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M8 7h11v14H8V7Zm2 2v10h7V9h-7ZM5 17H3V3h12v2H5v12Z'/%3E%3C/svg%3E");
}

.fc-share-action[data-course-native-share] .fc-share-icon,
.fc-share-action[aria-label="Share"] .fc-share-icon {
    --fc-share-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M18 16.1c-1 0-1.9.4-2.5 1.1L8.9 13.4c.1-.4.1-.6.1-.9s0-.6-.1-.9l6.5-3.8A3.4 3.4 0 1 0 14.6 6l-6.5 3.8a3.4 3.4 0 1 0 0 5.4l6.5 3.8A3.4 3.4 0 1 0 18 16.1Z'/%3E%3C/svg%3E");
}

.fc-share-label {
    white-space: nowrap;
}

@media (max-width: 720px) {
    .fc-share-card {
        align-items: stretch;
        flex-direction: column;
    }

    .fc-share-action {
        flex: 1 1 auto;
        justify-content: center;
    }
}
