* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    margin: 0;
    padding: 0;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
    line-height: 1.6;
    color: #333;
    background: #fafafa;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header */
.header {
    height: 60px;
    line-height: 60px;
    background: #e91e63;
    color: #FFF;
    width: 100%;
}

.header-content-wrapper {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.header a {
    color: #FFF;
    text-decoration: none;
}

.header h1 {
    padding: 0;
    margin: 0;
    font-size: 18px;
    font-weight: bold;
}

.header h1 a {
    float: left;
    font-weight: normal;
}

.header .normal {
    float: right;
    line-height: 60px;
    color: #FFF;
    padding: 0 10px;
    border-right: 1px solid rgba(255, 255, 255, 0.25);
}

.header .signup {
    float: right;
    line-height: 60px;
    background: #1a1a1a;
    color: #FFF;
    padding: 0 10px;
}

.header .last {
    margin-right: 0;
    border-right: 0;
}

.mobile-only {
    display: none;
}

/* Main */
.main {
    min-height: 60vh;
}

/* Hero Section */
.hero {
    background: #474747;
    color: #fff;
    padding: 30px 0;
    width: 100%;
}

.hero-content-wrapper {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
    display: flex;
    align-items: stretch;
    gap: 30px;
}

.hero-left {
    flex: 1;
    box-sizing: border-box;
    display: flex;
}

.hero-right {
    width: 350px;
    text-align: center;
    display: flex;
}

.hero-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #fff;
}

.hero-content {
    font-size: 14px;
    line-height: 1.8;
}

.hero-content p {
    margin: 0 0 8px;
}

/* Featured Member */
.featured-member {
    background: transparent;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: stretch;
    height: 100%;
    gap: 0;
}

.featured-member-image {
    width: 400px;
    flex-shrink: 0;
    margin-right: 0;
    overflow: hidden;
}

.featured-member-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.featured-member-content {
    overflow: hidden;
    padding: 25px;
    flex: 1;
    display: flex;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.85);
}

