:root{--c-brand:#604C3E;--c-brown-header:#725847;--c-brown-bg:#5b4336;--c-accent:#aa978a;--c-btn-main:#61ce70;--c-btn-hover:#604C3E;--c-text:#604C3E;--c-bg:#F4F4F4;--wrap:1180px}.rtm-clinic-list-wrap{font-family:"Noto Serif TC",Sans-serif;max-width:900px;margin:40px auto;padding:0 15px}.rtm-region-block{margin-bottom:20px;border-radius:4px;overflow:hidden;box-shadow:0 2px 5px rgb(0 0 0 / .1)}.rtm-region-toggle{display:none}.rtm-region-header{display:flex;justify-content:space-between;align-items:center;padding:18px 25px;background:var(--c-brown-header);color:#fff;cursor:pointer;font-size:1.25rem;font-weight:700;letter-spacing:.05em;border-radius:4px;transition:background-color 0.2s ease,border-radius 0.2s ease}.rtm-region-toggle:not(:checked)+.rtm-region-header{border-radius:8px}.rtm-arrow{display:block;width:8px;height:8px;margin-left:15px;border-top:2px solid #fff;border-right:2px solid #fff;transform:rotate(45deg);transition:transform 0.3s ease;flex-shrink:0}.rtm-region-toggle:checked+.rtm-region-header .rtm-arrow{transform:rotate(135deg)}.rtm-region-content{background:#fff;padding:0 25px;max-height:0;overflow:hidden;transition:max-height 0.4s cubic-bezier(.86,0,.07,1)}.rtm-region-toggle:checked~.rtm-region-content{max-height:2000px;padding:30px 25px;border:1px solid #f0f0f0;border-top:none}.rtm-clinic-buttons{display:flex;flex-direction:column;flex-wrap:wrap;gap:0;padding:0}.rtm-sub-region-title{font-size:22px;font-weight:700;text-align:center;margin:18px 0 20px;color:#725a4a}.rtm-sub-region-btns{display:flex;flex-wrap:wrap;gap:16px;justify-content:center}.rtm-clinic-btn{display:inline-block;padding:14px 14px;border-radius:9999px;background:var(--c-accent);color:#fff;text-align:center;border:none;text-decoration:none;font-weight:500;font-size:18px;line-height:1;transition:background-color 0.2s ease,transform 0.1s ease;box-shadow:0 2px 4px rgb(0 0 0 / .1);min-width:180px;max-width:100%}.rtm-clinic-btn:hover{background:var(--c-btn-hover);transform:translateY(-1px);color:#fff}.rtm-no-clinic{color:#999;font-size:.9rem;width:100%;text-align:center;padding:10px 0;margin-top:20px;margin-bottom:20px}@media (max-width:768px){.rtm-region-header{font-size:1.1rem;padding:15px 20px}.rtm-region-toggle:checked~.rtm-region-content{padding:20px 15px}.rtm-sub-region-title{font-size:1.1rem;margin:15px 0 10px 0}.rtm-sub-region-btns{gap:12px}.rtm-clinic-btn{padding:12px 20px;font-size:1.1rem;min-width:120px}.rtm-region-block{margin-bottom:15px}}