.magan-share {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    padding: 20px 0;
    border-top: 1px solid #e8e4de;
    margin-top: 28px;
}

.magan-share__label {
    font-family: Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: #999;
    white-space: nowrap;
}

.magan-share__buttons {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.magan-share__btn {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    background: #f9f8f6;
    color: #2c2c2c;
    border: 1px solid #e8e4de;
    border-radius: 3px;
    font-family: Arial, sans-serif;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    line-height: 1;
    transition: background .15s, border-color .15s, color .15s;
}

.magan-share__btn:hover,
.magan-share__btn:focus {
    background: #2c2c2c;
    border-color: #2c2c2c;
    color: #fff;
    text-decoration: none;
    outline: none;
}

button.magan-share__btn {
    /* Reset browser button defaults */
    appearance: none;
    -webkit-appearance: none;
}

@media (max-width: 480px) {
    .magan-share {
        flex-direction: column;
        align-items: flex-start;
    }
}