.featured-member-promo {
    background: linear-gradient(135deg, #ffe082 0%, #ffca28 100%);
    color: #212529;
    padding: 14px 24px;
    border-radius: 8px;
    margin-bottom: 20px;
    text-align: left;
    font-size: 14px;
    letter-spacing: 0.2px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.promo-text {
    display: inline-block;
}

.featured-member-promo a {
    color: #D72171;
    text-decoration: none;
}

.featured-member-name {
    font-size: 24px;
    font-weight: bold;
    color: #D72171;
    margin: 0 0 10px 0;
}

.featured-member-info {
    margin-bottom: 15px;
}

.featured-age,
.featured-gender {
    display: inline-block;
    background: #f5f5f5;
    padding: 5px 12px;
    border-radius: 4px;
    font-size: 14px;
    color: #666;
    margin-right: 10px;
}

.featured-member-description {
    color: #555;
    line-height: 1.8;
    font-size: 14px;
    margin-bottom: 15px;
}

.featured-member-description p {
    margin: 0;
}

.featured-member-contact {
    border-top: 1px dashed #ddd;
    padding-top: 15px;
}

.featured-member-contact p {
    margin: 5px 0;
    font-size: 14px;
    color: #666;
}

.featured-member-contact strong {
    color: #D72171;
    font-weight: bold;
}

/* Signup Card */
.signup-card {
    background: #fff;
    border-radius: 12px;
    padding: 30px 25px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    text-align: center;
    height: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.signup-card-header {
    margin-bottom: 20px;
}

.signup-title {
    font-size: 24px;
    font-weight: bold;
    color: #D72171;
    margin: 0 0 8px 0;
}

.signup-subtitle {
    font-size: 16px;
    color: #666;
    margin: 0;
}

.signup-features {
    margin: 20px 0;
    text-align: left;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}

.feature-icon {
    width: 24px;
    height: 24px;
    background: #D72171;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
    flex-shrink: 0;
}

.feature-text {
    font-size: 15px;
    color: #333;
}

.hero-btn-large {
    display: block;
    background: linear-gradient(135deg, #D72171 0%, #b81a5a 100%);
    color: #fff;
    padding: 18px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    margin-top: 25px;
    transition: all 0.3s;
    box-shadow: 0 4px 12px rgba(215, 33, 113, 0.3);
}

.hero-btn-large:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(215, 33, 113, 0.4);
    background: linear-gradient(135deg, #b81a5a 0%, #D72171 100%);
}

.btn-text-main {
    display: block;
    font-size: 20px;
    margin-bottom: 4px;
}

.btn-text-sub {
    display: block;
    font-size: 14px;
    opacity: 0.9;
}

/* Signup features: bigger + clearer */
.signup-features {
    margin: 22px 0;
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

/* Bigger row + looping attention */
.feature-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 10px 12px;
    border-radius: 10px;
    opacity: 0;
    transform: translateX(-14px);
    animation: featureLoop 6s infinite ease-in-out;
    will-change: transform, opacity;
}

/* Stagger */
.feature-item:nth-child(1) {
    animation-delay: 0s;
}

.feature-item:nth-child(2) {
    animation-delay: 0.6s;
}

.feature-item:nth-child(3) {
    animation-delay: 1.2s;
}

/* Bigger icon (keep your brand color) */
.feature-icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #D72171;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 800;
    /* pulse */
    animation: iconPulse 1.6s infinite ease-in-out;
    box-shadow: 0 6px 14px rgba(215, 33, 113, 0.25);
}

/* Bigger text */
.feature-text {
    font-size: 18px;
    font-weight: 600;
    color: #222;
    line-height: 1.2;
}

/* Row animation: slide in, slight glow, slide out */
@keyframes featureLoop {
    0% {
        opacity: 0;
        transform: translateX(-14px);
        background: transparent;
    }

    12% {
        opacity: 1;
        transform: translateX(0);
        background: rgba(215, 33, 113, 0.06);
    }

    40% {
        opacity: 1;
        transform: translateX(0);
        background: rgba(215, 33, 113, 0.06);
    }

    55% {
        opacity: 0.9;
        transform: translateX(0);
        background: transparent;
    }

    100% {
        opacity: 0;
        transform: translateX(14px);
        background: transparent;
    }
}

/* Icon pulse (noticeable) */
@keyframes iconPulse {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.18);
    }
}

/* Accessibility: respect reduced motion */
@media (prefers-reduced-motion: reduce) {

    .feature-item,
    .feature-icon {
        animation: none !important;
        opacity: 1 !important;
        transform: none !important;
    }
}

/* Tablet + below */
@media (max-width: 992px) {
    .hero-content-wrapper {
        gap: 20px;
    }

    .hero-right {
        width: 100%;
    }
}

/* Phone */
@media (max-width: 768px) {
    .hero {
        padding: 20px 0;
    }

    .hero-content-wrapper {
        flex-direction: column;
        gap: 16px;
        padding: 0 14px;
    }

    .hero-left,
    .hero-right {
        width: 100%;
        display: block;
    }

    /* Featured member becomes stacked */
    .featured-member {
        flex-direction: column;
        border-radius: 10px;
    }

    .featured-member-image {
        width: 100%;
        margin-right: 0;
    }

    /* Make the image look like a banner */
    .featured-member-image img {
        width: 100%;
        height: 380px;
        object-fit: cover;
    }

    .featured-member-content {
        padding: 16px;
    }

    .featured-member-promo {
        font-size: 14px;
        padding: 10px 12px;
        border-radius: 8px;
    }

    .featured-member-name {
        font-size: 20px;
    }

    .featured-age,
    .featured-gender {
        font-size: 13px;
        padding: 4px 10px;
        margin-right: 8px;
    }

    .featured-member-description,
    .featured-member-contact p {
        font-size: 13px;
        line-height: 1.7;
    }

    /* Signup card spacing on phone */
    .signup-card {
        padding: 18px 16px;
        border-radius: 12px;
    }

    .signup-title {
        font-size: 20px;
    }

    .signup-subtitle {
        font-size: 14px;
    }

    .feature-text {
        font-size: 14px;
    }

    .hero-btn-large {
        padding: 14px 16px;
        border-radius: 10px;
    }

    .btn-text-main {
        font-size: 18px;
    }

    .btn-text-sub {
        font-size: 13px;
    }
}

/* Extra small phones */
@media (max-width: 380px) {
    .featured-member-image img {
        height: 180px;
    }

    .featured-member-image img {
        width: 100%;
        height: 320px;
        object-fit: cover;
    }

    .btn-text-main {
        font-size: 16px;
    }
}

.hero-btn {
    display: inline-block;
    background: #4CAF50;
    color: #fff;
    padding: 15px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.hero-btn:hover {
    background: #45a049;
}

.hero-btn-text {
    font-size: 14px;
    color: #fff;
    margin: 5px 0;
}

.clear {
    clear: both;
}

/* Members Section */
.members-section {
    padding: 4rem 0;
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2.5rem;
}

.section-title {
    font-size: 2.25rem;
    font-weight: 700;
    color: #1a1a1a;
}

.view-all-link {
    color: #e53935;
    text-decoration: none;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: gap 0.2s;
}

.view-all-link:hover {
    gap: 0.75rem;
}

.view-all-link span {
    transition: transform 0.2s;
}

.view-all-link:hover span {
    transform: translateX(4px);
}

.members-grid {
    display: block;
}

.member-card {
    background: #fff;
    margin-bottom: 20px;
    overflow: hidden;
    border: 1px solid #e0e0e0;
    width: 48%;
    float: left;
    margin-right: 4%;
}

.member-card:nth-child(2n) {
    margin-right: 0;
}

.member-image-link {
    float: left;
    width: 150px;
    height: 150px;
    overflow: hidden;
}

.member-image {
    width: 150px;
    height: 150px;
    object-fit: cover;
    display: block;
}

.member-card-content {
    margin-left: 160px;
    padding: 15px;
}

.member-name {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 8px;
}

.member-name a {
    color: #000;
    text-decoration: none;
}

.member-name a:hover {
    color: #D72171;
}

.member-info {
    margin-bottom: 10px;
    color: #666;
    font-size: 14px;
}

.member-info .age,
.member-info .gender {
    margin-right: 10px;
}

.member-intro {
    color: #555;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 10px;
}

.member-contact {
    padding-top: 10px;
    border-top: 1px dashed #ddd;
    color: #555;
    font-size: 14px;
}

.member-contact strong {
    color: #D72171;
    font-weight: bold;
}

.empty-state {
    text-align: center;
    padding: 4rem 2rem;
    color: #999;
}

/* Signup Page */
.signup-page {
    max-width: 600px;
    margin: 40px auto;
    background: #fff;
    padding: 40px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
}

.signup-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
    color: #333;
    text-align: center;
}

.form-group {
    margin-bottom: 25px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: #333;
}

.form-group .required {
    color: #D72171;
}

.form-group input[type="text"],
.form-group input[type="email"],
.form-group textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    font-family: inherit;
    box-sizing: border-box;
}

