/* ================================================================
   § 9  MM2H 2026 URA BLOG POST — .mm2h-ura-wrap
================================================================ */
.mm2h-ura-wrap {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    color: #1a1a2e;
    line-height: 1.8;
    -webkit-font-smoothing: antialiased;
    max-width: 820px;
    margin: 0 auto;
    padding: 20px;
}
.mm2h-ura-wrap * { box-sizing: border-box; }

.mm2h-ura-wrap h1 { font-family: 'Playfair Display', Georgia, serif; font-size: 32px; line-height: 1.3; color: #0f2940; margin-bottom: 24px; font-weight: 700; }
.mm2h-ura-wrap h2 { font-size: 24px; line-height: 1.4; color: #0f2940; margin-top: 36px; margin-bottom: 16px; font-weight: 600; }
.mm2h-ura-wrap p { font-size: 16px; line-height: 1.8; color: #334155; margin-bottom: 16px; }
.mm2h-ura-wrap ul { margin: 16px 0 24px 24px; padding: 0; }
.mm2h-ura-wrap li { font-size: 16px; line-height: 1.7; color: #334155; margin-bottom: 12px; }
.mm2h-ura-wrap li strong { color: #0f2940; font-weight: 600; }

/* Language Toggle */
.mm2h-ura-wrap .lang-toggle-wrap { display: flex; justify-content: flex-end; gap: 8px; margin-bottom: 24px; padding-bottom: 16px; border-bottom: 1px solid #e5e7eb; }
.mm2h-ura-wrap .lang-btn { display: inline-block; padding: 8px 20px; font-size: 14px; font-weight: 600; border: 2px solid #2e2e7a; background: transparent; color: #2e2e7a; border-radius: 6px; cursor: pointer; transition: all 0.25s ease; }
.mm2h-ura-wrap .lang-btn:hover { background: #f5f5f5; }
.mm2h-ura-wrap .lang-btn.active { background: #2e2e7a; color: #fff; }

/* FAQ */
.mm2h-ura-wrap .mm2h-faq-section { margin-top: 48px; padding: 32px; background: #f8fafc; border-radius: 12px; border: 1px solid #e2e8f0; }
.mm2h-ura-wrap .mm2h-faq-section h2 { margin-top: 0; font-size: 22px; text-align: center; margin-bottom: 28px; }
.mm2h-ura-wrap .mm2h-faq-item { margin-bottom: 12px; border: 1px solid #e2e8f0; border-radius: 8px; background: #fff; overflow: hidden; }
.mm2h-ura-wrap .mm2h-faq-question { display: flex; justify-content: space-between; align-items: center; padding: 18px 20px; background: #fff; cursor: pointer; font-weight: 600; font-size: 15px; color: #0f2940; list-style: none; }
.mm2h-ura-wrap .mm2h-faq-question::-webkit-details-marker, .mm2h-ura-wrap .mm2h-faq-question::marker { display: none; }
.mm2h-ura-wrap .mm2h-faq-question:hover { background: #f8fafc; }
.mm2h-ura-wrap .mm2h-faq-icon { width: 24px; height: 24px; color: #94a3b8; flex-shrink: 0; transition: transform 0.25s ease; }
.mm2h-ura-wrap details[open] .mm2h-faq-icon { transform: rotate(180deg); color: #2e2e7a; }
.mm2h-ura-wrap .mm2h-faq-answer { padding: 0 20px 20px; font-size: 15px; line-height: 1.7; color: #475569; background: #f8fafc; border-top: 1px solid #e2e8f0; }

/* CTA Section */
.mm2h-ura-wrap .mm2h-cta-section { margin-top: 48px; padding: 40px; background: linear-gradient(135deg, #0f2940 0%, #2e2e7a 100%); border-radius: 12px; text-align: center; }
.mm2h-ura-wrap .mm2h-cta-section p { font-size: 18px; color: rgba(255,255,255,0.95); margin-bottom: 20px; }
.mm2h-ura-wrap .mm2h-cta-btn { display: inline-block; padding: 14px 32px; background: #f5c842; color: #0f2940; font-size: 16px; font-weight: 700; border-radius: 8px; text-decoration: none; transition: all 0.25s ease; }
.mm2h-ura-wrap .mm2h-cta-btn:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(245,200,66,0.35); }

/* Internal Links */
.mm2h-ura-wrap .mm2h-internal-links { margin-top: 36px; padding: 24px; background: #f1f5f9; border-radius: 10px; }
.mm2h-ura-wrap .mm2h-internal-links h3 { margin-top: 0; font-size: 18px; color: #0f2940; }
.mm2h-ura-wrap .mm2h-internal-links ul { margin: 12px 0 0 0; list-style: none; padding: 0; }
.mm2h-ura-wrap .mm2h-internal-links li { margin-bottom: 10px; }
.mm2h-ura-wrap .mm2h-internal-links a { color: #2e2e7a; font-weight: 500; text-decoration: underline; text-underline-offset: 2px; }
.mm2h-ura-wrap .mm2h-internal-links a:hover { color: #f5c842; }

@media (max-width: 767px) {
    .mm2h-ura-wrap { padding: 16px; }
    .mm2h-ura-wrap h1 { font-size: 24px; }
    .mm2h-ura-wrap h2 { font-size: 20px; margin-top: 28px; }
    .mm2h-ura-wrap p, .mm2h-ura-wrap li { font-size: 15px; }
    .mm2h-ura-wrap .lang-toggle-wrap { justify-content: center; }
    .mm2h-ura-wrap .mm2h-faq-section { padding: 20px; }
    .mm2h-ura-wrap .mm2h-cta-section { padding: 28px 20px; }
    .mm2h-ura-wrap .mm2h-cta-section p { font-size: 16px; }
    .mm2h-ura-wrap .mm2h-cta-btn { width: 100%; text-align: center; }
}

/* ================================================================
   RTS KL City Centre Blog - .rts-kl-wrap
================================================================ */
.rts-kl-wrap { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Noto Sans SC', sans-serif; font-size: 17px; line-height: 1.75; color: #111; }
.rts-kl-wrap p { color: #1a1a1a !important; font-size: 16px; line-height: 1.8; margin-bottom: 16px; }
.rts-kl-wrap li { color: #1a1a1a !important; font-size: 16px; line-height: 1.7; }
.rts-kl-wrap strong { color: #0a1628 !important; font-weight: 700; }
.rts-kl-wrap h1 { font-size: 32px; line-height: 1.3; margin-bottom: 24px; color: #0a1628 !important; font-weight: 700; }
.rts-kl-wrap h2 { font-size: 24px; line-height: 1.4; margin-top: 36px; margin-bottom: 16px; color: #0a1628 !important; font-weight: 700; border-bottom: 3px solid #155c38; padding-bottom: 12px; }

/* Highlight Box */
.rts-kl-wrap p[style*="background"] { background: #0a1628 !important; color: #fff !important; padding: 24px; border-radius: 8px; font-size: 17px; line-height: 1.6; }
.rts-kl-wrap p[style*="background"] strong { color: #f5c842 !important; }

/* FAQ */
.rts-faq-item { margin-bottom: 14px; border: 2px solid #94a3b8; border-radius: 10px; overflow: hidden; background: #f8fafc; }
.rts-faq-question { display: flex; align-items: center; justify-content: space-between; padding: 18px 22px; background: #e2e8f0 !important; cursor: pointer; font-weight: 700; font-size: 16px; color: #0a1628 !important; border-bottom: 1px solid #cbd5e1; }
.rts-faq-question:hover { background: #cbd5e1 !important; }
.rts-faq-question::after { content: "+"; font-size: 24px; color: #155c38 !important; font-weight: 900; min-width: 30px; text-align: center; }
.rts-faq-item[open] .rts-faq-question::after { content: "−"; color: #dc2626 !important; }
.rts-faq-answer { padding: 20px 22px; background: #fff !important; font-size: 15px; line-height: 1.75; color: #1e293b !important; font-weight: 500; }

/* Language Toggle */
.rts-kl-wrap .lang-btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 14px 28px; background: #155c38 !important; color: #fff !important; border: 2px solid #0f4430; border-radius: 10px; font-size: 15px; font-weight: 700; cursor: pointer; margin-bottom: 28px; min-height: 50px; }
.rts-kl-wrap .lang-btn:hover { background: #0f4430 !important; transform: translateY(-2px); box-shadow: 0 4px 12px rgba(0,0,0,0.2); }

/* CTA */
.rts-cta-section { background: linear-gradient(135deg, #0a1628 0%, #1e3a5f 100%) !important; padding: 40px 28px; border-radius: 14px; text-align: center; margin: 44px 0; border: 2px solid #f5c842; }
.rts-cta-section p { color: #fff !important; font-size: 19px; font-weight: 700; margin-bottom: 24px; }
.rts-cta-btn { display: inline-flex; align-items: center; justify-content: center; background: #22c55e !important; color: #fff !important; padding: 16px 32px; border-radius: 10px; text-decoration: none; font-weight: 700; font-size: 16px; min-height: 50px; box-shadow: 0 4px 14px rgba(34, 197, 94, 0.4); }
.rts-cta-btn:hover { background: #16a34a !important; transform: translateY(-2px); }

@media (max-width: 768px) {
    .rts-kl-wrap { font-size: 16px; }
    .rts-kl-wrap h1 { font-size: 26px; }
    .rts-kl-wrap h2 { font-size: 20px; }
    .rts-kl-wrap p { font-size: 15px; }
    .rts-faq-question { font-size: 15px; padding: 16px; }
    .rts-faq-answer { font-size: 14px; padding: 16px; }
    .rts-kl-wrap .lang-btn { width: 100%; }
    .rts-cta-btn { width: 100%; }
}