.twte-wrap{max-width:1280px;margin:18px auto;color:#31261d;font-family:-apple-system,BlinkMacSystemFont,"Hiragino Kaku Gothic ProN","Yu Gothic",Meiryo,sans-serif}
.twte-accordion{border-radius:28px;background:linear-gradient(180deg,#fff1f0 0%,#fffafa 100%);box-shadow:0 10px 30px rgba(0,0,0,.08);overflow:hidden}
.twte-summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 22px}
.twte-summary::-webkit-details-marker{display:none}
.twte-summary-left{display:flex;align-items:center;gap:10px;min-width:0}
.twte-icon{font-family:Apple Color Emoji,"Segoe UI Emoji",sans-serif !important;font-size:1.5rem;flex:0 0 auto}
.twte-title{font-family:"ads-route7",sans-serif !important;font-size:clamp(25px,3.5vw,44px);line-height:1.25;font-weight:400 !important;font-style:normal !important;color:#d83b35}
.twte-arrow{flex:0 0 auto;font-size:18px;color:#c9443d;transition:transform .2s ease}
.twte-accordion[open] .twte-arrow{transform:rotate(180deg)}
.twte-body{padding:0 22px 22px}
.twte-lead{text-align:center;margin:0 0 18px;font-size:clamp(17px,2vw,22px);font-weight:700}
.twte-card{background:#fff;border-radius:24px;padding:24px;border-top:7px solid #ff6b61;box-shadow:0 6px 22px rgba(0,0,0,.06)}
.twte-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.twte-field{display:flex;flex-direction:column;gap:8px}
.twte-wide{grid-column:1/-1}
.twte-field span{font-size:18px;font-weight:900}
.twte-field input,.twte-field select{width:100%;box-sizing:border-box;border:2px solid #efc8c5;border-radius:14px;padding:14px 16px;font-size:18px;background:#fff;color:#222}
.twte-field input:focus,.twte-field select:focus{outline:3px solid rgba(243,154,50,.22);border-color:#ff6b61}
.twte-ai-area{margin-top:22px;padding:20px;border-radius:20px;background:#fff0ef;border:1px solid #f2bbb6}
.twte-result-title{font-size:21px;font-weight:900;margin-bottom:10px}
.twte-output{width:100%;box-sizing:border-box;min-height:245px;border:2px solid #efc8c5;border-radius:14px;padding:14px 16px;font-size:17px;line-height:1.7;background:#fff;color:#241d17;resize:vertical}
.twte-copy-open{width:100%;margin-top:14px;border:1px solid #e9a92d;border-radius:999px;padding:14px 22px;background:linear-gradient(180deg,#ffd866,#f2b821);color:#30251c;cursor:pointer;box-shadow:0 5px 14px rgba(196,134,0,.22)}
.twte-copy-open:hover{transform:translateY(-1px)}
.twte-copy-open{background:#1473e6 !important;border-color:#1473e6 !important;color:#fff !important;box-shadow:0 5px 14px rgba(20,115,230,.22) !important}.twte-copy-only{width:100%;border:0;border-radius:999px;padding:14px 22px;background:#22a866;color:#fff;font-size:18px;font-weight:900;cursor:pointer}.twte-app-note{text-align:center;margin:8px 0 10px;font-weight:800;color:#444}.twte-map-first{margin:18px 0}.twte-map-first .twte-map{width:100%}
.twte-btn-main,.twte-btn-sub{display:block}
.twte-btn-main{font-size:20px;font-weight:900}
.twte-btn-sub{font-size:14px;font-weight:800;margin-top:3px}
.twte-status{min-height:1.5em;margin-top:14px;font-weight:800;line-height:1.8;color:#2d6d36}
.twte-divider{display:flex;align-items:center;gap:14px;margin:22px 0;color:#8a7b6d;font-weight:800}.twte-divider:before,.twte-divider:after{content:"";height:1px;background:#ddd0c1;flex:1}
.twte-actions{display:flex;gap:12px;flex-wrap:wrap}
.twte-map,.twte-clear{border:0;border-radius:999px;padding:15px 22px;font-size:18px;font-weight:900;cursor:pointer}
.twte-map{flex:1;min-width:260px;background:linear-gradient(180deg,#ff9b8f,#f16b5c);color:#30251c;box-shadow:0 5px 14px rgba(196,134,0,.22)}
.twte-clear{background:#f1f1f1;color:#555}
.twte-note{margin:16px 2px 0;font-size:14px;line-height:1.7;color:#6d6258}
@media(max-width:760px){.twte-wrap{margin:14px auto}.twte-summary{padding:16px}.twte-title{font-size:clamp(22px,6.8vw,32px)}.twte-body{padding:0 16px 16px}.twte-card{padding:17px}.twte-grid{grid-template-columns:1fr}.twte-wide{grid-column:auto}.twte-actions{flex-direction:column}.twte-map,.twte-clear{width:100%;min-width:0}}

/* 2.0.0: このコーナー専用の配色。ほかのプラグインには影響しません */
.twte-summary{border:3px solid #ff6b61;background:#fff1f0;}


/* 2026-08-06: iPhoneで太く見える色付き枠を完全に削除 */
.twte-summary{
  border:none !important;
  outline:none !important;
  box-shadow:none !important;
}
.twte-summary:focus,
.twte-summary:focus-visible{
  outline:none !important;
  box-shadow:none !important;
}
@media(max-width:760px){
  .twte-summary{
    border:none !important;
    outline:none !important;
    box-shadow:none !important;
  }
}

/* 常時表示版: 外側タイトルは開閉ボタンではありません */
.twte-summary-static{cursor:default !important;}
