.mostly-share {
    margin: 44px 0 8px;
    padding: 28px 0 30px;
    border-top: 1px solid rgba(31, 41, 55, 0.14);
    border-bottom: 1px solid rgba(31, 41, 55, 0.14);
    color: #1F2937;
    font-family: "Poppins", sans-serif;
}

.mostly-share__title {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 0.22em;
    margin: 0 0 6px;
    color: #1F2937;
    font-family: "Poppins", sans-serif;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: -0.01em;
}

.mostly-share__ish {
    display: inline-block;
    width: auto;
    height: 1.48em;
    margin: -0.34em -0.08em -0.24em;
    object-fit: contain;
}

.mostly-share__personality {
    display: inline-flex;
    align-items: center;
}

.mostly-share__intro {
    margin: 0 0 18px !important;
    color: #374151;
    font-size: 15px;
    line-height: 1.55;
}

.mostly-share__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.mostly-share__action {
    appearance: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 38px;
    margin: 0;
    padding: 8px 14px;
    border: 1px solid #D4AF37;
    border-radius: 999px;
    background: #FFFFFF;
    color: #1F2937;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.02em;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.mostly-share__icon {
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    fill: currentColor;
}

.mostly-share__action:hover,
.mostly-share__action:focus-visible {
    border-color: #1F2937;
    background: #1F2937;
    color: #D4AF37;
    text-decoration: none;
}

.mostly-share__action:focus-visible {
    outline: 2px solid #3B82C4;
    outline-offset: 3px;
}

.mostly-share__status {
    min-height: 18px;
    margin: 8px 0 0 !important;
    color: #1F2937;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.4;
}

@media (max-width: 544px) {
    .mostly-share {
        margin-top: 36px;
        padding: 24px 0 26px;
    }

    .mostly-share__title {
        font-size: 19px;
    }

    .mostly-share__ish {
        height: 1.52em;
    }

    .mostly-share__actions {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 9px;
    }

    .mostly-share__action {
        width: 100%;
        min-width: 0;
        padding-right: 10px;
        padding-left: 10px;
    }
}
