/* Auras Wechat Copy Card Styles */
.wechat-copy-container {
    background-color: #f7f7f7;
    border: 1px dashed #ddd;
    border-radius: 8px;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0;
}
.wechat-copy-info {
    line-height: 1.4;
}
.wechat-copy-text {
    margin: 0 0 5px 0;
    font-size: 14px;
    color: #555;
}
.wechat-copy-id {
    font-size: 18px;
    color: #d81b60; /* A pink color */
    font-weight: bold;
}
.wechat-copy-btn {
    background-color: #d81b60;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 10px 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    transition: background-color 0.3s ease;
}
.wechat-copy-btn:hover {
    background-color: #c2185b;
}
.wechat-copy-btn.copied {
    background-color: #4caf50; /* Green color for success */
}

/* Auras Content Engine layout for Nuoder city pages */
.auras-cpe-page-shell {
    width: 100%;
    clear: both;
}

.auras-expander-section {
    width: 100%;
    clear: both;
    margin: 0 0 32px;
}

.auras-expander-section.top-section {
    margin-bottom: 26px;
    padding: 18px 0 20px;
    background: linear-gradient(135deg, #fbfcfc 0%, #f4f5f7 100%);
    border: 1px solid #ececec;
    border-radius: 8px;
    text-align: center;
}

.auras-cpe-hero-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.auras-cpe-eyebrow {
    display: inline-flex;
    margin-bottom: 10px;
    border: 1px solid #dfdfdf;
    border-radius: 999px;
    padding: 4px 12px;
    background: #fff;
    color: #586750;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
}

.expander-title {
    max-width: 900px;
    margin: 0 0 12px;
    color: #222;
    font-size: 30px;
    font-weight: 650;
    line-height: 1.28;
}

.auras-hero-excerpt {
    max-width: 780px;
    margin: 0 auto 14px;
    color: #555;
    font-size: 15px;
    line-height: 1.7;
}

.auras-hero-excerpt p {
    margin: 0;
}

.auras-timezone-wrapper {
    margin-top: 4px;
    text-align: center;
}

.auras-timezone-pill {
    display: inline-flex;
    align-items: center;
    gap: 0;
    border: 1px solid #e0e0e0;
    border-radius: 999px;
    padding: 8px 20px;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    color: #444;
    font-size: 14px;
}

.pill-item {
    display: flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
}

.pill-item.status {
    font-weight: 700;
}

.pill-item.status-open {
    color: #287d3c;
}

.pill-item.status-closed {
    color: #b85c00;
}

.pill-sep {
    width: 1px;
    height: 16px;
    margin: 0 14px;
    background: #ddd;
}

.china-time strong {
    color: #111;
    font-weight: 800;
}

.auras-extra-content {
    display: grid;
    gap: 18px;
}

.city-content-module {
    border: 1px solid #ededed;
    border-radius: 8px;
    padding: 20px 22px;
    background: #fff;
    color: #333;
    line-height: 1.82;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.025);
}

.city-content-module h2,
.city-content-module h3,
.city-content-module h4 {
    margin-top: 0;
    color: #1f1f1f;
    line-height: 1.36;
}

.city-content-module p:last-child,
.city-content-module ul:last-child,
.city-content-module ol:last-child {
    margin-bottom: 0;
}

.city-content-introduction {
    border-color: #e2e7e0;
    background: #fbfdfb;
}

.auras-cpe-products,
.auras-cpe-local-highlights {
    margin-top: 10px;
}

.auras-cpe-contact-section {
    margin: 0 0 22px;
}

.auras-cpe-contact-section .wechat-copy-container {
    margin-top: 0;
    margin-bottom: 0;
}

.auras-cpe-blocksy-section {
    margin: 34px 0 24px;
}

.auras-read-more-wrapper {
    margin: 18px 0;
}

.expandable-description-container {
    position: relative;
    overflow: hidden;
    transition: max-height 0.4s ease-in-out;
}

.expandable-description-container.is-collapsed .description-fade-overlay {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    height: 64px;
    background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1) 90%);
    pointer-events: none;
}

.expandable-description-container:not(.is-collapsed) .description-fade-overlay {
    display: none;
}

.expander-button-wrapper {
    margin-top: 14px;
    text-align: center;
}

