#post .detail-top {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.2rem 1rem;
    margin: 0 0 1.5rem;
    padding: 0;
    border: 0;
    color: #eee;
    margin-top: 2rem;
}

#post .detail-card {
    min-width: 0;
    padding: 1.5rem;
    border: .0625rem solid #1abc9c;
    border-radius: .75rem;
    background: #293a36;
}

#post .detail-card-head {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

#post .detail-card-head img,
#post .detail-notice-row > img {
    display: block;
    flex: 0 0 auto;
    margin: 0;
    object-fit: contain;
}

#post .detail-card-head img {
    width: 2.5rem;
    height: 2.5rem;
}

#post .detail-card h2,
#post .detail-bottom h2 {
    margin: 0;
    color: #eee;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.35;
}

#post .detail-card p {
    margin: 0 0 .7rem;
    color: #eee;
    font-size: 0.9rem;
    line-height: 1.65;
    text-align: left;
}

#post .detail-card p:last-child {
    margin-bottom: 0;
}

#post .detail-card .detail-muted {
    color: #aaa;
    font-size: .7rem;
}

#post .detail-card-action,
#post .detail-row-action,
#post .detail-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .75rem;
    font-size: 0.85rem;
}

#post .detail-top a,
#post .detail-bottom a {
    border-bottom: 0;
    color: #20cbb1;
    text-decoration: none;
}

#post .detail-top a::after,
#post .detail-bottom a::after {
    display: none;
}

#post .detail-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: .25rem .7rem;
    border: .0625rem solid #20cbb1 !important;
    border-radius: .3rem;
    color: #20cbb1 !important;
    font-size: .75rem;
    line-height: 1.4;
    white-space: nowrap;
}

#post .detail-button:hover {
    background: rgba(32, 203, 177, .12);
}

#post .detail-bottom {
    margin: 1.875rem 0 0;
    color: #bbb;
}

#post .detail-promo,
#post .detail-notice {
    padding: 1.5rem;
    background: #343232;
}

#post .detail-notice {
    margin-top: 1.5rem;
}

#post .detail-promo p {
    margin: 0.3rem 0 1rem 0;
    color: #eee;
    font-size: 0.85rem;
    line-height: 1.65;
    text-align: left;
}

#post .detail-notice > h2 {
    margin-bottom: 0.5rem;
    font-size: 1.125rem;
}

#post .detail-notice-list {
    overflow: hidden;
    border: .0625rem solid #454545;
    border-radius: .625rem;
    background: #292929;
}

#post .detail-notice-row {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.25rem;
    border-bottom: .0625rem solid #454545;
    color: #aaa;
    line-height: 1.5;
    font-size: 0.85rem;
}

#post .detail-notice-row:last-child {
    border-bottom: 0;
}

#post .detail-notice-row > img {
    width: 1.625rem;
    height: 1.625rem;
}

#post .detail-share-row {
    align-items: flex-start;
}

#post .detail-share-content {
    min-width: 0;
}

#post .detail-share-content .a2a_kit {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    margin-top: .5rem;
    line-height: 2rem;
}

#post .detail-share-content .a2a_kit a {
    margin: 0;
}

@media screen and (max-width: 640px) {
    #post .detail-top {
        grid-template-columns: 1fr;
        gap: 1.1rem;
    }

    #post .detail-card {
        padding: 1.25rem;
    }

    #post .detail-card-head {
        gap: .75rem;
        margin-bottom: 0.7rem;
    }
    .post-content h2{
        font-size: 1rem;
    }

    #post .detail-card p,
    #post .detail-promo p {
        font-size: .8rem;
        margin-bottom: 0.4rem;
    }

    #post .detail-promo,
    #post .detail-notice {
        padding: 1.5rem 1.25rem;
    }

    #post .detail-notice > h2 {
        font-size: 1.125rem;
    }

    #post .detail-notice-row {
        align-items: flex-start;
        gap: .75rem;
        min-height: 0;
        padding: 1rem;
    }
}
