.gpswb-wrap { font-family: Calibri, Arial, sans-serif; }
.gpswb-wrap h1 { color: #0b2a4a; border-bottom: 3px solid #0b2a4a; padding-bottom: .4rem; }
.gpswb-intro { font-size: 1.05rem; color: #33404d; }
.gpswb-msg { padding: .8rem 1rem; border-radius: 8px; font-weight: 700; }
.gpswb-msg.ok { background: #e7f6ec; border: 1px solid #2e8b57; color: #1d5c39; }
.gpswb-msg.err { background: #fdecea; border: 1px solid #cc2a2a; color: #8c1c1c; }

.gpswb-toc { column-count: 2; column-gap: 2rem; background: #f4f7fa; border: 1px solid #d5dde6; border-radius: 10px; padding: 1rem 1.5rem; }
.gpswb-toc li { margin-bottom: .3rem; }
.gpswb-toc a { color: #1e5288; text-decoration: none; }
.gpswb-toc a:hover { text-decoration: underline; }

.gpswb-page { margin-top: 2.2rem; padding-top: .2rem; scroll-margin-top: 90px; }
.gpswb-page h2 { color: #0b2a4a; border-bottom: 2px solid #e0e6ee; padding-bottom: .35rem; }
.gpswb-num { display: inline-block; background: #0b2a4a; color: #fff; border-radius: 6px; padding: .05rem .6rem; margin-right: .5rem; font-size: .95rem; }
.gpswb-url { color: #6c7a8a; font-size: .92rem; }
.gpswb-url a { color: #1e5288; }

.gpswb-preview { background: #f8fafc; border: 1px solid #d5dde6; border-radius: 10px; padding: 1rem 1.2rem; margin-bottom: 1rem; }
.gpswb-preview h3 { color: #33404d; margin-top: 0; }
.gpswb-thumb img { max-height: 110px; max-width: 170px; border: 1px solid #c8d4e0; border-radius: 6px; margin: 0 .4rem .4rem 0; background: #fff; vertical-align: middle; }
.gpswb-text p { margin: .2rem 0; color: #33404d; }
.gpswb-bullet { margin: .15rem 0 .15rem 1rem; color: #33404d; }

.gpswb-form { background: #fff; border: 1px solid #d5dde6; border-radius: 10px; padding: 1rem 1.2rem; box-shadow: 0 2px 8px rgba(11,42,74,.06); }
.gpswb-form h3 { margin-top: 0; color: #0b2a4a; }
.gpswb-rows { width: 100%; border-collapse: collapse; }
.gpswb-rows th { background: #0b2a4a; color: #fff; padding: .45rem .5rem; font-size: .85rem; text-align: left; }
.gpswb-rows td { border: 1px solid #d5dde6; padding: .35rem; vertical-align: top; }
.gpswb-rows select { width: 100%; padding: .3rem; }
.gpswb-rows textarea { width: 100%; border: 1px solid #c8d4e0; border-radius: 5px; padding: .3rem; font-family: Calibri, Arial, sans-serif; font-size: .95rem; }
.gpswb-rows input[type=url] { width: 100%; border: 1px solid #c8d4e0; border-radius: 5px; padding: .3rem; box-sizing: border-box; }
.c-type { width: 15%; } .c-where { width: 26%; } .c-edit { width: 28%; } .c-link { width: 25%; } .c-del { width: 4%; }
.c-link input[type=url] { margin-bottom: .45rem; }
.gpswb-uploadwrap { display: flex; align-items: center; flex-wrap: wrap; gap: .4rem; }
.gpswb-uploadbtn { position: relative; display: inline-block; background: #0b2a4a; color: #fff; border-radius: 6px; padding: .4rem .8rem; font-size: .85rem; font-weight: 700; cursor: pointer; }
.gpswb-uploadbtn:hover { background: #1e5288; }
.gpswb-uploadbtn input[type=file] { position: absolute; left: 0; top: 0; width: 100%; height: 100%; opacity: 0; cursor: pointer; }
.gpswb-fname { font-size: .8rem; color: #33404d; word-break: break-all; }
.gpswb-delrow { border: 0; background: #fdecea; color: #cc2a2a; font-weight: 700; border-radius: 50%; width: 22px; height: 22px; cursor: pointer; }
.gpswb-add { margin: .5rem 0 0; }
.gpswb-addrow { border: 1px solid #0b2a4a; background: #fff; color: #0b2a4a; border-radius: 6px; padding: .35rem .8rem; cursor: pointer; font-weight: 700; }
.gpswb-addrow:hover { background: #0b2a4a; color: #fff; }
.gpswb-contact { border: 1px solid #d5dde6; border-radius: 8px; margin: 1rem 0; padding: .6rem 1rem; }
.gpswb-contact legend { font-weight: 700; color: #33404d; padding: 0 .4rem; }
.gpswb-contact input { width: 45%; border: 1px solid #c8d4e0; border-radius: 5px; padding: .4rem .5rem; }
.gpswb-actions { text-align: right; }
.gpswb-submit { background: #cc2a2a; color: #fff; border: 0; border-radius: 50px; padding: .7rem 1.8rem; font-size: 1.05rem; font-weight: 700; cursor: pointer; box-shadow: 0 4px 12px rgba(204,42,42,.3); }
.gpswb-submit:hover { background: #0b2a4a; }

@media (max-width: 800px) {
  .gpswb-toc { column-count: 1; }
  .gpswb-contact input { width: 100%; margin-bottom: .4rem; }
  .gpswb-rows th, .gpswb-rows td { display: block; width: 100%; }
  .gpswb-rows thead { display: none; }
  .gpswb-rows textarea { min-height: 60px; }
}