.expandable-toggle-button {
    display: inline-block;
    border: 1px solid #d8d8d8;
    border-radius: 6px;
    padding: 8px 22px;
    background: #fff;
    color: #222;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
}

.expandable-toggle-button:hover {
    border-color: #c8c8c8;
    background: #f9f9f9;
}

.auras-read-more-content {
    position: relative;
    overflow: hidden;
    transition: max-height 0.35s ease;
}

.auras-read-more-wrapper.is-expanded .auras-read-more-content {
    overflow: visible;
}

.auras-read-more-fade {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 64px;
    background: linear-gradient(transparent, #fff 88%);
    pointer-events: none;
}

.auras-read-more-wrapper.is-expanded .auras-read-more-fade {
    display: none;
}

.auras-read-more-btn-container {
    margin-top: 14px;
    text-align: center;
}

.auras-read-more-btn {
    border: 1px solid #d8d8d8;
    border-radius: 6px;
    padding: 8px 22px;
    background: #fff;
    color: #222;
    cursor: pointer;
    font-weight: 600;
}

.auras-city-index {
    max-width: var(--theme-container-width, 1120px);
    margin: 0 auto 48px;
    padding: 24px 18px;
}

.auras-city-index-header {
    max-width: 820px;
    margin: 0 auto 30px;
    text-align: center;
}

.auras-city-index-eyebrow {
    display: inline-flex;
    margin-bottom: 10px;
    border: 1px solid #e2e2e2;
    border-radius: 999px;
    padding: 4px 12px;
    color: #586750;
    background: #fff;
    font-size: 13px;
    font-weight: 600;
}

.auras-city-index-header h1 {
    margin: 0 0 10px;
    font-size: 30px;
    line-height: 1.28;
}

.auras-city-index-header p {
    margin: 0;
    color: #555;
    line-height: 1.7;
}

.auras-city-index-summary {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin-top: 16px;
}

.auras-city-index-summary span {
    border: 1px solid #ebebeb;
    border-radius: 8px;
    padding: 7px 10px;
    background: #fafafa;
    color: #444;
    font-size: 14px;
}

.auras-city-letter-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 22px;
}

.auras-city-letter-nav a {
    min-width: 36px;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    padding: 6px 8px;
    background: #fff;
    color: #333;
    text-align: center;
    text-decoration: none;
}

.auras-city-alpha-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.auras-city-letter-group {
    border-top: 1px solid #ececec;
    padding-top: 14px;
}

.auras-city-letter-group h3 {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    margin: 0 0 12px;
    font-size: 18px;
}

.auras-city-letter-group h3 small {
    color: #777;
    font-size: 13px;
    font-weight: 400;
}

.auras-city-letter-group ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.auras-city-letter-group a {
    display: inline-flex;
    border: 1px solid #e7e7e7;
    border-radius: 999px;
    padding: 6px 10px;
    background: #fff;
    color: #222;
    text-decoration: none;
    line-height: 1.35;
    font-size: 14px;
}

@media (max-width: 768px) {
    .auras-expander-section.top-section {
        margin-bottom: 18px;
        padding: 14px 0;
        border-radius: 0;
    }

    .expander-title {
        font-size: 22px;
    }

    .auras-hero-excerpt {
        font-size: 14px;
        line-height: 1.55;
    }

    .auras-timezone-pill {
        width: 100%;
        flex-direction: column;
        gap: 8px;
        border-radius: 10px;
        padding: 10px 12px;
    }

    .pill-sep,
    .mobile-hide {
        display: none;
    }

    .pill-item {
        justify-content: center;
        width: 100%;
        white-space: normal;
    }

    .pill-item.china-time {
        border-radius: 6px;
        padding: 6px 0;
        background: #f8f8f8;
    }

    .city-content-module {
        padding: 16px 14px;
        line-height: 1.76;
    }

    .wechat-copy-container {
        align-items: stretch;
        flex-direction: column;
        gap: 12px;
    }

    .wechat-copy-btn {
        justify-content: center;
        width: 100%;
    }

    .auras-city-index {
        padding: 14px 12px;
    }

    .auras-city-index-header {
        text-align: left;
    }

    .auras-city-index-header h1 {
        font-size: 23px;
    }

    .auras-city-index-summary {
        justify-content: flex-start;
    }

    .auras-city-alpha-list {
        grid-template-columns: 1fr;
    }
}
