/* GNPM_NEWS_3DOT_FINAL_V1 */

.gnpm-news-extra-action {
    width: 100% !important;
    min-height: 43px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 10px !important;

    padding: 9px 12px !important;
    margin: 0 !important;

    border: 0 !important;
    border-radius: 10px !important;

    background: transparent !important;

    color: #111827 !important;

    font: inherit !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    line-height: 1.3 !important;

    text-align: left !important;

    cursor: pointer !important;
    white-space: nowrap !important;
}

.gnpm-news-extra-action:hover {
    background: #f8fafc !important;
}

.gnpm-news-extra-action ion-icon {
    font-size: 19px !important;
    flex: 0 0 auto !important;
}

.gnpm-news-extra-delete,
.gnpm-news-extra-report {
    color: #ef2028 !important;
}

.gnpm-news-extra-breaking {
    color: #dc2626 !important;
}

.gnpm-news-extra-breaking:hover {
    background: #fff5f5 !important;
}

.gnpm-related-floating-menu {
    position: fixed !important;
    z-index: 2147483000 !important;

    width: 205px !important;
    max-width: calc(100vw - 20px) !important;

    padding: 7px !important;

    border: 1px solid #e5e7eb !important;
    border-radius: 16px !important;

    background: #ffffff !important;

    box-shadow:
        0 20px 45px rgba(15, 23, 42, 0.18),
        0 5px 15px rgba(15, 23, 42, 0.08) !important;
}

.gnpm-related-menu-loading {
    padding: 11px 12px;

    color: #64748b;

    font-size: 12px;
    font-weight: 600;
}

#relatedNewsList a:has(ion-icon[name^="ellipsis"]),
#relatedNewsList button:has(ion-icon[name^="ellipsis"]),
#relatedNewsList .related-more-button {
    cursor: pointer !important;
}
