﻿/*
 * Gedian Sports - Index Community verified badge alignment.
 * Isolated override only; no other Index layout is changed.
 */

.gedian-community-post .gedian-post-author-copy {
    min-width: 0;
}

.gedian-community-post .gedian-post-author-line {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: .28rem !important;
    width: fit-content !important;
    max-width: 100%;
    vertical-align: middle;
}

.gedian-community-post .gedian-post-author-name {
    min-width: 0;
    max-width: 100%;
    margin: 0 !important;
}

.gedian-community-post .gedian-post-verified-image {
    display: inline-block;
    width: 16px;
    height: 16px;
    min-width: 16px;
    max-width: 16px;
    flex: 0 0 16px;
    object-fit: contain;
    margin: 0 !important;
    padding: 0 !important;
    vertical-align: middle;
}

/* The old text-check span is no longer rendered. */
.gedian-community-post .gedian-post-verified {
    display: none !important;
}

@media (max-width: 575.98px) {
    .gedian-community-post .gedian-post-author-line {
        gap: .22rem !important;
    }

    .gedian-community-post .gedian-post-verified-image {
        width: 15px;
        height: 15px;
        min-width: 15px;
        max-width: 15px;
        flex-basis: 15px;
    }
}
