#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;
    }
}

/* Figma: detail-top / PC 495:4061 / H5 495:5894 */
#post .detail-address-panel {
    display: block;
    margin-top: 1.875rem;
}

#post .detail-address-panel > .detail-card {
    display: none;
}

#post .detail-address-card {
    box-sizing: border-box;
    min-width: 0;
    padding: 1.25rem;
    border: 0;
    border-radius: .75rem;
    background: #343232;
    color: #f2f2f2;
    font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
}

#post .detail-address-title {
    margin: 0 0 .25rem;
    color: #fff;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.75rem;
}

#post .detail-address-list {
    margin: 0;
}

#post .detail-address-row {
    display: flex;
    position: relative;
    align-items: center;
    min-height: 2.75rem;
    border-bottom: .0625rem solid #454545;
    font-size: .875rem;
    line-height: 1.25rem;
}

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

#post .detail-address-icon {
    display: inline-flex;
    flex: 0 0 1.5rem;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    margin-right: .4375rem;
    overflow: hidden;
    border-radius: 50%;
    background: #1abc9c;
}

#post .detail-address-icon img {
    display: block;
    width: .875rem;
    height: .875rem;
    margin: 0;
    object-fit: contain;
}

#post .detail-address-row:nth-child(1) .detail-address-icon img {
    width: .8125rem;
    height: .8125rem;
}

#post .detail-address-row:nth-child(4) .detail-address-icon img {
    width: .75rem;
    height: .75rem;
}

#post .detail-address-label {
    flex: 0 0 auto;
    color: #f2f2f2;
    font-weight: 400;
    white-space: nowrap;
}

#post .detail-address-value {
    min-width: 0;
    margin-left: .375rem;
    border: 0;
    color: #1abc9c;
    font-weight: 500;
    overflow-wrap: anywhere;
    text-decoration: none;
}

#post .detail-address-value::after {
    display: none;
}

#post .detail-address-tip {
    display: flex;
    box-sizing: border-box;
    min-height: 3.625rem;
    align-items: center;
    justify-content: center;
    margin: .625rem .125rem 0;
    padding: .4375rem 1rem;
    border-radius: .75rem;
    background: rgba(26, 188, 156, .05);
    color: #1abc9c;
    font-size: .875rem;
    line-height: 1.375rem;
    text-align: center;
}

@media screen and (max-width: 40rem) {
    #post .detail-address-panel {
        gap: 0;
    }

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

    #post .detail-address-title {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }

    #post .detail-address-row {
        min-height: 2.75rem;
        font-size: .875rem;
    }

    #post .detail-address-tip {
        justify-content: flex-start;
        padding-right: .875rem;
        padding-left: .875rem;
        text-align: left;
    }
}
