.manga-slot { min-width: 0; }
.manga-card { border-top: 1px solid var(--line); margin-top: 10px; padding-top: 10px; min-height: 72px; }
.manga-result { display: flex; flex-wrap: wrap; align-items: center; gap: 7px 10px; }
.manga-read,.manga-find { display: inline-flex; gap: 6px; align-items: center; justify-content: center; padding: 8px 10px; min-height: 36px; border-radius: 7px; border: 1px solid #655381; background: #251e33; color: #dccdff; font-size: 12px; line-height: 1.5; }
.manga-link { color: #c6b5ff; font-size: 12px; line-height: 1.6; overflow-wrap: anywhere; }
.manga-link:hover,.manga-credit:hover { text-decoration: underline; }
.manga-read:hover,.manga-find:hover { background: #3b2d50; }
.manga-credit { color: #ada4bc; font-size: 10px; margin-left: auto; }
.manga-caption,.manga-pending { color: #b4a7c1; font-size: 11px; line-height: 1.7; margin: 0; overflow-wrap: anywhere; }
.manga-card .manga-caption { flex-basis: 100%; }
.manga-detail { margin: 0 0 30px; padding: 20px 24px; background: #1b1724; border: 1px solid #3b2c4b; border-radius: 12px; }
.manga-detail h2 { font-size: 18px; margin-bottom: 14px; }
.manga-detail .manga-title { width: 100%; margin: 4px 0 0; font-size: 15px; overflow-wrap: anywhere; }
.manga-detail .manga-caption { flex-basis: 100%; }
.manga-actions { display: flex; gap: 12px; align-items: center; flex-wrap: wrap; }
.manga-candidates { width: 100%; font-size: 12px; }
.manga-candidates summary { color: #d4c4f5; cursor: pointer; padding: 8px 0; }
.manga-candidates ul { margin: 7px 0; padding-left: 17px; }
.manga-candidates li { padding: 5px 0; }
.manga-candidates .manga-caption { display: block; }
@media (max-width: 760px) { .manga-detail { padding: 17px; } .manga-find,.manga-read { min-height: 40px; } }

.thai-manga-search { flex-basis: 100%; min-width: 0; border-top: 1px solid var(--line); padding-top: 9px; margin-top: 3px; }
.thai-search-heading { margin: 0 0 6px; color: #b4a7c1; font-size: 11px; line-height: 1.6; }
.thai-search-actions { display: flex; flex-wrap: wrap; gap: 7px 12px; }
.thai-search-link { display: inline-flex; align-items: center; gap: 4px; min-height: 36px; padding: 5px 8px; border: 1px solid var(--line); border-radius: 6px; }
.thai-search-link:focus-visible { outline: 2px solid currentColor; outline-offset: 3px; }
.manga-detail .thai-search-heading { font-size: 14px; color: #dccdff; }
@media (max-width: 760px) { .thai-search-link { min-height: 44px; } }

.thai-manga-slot { min-width:0; border-top:1px solid var(--line); padding-top:12px; margin-top:10px; }
.thai-manga-detail { margin:0 0 30px; padding:20px 24px; border:1px solid #3b2c4b; border-radius:12px; background:#1b1724; }
.thai-result { display:flex; flex-direction:column; align-items:flex-start; gap:8px; }
.thai-result:empty { display:none; }
.thai-site-result { display:flex; flex-direction:column; gap:5px; max-width:100%; }
.thai-read { display:inline-flex; align-items:center; min-height:40px; padding:8px 12px; color:#d7f3e4; border:1px solid #416858; border-radius:7px; background:#1c3028; }
.thai-manga-slot .thai-manga-search { margin-top:12px; }
@media(max-width:760px){.thai-manga-detail{padding:17px;}}