.form-group input[type="text"]:focus,
.form-group input[type="email"]:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #D72171;
}

.form-group textarea {
    resize: vertical;
    min-height: 120px;
}

.radio-group {
    display: flex;
    gap: 20px;
}

.radio-group label {
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: normal;
    cursor: pointer;
}

.date-selectors {
    display: flex;
    gap: 10px;
}

.date-selectors select {
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
}

.date-selectors select:focus {
    outline: none;
    border-color: #D72171;
}

.form-hint {
    font-size: 12px;
    color: #777;
    margin-bottom: 8px;
    line-height: 1.5;
}

.char-count {
    font-size: 12px;
    color: #D72171;
    margin-top: 5px;
}

.captcha-wrapper {
    display: flex;
    align-items: center;
    margin-top: 8px;
}

.captcha-question {
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

/* Human Verify Checkbox */
.human-verify-label {
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    padding: 12px;
    border: 2px solid #ddd;
    border-radius: 8px;
    background: #f9f9f9;
    transition: all 0.3s;
}

.human-verify-label:hover {
    border-color: #D72171;
    background: #fff5f8;
}

.human-verify-checkbox {
    display: none;
}

.human-verify-custom {
    width: 24px;
    height: 24px;
    border: 2px solid #999;
    border-radius: 6px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    flex-shrink: 0;
    position: relative;
}

.human-verify-checkmark {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    opacity: 0;
    transform: scale(0);
    transition: all 0.2s;
}

.human-verify-checkbox:checked+.human-verify-custom {
    background: #D72171;
    border-color: #D72171;
}

.human-verify-checkbox:checked+.human-verify-custom .human-verify-checkmark {
    opacity: 1;
    transform: scale(1);
}

.human-verify-text {
    font-size: 16px;
    font-weight: 500;
    color: #333;
}

.human-verify-label:hover .human-verify-custom {
    border-color: #D72171;
}

.submit-btn {
    background: #D72171;
    color: #fff;
    padding: 12px 40px;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    width: 100%;
    transition: background 0.3s;
}

.submit-btn:hover {
    background: #b81a5a;
}

.error-message {
    background: #ffebee;
    color: #c62828;
    padding: 15px;
    border-radius: 4px;
    margin-bottom: 20px;
    border-left: 4px solid #c62828;
}

.success-message {
    background: #e8f5e9;
    color: #2e7d32;
    padding: 15px;
    border-radius: 4px;
    margin-bottom: 20px;
    border-left: 4px solid #2e7d32;
}

/* Image Upload */
.image-upload-wrapper {
    margin-top: 10px;
}

.image-preview {
    position: relative;
    width: 185px;
    height: 185px;
    border: 2px dashed #ddd;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f9f9f9;
}

.image-preview:hover {
    border-color: #D72171;
    background: #f5f5f5;
}

.image-preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.upload-text {
    color: #999;
    font-size: 14px;
    text-align: center;
    pointer-events: none;
}

.image-preview.has-image .upload-text {
    display: none;
}

.upload-close {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: #D72171;
    color: #fff;
    border-radius: 50%;
    font-size: 18px;
    cursor: pointer;
    z-index: 10;
}

.upload-close:hover {
    background: #b81a5a;
}

.upload-message {
    margin-top: 10px;
    font-size: 12px;
}

.upload-message.error {
    color: #D72171;
}

.upload-message.success {
    color: #4CAF50;
}

/* See More Section */
.see-more-section {
    padding: 20px 0;
}

.see-more-btn {
    display: inline-block;
    background: #D72171;
    color: #fff;
    padding: 12px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    transition: background 0.3s;
}

.see-more-btn:hover {
    background: #b81a5a;
}

/* Pagination */
.pagination {
    text-align: center;
    margin: 40px 0;
    padding: 20px 0;
}

.pagination-link {
    display: inline-block;
    padding: 8px 12px;
    margin: 0 4px;
    color: #333;
    text-decoration: none;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: all 0.3s;
}

.pagination-link:hover {
    background: #D72171;
    color: #fff;
    border-color: #D72171;
}

.pagination-link.current {
    background: #D72171;
    color: #fff;
    border-color: #D72171;
    cursor: default;
}

.pagination-link.prev,
.pagination-link.next {
    font-weight: bold;
}

.pagination-ellipsis {
    display: inline-block;
    padding: 8px 4px;
    color: #999;
}

.member-count {
    float: right;
    color: #666;
    font-size: 14px;
    line-height: 24px;
}

/* Member Detail Page */
/* Breadcrumb */
.breadcrumb {
    margin-bottom: 5px;
    padding: 25px 0 0 0;
    font-size: 14px;
}

.breadcrumb-item {
    color: #666;
    text-decoration: none;
    transition: color 0.2s;
}

.breadcrumb-item:hover {
    color: #D72171;
    text-decoration: underline;
}

.breadcrumb-separator {
    color: #999;
    margin: 0 8px;
}

.breadcrumb-current {
    color: #333;
    font-weight: 500;
}

.highlight {
    margin: 15px 0 25px;
    background: #FFF;
    padding: 20px;
    border: 1px solid #e0e0e0;
}

.highlight .profile {
    width: 300px;
    float: left;
    margin: 0 25px 0 0;
}

.highlight .contacts p {
    border-bottom: 1px dashed #DDD;
    line-height: 37px;
    margin: 0;
}

.highlight .contacts p span.sub {
    color: #DDD;
}

.highlight .contacts p b.focus {
    color: #D72171;
}

.content {
    background: #FFF;
    padding: 20px;
    border: 1px solid #e0e0e0;
}

.content h3 {
    padding: 0;
    margin: 15px 0;
    font-size: 18px;
    font-weight: bold;
    color: #000;
}

.content h3:first-child {
    margin-top: 0;
}

.content div {
    line-height: 1.8;
    color: #333;
}

/* About Section */
.about-section {
    background: #fff;
    padding: 4rem 0;
    margin-top: 2rem;
}

.about-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.about-title {
    font-size: 2rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 1.5rem;
}

.about-text {
    color: #555;
    line-height: 1.8;
}

.about-text p {
    margin-bottom: 1rem;
}

.about-text p:last-child {
    margin-bottom: 0;
}

/* Footer */
.footer {
    background: #1a1a1a;
    color: #fff;
    padding: 2.5rem 0;
    margin-top: 4rem;
    text-align: center;
}

/* Responsive */
@media only screen and (max-width: 680px) {
    .header .last {
        margin-right: -18px;
    }

    .header .signup,
    .header .normal {
        line-height: 22px;
        padding: 8px 8px;
    }

    .hero {
        padding: 20px 0;
    }

    .hero-left,
    .hero-right {
        width: 100%;
        float: none;
        padding: 0;
    }

    .hero-title {
        font-size: 18px;
    }

    .hero-content {
        font-size: 13px;
    }

    .signup-card {
        padding: 25px 20px;
        margin-top: 20px;
    }

    .signup-title {
        font-size: 20px;
    }

    .signup-subtitle {
        font-size: 14px;
    }

    .hero-btn-large {
        padding: 16px 25px;
    }

    .btn-text-main {
        font-size: 18px;
    }

    .section-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }

    .section-title {
        font-size: 1.75rem;
    }

    .member-card {
        width: 100%;
        margin-right: 0;
    }

    .member-image-link {
        width: 100px;
        height: 100px;
        float: left;
    }

    .member-image {
        width: 100px;
        height: 100px;
    }

    .member-card-content {
        margin-left: 110px;
        padding: 10px;
    }

    .highlight .profile {
        max-width: 100%;
        width: 100%;
        float: none;
        margin: 0 0 15px 0;
    }

    .highlight {
        padding: 15px;
    }

    .about-title {
        font-size: 1.5rem;
    }

    .mobile-only {
        display: block;
    }
}

