
.sgg-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:22px;max-width:860px;margin:0 auto}
.sgg-head h3{font-size:28px;margin:0 0 14px}
.sgg-grid-1{display:grid;grid-template-columns:1fr;gap:18px}
.sgg-field label{font-size:14px;color:#111827;display:block;margin-bottom:6px}
.sgg-field input,.sgg-field select{background:#f3f4f6;border:1px solid #e5e7eb;border-radius:10px;padding:7px 12px;font-size:15px;width:100%}
.sgg-actions{display:flex;align-items:center;gap:20px;margin-top:18px}
.sgg-btn{background:#111c4e;color:#fff;border:none;border-radius:10px;padding:14px 22px;font-weight:700;cursor:pointer}
.sgg-result{margin-top:12px}
.sgg-line{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-top:1px solid #eee}
/* Suggestions */
#sgg-suggest{list-style:none;margin:6px 0 0;padding:6px;border:1px solid #e5e7eb;border-radius:10px;background:#fff;display:none;max-height:260px;overflow:auto}
#sgg-suggest li{padding:8px 10px;cursor:pointer}
#sgg-suggest li:hover{background:#f3f4f6}
/* Custom country dropdown */
.sgg-select{position:relative; display:block; width:100%}
.sgg-select__btn{width:100%; text-align:left; background:#f3f4f6; border:1px solid #e5e7eb; border-radius:10px; padding:12px; font-weight:500; display:flex; align-items:center; justify-content:space-between}
.sgg-select__menu{position:absolute; z-index:9999; left:0; right:0; top:calc(100% + 6px); background:#fff; border:1px solid #e5e7eb; border-radius:10px; padding:6px 0; box-shadow:0 8px 24px rgba(0,0,0,.08); display:none}
.sgg-select__item{padding:10px 12px; cursor:pointer}
.sgg-select__item:hover{background:#f3f4f6}
