.c-event-share {
    display: inline-flex;
}

.c-event-share.c-event-share--full {
    display: flex;
}

.c-event-share.c-event-share--full .c-event-share__btn {
    width: 100%;
}

.c-event-share .c-event-share__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 20px 24px;
    border: 2px solid #d6cdc2;
    border-radius: 16px;
    background: transparent;
    color: #4a3e36;
    text-decoration: none;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 500;
    cursor: pointer;
    transition: color 0.3s, background-color 0.3s, border-color 0.3s;
}
.c-event-share .c-event-share__btn:hover,
.c-event-share .c-event-share__btn:focus {
    color: #b9956a;
    background-color: #4a3e36;
    border-color: #b9956a;
}

.c-event-share .c-event-share__icon {
    width: 1rem;
    height: 1rem;
    font-size: 16px;
    line-height: 1;
}

.c-event-share .c-event-share__icon svg {
    width: 1em;
    height: 1em;
    color: inherit;
}