@media (max-width: 480px) {
    .members-grid {
        grid-template-columns: 1fr;
    }

    .hero-cta {
        flex-direction: column;
    }

    .btn {
        width: 100%;
        text-align: center;
    }
}

/* Home page latest Posts Section (match member-card flat design) */
.posts-section {
	margin-top: 80px;
	margin-bottom: 80px;
	padding: 0;
}

.posts-list {
	display: block; /* match members-grid style */
}

.post-card {
	background: #fff;
	border: 1px solid #e0e0e0;
	overflow: hidden;

	width: 48%;
	float: left;
	margin-right: 4%;
	margin-bottom: 20px;

	border-radius: 0;      /* flat */
	box-shadow: none;      /* flat */
	transition: none;      /* flat */
}

.post-card:nth-child(2n) {
	margin-right: 0;
}

.post-title {
	margin: 0 0 6px;
	font-size: 18px;       /* normal */
	font-weight: bold;     /* match member-name feel */
	line-height: 1.4;
}

.post-title a {
	color: #000;           /* match member-name link */
	text-decoration: none;
}

.post-title a:hover {
	color: #D72171;        /* match member hover */
}

.post-meta {
	font-size: 13px;
	color: #666;
	margin-bottom: 8px;
}

.post-excerpt {
	margin: 0;
	font-size: 13px;       /* smaller than title */
	color: #555;
	line-height: 1.6;
}

/* inner padding similar to member-card-content */
.post-card-inner {
	padding: 15px;
}

/* Mobile: full width like member-card */
@media only screen and (max-width: 680px) {
	.post-card {
		width: 100%;
		float: none;
		margin-right: 0;
	}
}

/* Featured member contact: cleaner + more designed */
.featured-member-contact{
	border-top: 1px dashed #ddd;
	padding-top: 14px;
	margin-top: 16px;
}

.featured-member-contact p{
	margin: 10px 0;
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 16px;
	color: #555;
}

/* Sub text (未公开) */
.featured-member-contact .sub{
	font-size: 15px;
	color: #aaa;
}

/* Click-to-copy text (WeChat) */
.copy-text{
    cursor: pointer;
    user-select: none;
}