/* STIPE Support 2.0.1: neutral greys with soft red controls.
   Purple is reserved for messages written by support staff.
   All rules are scoped to support, support alerts or support preferences. */
.st-support,.st-support *,.st-support-alert,.st-support-alert *,.st-support-prefs,.st-support-prefs *{box-sizing:border-box}
.st-support{--st-bg:#212121;--st-panel:#2a2a2a;--st-line:#434343;--st-text:#f2f2f2;--st-muted:#bababa;--st-accent:#ef9696;color:var(--st-text);font-family:inherit;margin:20px auto 48px;max-width:1500px;font-size:14px;line-height:1.55}
.st-support h1,.st-support h2,.st-support h3{color:var(--st-text);font-family:inherit;margin:0;line-height:1.3}
.st-support h1{font-size:30px;font-weight:600}.st-support h2{font-size:21px;font-weight:600}.st-support h3{font-size:16px;font-weight:600}
.st-support p{margin:0 0 12px}.st-support a{color:var(--st-accent)}.st-support .st-muted{color:var(--st-muted)}
.st-support .st-kicker{font-size:11px;font-weight:700;letter-spacing:1.9px;text-transform:uppercase;color:var(--st-accent);margin-bottom:8px}
.st-support .st-top,.st-support .st-row{display:flex;align-items:center;gap:12px;justify-content:space-between}.st-support .st-top{margin-bottom:26px}.st-support .st-top p{margin:8px 0 0;color:var(--st-muted)}
.st-support .st-actions{display:flex;align-items:center;flex-wrap:wrap;gap:9px}.st-support .st-btn,.st-support-alert .st-btn,.st-support-prefs .st-btn{appearance:none;border:1px solid #525252;border-radius:7px;padding:10px 15px;background:#343434;color:#efefef;cursor:pointer;text-decoration:none;font:inherit;font-size:13px;font-weight:600;line-height:1.3;display:inline-flex;align-items:center;justify-content:center;gap:7px}
.st-support .st-btn:hover,.st-support-alert .st-btn:hover,.st-support-prefs .st-btn:hover{background:#414141;color:#fff;text-decoration:none;border-color:#d78484}.st-support .st-btn-primary,.st-support-prefs .st-btn-primary{background:#e88a8a;border-color:#eea1a1;color:#241c1c}.st-support .st-btn-primary:hover{background:#f0a0a0;border-color:#f4b6b6;color:#241c1c}.st-support button:disabled{opacity:.5;cursor:wait}.st-support :focus-visible,.st-support-alert :focus-visible,.st-support-prefs :focus-visible{outline:2px solid #ef9696;outline-offset:3px}
.st-support .st-workspace{display:grid;grid-template-columns:320px minmax(0,1fr);gap:18px;align-items:start}.st-support .st-card{background:var(--st-bg);border:1px solid var(--st-line);border-radius:10px;overflow:hidden}.st-support .st-pad{padding:22px}
.st-support .st-list-tools{padding:17px;border-bottom:1px solid var(--st-line)}.st-support .st-list-tools h2{font-size:15px;margin-bottom:13px}.st-support .st-search,.st-support input[type=text],.st-support input[type=search],.st-support select{width:100%;min-width:0;background:#1a1a1a;border:1px solid #525252;color:#f0f0f0;padding:10px 11px;border-radius:6px;font:inherit;font-size:13px;box-shadow:none}.st-support input::placeholder{color:#a3a3a3}.st-support .st-filters{display:flex;gap:5px;margin-top:12px;flex-wrap:wrap}.st-support .st-filter{border:1px solid transparent;border-radius:5px;background:transparent;color:#cacaca;padding:6px 7px;cursor:pointer;font-size:12px}.st-support .st-filter[aria-pressed=true]{background:#383232;border-color:#ac6464;color:#ffd3d3}.st-support .st-filter span{margin-left:4px;opacity:.75}
.st-support .st-ticket-list{max-height:690px;overflow:auto}.st-support .st-ticket-row{display:block;width:100%;text-align:left;background:transparent;border:0;border-bottom:1px solid #383838;padding:17px;color:#dedede;cursor:pointer;font:inherit}.st-support .st-ticket-row:hover{background:#303030}.st-support .st-ticket-row[aria-current=true]{background:#333030;border-left:3px solid #e88a8a;padding-left:14px}.st-support .st-ticket-row strong{display:block;color:#f2f2f2;line-height:1.4;font-weight:600;margin:9px 0;font-size:14px}.st-support .st-ticket-meta{display:flex;justify-content:space-between;gap:8px;font-size:11px;color:#bdbdbd}.st-support .st-dot{display:inline-block;width:7px;height:7px;border-radius:50%;background:#ef9696;margin-right:6px}.st-support .st-pill{display:inline-block;border-radius:5px;padding:3px 7px;font-size:10px;letter-spacing:.5px;font-weight:bold;text-transform:uppercase;border:1px solid #5a5a5a;color:#d0d0d0;background:#363636}.st-support .st-pill-OPEN{background:#273c35;border-color:#49715d;color:#ace0c2}.st-support .st-pill-PENDING{background:#443b29;border-color:#7c6b3e;color:#efcf88}.st-support .st-pill-CLOSED{background:#353535;color:#c4c4c4;border-color:#535353}
.st-support .st-pagination{display:flex;gap:10px;align-items:center;justify-content:space-between;padding:12px}.st-support .st-pagination .st-btn{padding:7px 11px}.st-support .st-thread-head{padding:23px;border-bottom:1px solid var(--st-line)}.st-support .st-thread-head h2{margin:10px 0 14px;overflow-wrap:anywhere}.st-support .st-status-toolbar{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.st-support .st-status-toolbar label{font-size:12px;color:#bdbdbd;margin:0}.st-support .st-status-toolbar select{flex:0 0 auto}.st-support .st-status-toolbar .st-btn{padding:8px 12px;font-size:12px}
.st-support .st-customer{border-bottom:1px solid #484848;background:#2c2c2c;padding:14px 23px;font-size:12px}.st-support .st-customer strong{color:#e4e4e4}.st-support .st-customer .st-actions{margin-top:8px;gap:15px}.st-support .st-customer a{font-size:12px;text-decoration:none}.st-support .st-customer a:hover{text-decoration:underline}.st-support .st-customer small{display:block;margin-top:7px;color:#b9b9b9}
.st-support .st-conversation{padding:22px;max-height:640px;min-height:220px;overflow:auto;scroll-behavior:smooth}.st-support .st-message{border:1px solid #434343;background:#282828;border-radius:9px;padding:18px;margin-bottom:17px;overflow:hidden}.st-support .st-message-staff{background:#302838;border-color:#5c436e}.st-support .st-message-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:13px;font-size:12px;color:#bababa}.st-support .st-message-author{display:flex;align-items:center;gap:10px}.st-support .st-avatar{position:relative;display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:9px;background:#3e3e3e;color:#f0f0f0;font-size:16px;font-weight:bold;flex:0 0 56px;overflow:hidden}.st-support .st-message-head strong{color:#eeeeee;display:block;font-size:13px}.st-support .st-message-head small{font-size:10px;letter-spacing:.6px;color:#c7c7c7}.st-support .st-message-body{overflow-wrap:anywhere;word-break:break-word;color:#e5e5e5;font-size:14px;line-height:1.75}.st-support .st-message-body p:last-child{margin-bottom:0}.st-support .st-message-body img{max-width:100%;height:auto;border-radius:5px}.st-support .st-message-body pre{overflow:auto;white-space:pre-wrap;color:#e9e9e9;background:#1e1e1e;border:1px solid #4b4b4b;padding:12px}.st-support .st-message-body table{max-width:100%;border-collapse:collapse}.st-support .st-message-body td,.st-support .st-message-body th{border:1px solid #5b5b5b;padding:7px}.st-support .st-event{font-size:11px;text-align:center;color:#bcbcbc;margin:15px 0}.st-support .st-event time{margin-left:8px;color:#a3a3a3}
.st-support .st-compose{border-top:1px solid var(--st-line);padding:22px;background:#262626}.st-support .st-compose-title{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:12px}.st-support .st-compose small{color:#b6b6b6}.st-support .st-editor-toolbar{display:flex;align-items:center;gap:4px;padding:7px;background:#343434;border:1px solid #5b5b5b;border-radius:6px 6px 0 0}.st-support .st-editor-toolbar button{background:transparent;color:#e6e6e6;border:0;padding:5px 9px;font-size:13px;cursor:pointer;border-radius:4px}.st-support .st-editor-toolbar button:hover{background:#4f4f4f}.st-support .st-editor{min-height:150px;max-height:380px;overflow:auto;background:#1d1d1d;color:#eaeaea;border:1px solid #5b5b5b;border-top:0;border-radius:0 0 6px 6px;padding:14px;line-height:1.65;outline-offset:0}.st-support .st-editor:empty:before{content:attr(data-placeholder);color:#9e9e9e;pointer-events:none}.st-support .st-editor img{max-width:100%;height:auto}.st-support .st-editor a{color:var(--st-accent)}.st-support .st-compose-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-top:14px}.st-support .st-compose-footer select{flex:0 0 auto}.st-support .st-status-note{font-size:11px;color:#b2b2b2;margin-top:11px}
.st-support .st-empty{text-align:center;padding:72px 25px;color:#b7b7b7}.st-support .st-empty-icon{font-size:34px;color:#c1c1c1;margin-bottom:18px}.st-support .st-empty h2{margin-bottom:12px}.st-support .st-empty p{max-width:400px;margin:0 auto 20px}.st-support .st-new{padding:26px}.st-support .st-field{margin-bottom:20px}.st-support .st-field>label{display:block;margin:0 0 7px;color:#d5d5d5;font-size:12px}.st-support .st-recipient-result{display:block;width:100%;text-align:left;background:#303030;border:1px solid #595959;color:#e9e9e9;padding:10px;cursor:pointer}.st-support .st-recipient-result small{display:block;color:#c4c4c4}.st-support .st-recipient-selected{padding:11px;background:#373737;border:1px solid #717171;color:#dcdcdc;border-radius:5px;margin-top:8px}
.st-support .st-notice{padding:12px 15px;border:1px solid #767676;border-radius:7px;background:#393939;color:#e9e9e9;margin:0 0 14px}.st-support .st-notice-error{background:#3b2929;border-color:#a76262;color:#ffdddd}.st-support .st-inline-error{color:#ffbaba;font-size:13px;margin-top:10px}.st-support [hidden],.st-support-alert[hidden]{display:none!important}.st-support .st-mobile-back{display:none}.st-support .st-footnote{display:flex;gap:18px;flex-wrap:wrap;color:#a9a9a9;font-size:12px;margin-top:18px}.st-support .st-footnote a{color:#bbbbbb}.st-support .st-live{font-size:11px;color:#b9b9b9;white-space:nowrap}
.st-support-alert{background:#2b2b2b;border:1px solid #4b4b4b;border-left:4px solid #e88a8a;color:#e9e9e9;border-radius:8px;padding:16px 19px;margin:16px 0 22px;font-size:13px}.st-support-alert .st-alert-top{display:flex;align-items:center;justify-content:space-between;gap:14px}.st-support-alert strong{color:#f0f0f0;font-size:15px}.st-support-alert .st-alert-links{display:flex;gap:10px;align-items:center;flex-wrap:wrap;margin-top:10px}.st-support-alert a{color:#dbdbdb;text-decoration:none}.st-support-alert a:hover{text-decoration:underline}.st-support-alert .st-alert-dismiss{background:transparent;border:0;color:#cccccc;font-size:22px;cursor:pointer;padding:0 6px}.st-support-alert .st-alert-settings{font-size:11px;color:#c0c0c0;margin-left:4px}
.st-support-prefs{border:1px solid #505050;background:#262626;border-radius:9px;padding:23px;color:#e8e8e8;margin:28px 0}.st-support-prefs h2{font-size:21px;color:#f1f1f1;margin:0 0 10px}.st-support-prefs p{color:#bcbcbc;font-size:13px}.st-support-prefs label{display:flex;gap:12px;align-items:flex-start;padding:15px 0;border-bottom:1px solid #414141;color:#ebebeb;cursor:pointer}.st-support-prefs input[type=checkbox]{width:18px;height:18px;accent-color:#e88a8a;margin-top:3px;flex-shrink:0}.st-support-prefs label small{display:block;color:#bfbfbf;font-size:12px;margin-top:5px}.st-support-prefs .st-btn{margin-top:18px}.st-support-prefs .st-prefs-result{padding:10px 0;color:#c9ebd4}
@media(min-width:1400px){.st-support .st-workspace{grid-template-columns:350px minmax(0,1fr)}}
@media(max-width:900px){.st-support .st-workspace{grid-template-columns:275px minmax(0,1fr)}.st-support .st-message-head{flex-wrap:wrap}.st-support .st-pad,.st-support .st-conversation,.st-support .st-compose,.st-support .st-thread-head{padding:17px}}
@media(max-width:700px){.st-support{margin-top:12px}.st-support h1{font-size:25px}.st-support .st-top{align-items:flex-start;gap:15px;flex-wrap:wrap}.st-support .st-workspace{grid-template-columns:1fr}.st-support.st-view-thread .st-sidebar{display:none}.st-support:not(.st-view-thread) .st-main{display:none}.st-support .st-mobile-back{display:inline-flex}.st-support .st-ticket-list{max-height:none}.st-support .st-conversation{max-height:none;min-height:0}.st-support .st-compose-footer{align-items:stretch}.st-support .st-compose-footer .st-btn-primary{flex:1}.st-support .st-top .st-actions{width:100%}.st-support .st-new{padding:18px}.st-support .st-customer{padding:14px 17px}.st-support-alert .st-alert-top{align-items:flex-start}}
@media(prefers-reduced-motion:reduce){.st-support .st-conversation{scroll-behavior:auto}}

/* Only staff message cards use purple. */
.st-support .st-message-staff .st-avatar{background:#46404e;color:#e4d9f2}
.st-support .st-message-staff .st-message-head small{color:#cfb4e9}
.st-support .st-message-staff .st-message-body a{color:#d6b6f5}
.st-support .st-message-author{min-width:0}
.st-support .st-message-author>span:last-child{min-width:0;overflow-wrap:anywhere}
#stipe-support .st-avatar-image{position:absolute;inset:0;display:block;width:100%!important;height:100%!important;max-width:none!important;object-fit:contain;border:0;border-radius:inherit;margin:0;padding:0;background:inherit}
.st-support .st-conversation,.st-support .st-ticket-list,.st-support .st-editor{scrollbar-color:#666 #292929;scrollbar-width:thin}
.st-support .st-actions{min-width:0}
.st-support .st-saved-replies{margin-bottom:12px}
.st-support .st-saved-replies label{font-size:12px;margin:0}
.st-support-prefs .st-btn-primary:hover{background:#f0a0a0;border-color:#f4b6b6;color:#241c1c}

/* Override legacy global form rules, including fixed heights and black text.
   Keep native select semantics; the options inherit an explicit dark palette. */
#stipe-support.st-support select{
  box-sizing:border-box!important;display:block;appearance:none!important;-webkit-appearance:none!important;
  height:44px!important;min-height:44px!important;max-height:none!important;
  padding:10px 38px 10px 12px!important;margin:0;
  border:1px solid #606060!important;border-radius:6px!important;
  background-color:#303030!important;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9'%3E%3Cpath d='M2 2l5 5 5-5' fill='none' stroke='%23f2f2f2' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")!important;
  background-repeat:no-repeat!important;background-position:right 12px center!important;background-size:14px 9px!important;
  color:#f5f5f5!important;-webkit-text-fill-color:#f5f5f5!important;
  font-family:inherit!important;font-size:14px!important;font-weight:400!important;line-height:normal!important;
  text-indent:0!important;text-shadow:none!important;text-transform:none!important;
  opacity:1;box-shadow:none!important;vertical-align:middle;color-scheme:dark;cursor:pointer;
}
#stipe-support.st-support select option,#stipe-support.st-support select optgroup{
  background:#303030!important;color:#f5f5f5!important;-webkit-text-fill-color:#f5f5f5!important;
  font-family:inherit!important;font-size:14px!important;line-height:normal!important;
}
#stipe-support.st-support select:focus{border-color:#ef9696!important;outline:2px solid #ef9696;outline-offset:2px}
#stipe-support.st-support select:disabled{opacity:.65;cursor:wait}
#stipe-support #st-change-status{width:145px;min-width:145px;max-width:100%}
#stipe-support #st-send-status{width:235px;min-width:235px;max-width:100%}
#stipe-support #st-quick-reply{width:300px;min-width:260px;max-width:100%}
#stipe-support input[type=text],#stipe-support input[type=search]{min-height:44px;background:#242424!important;color:#f1f1f1!important;-webkit-text-fill-color:#f1f1f1!important;border-color:#555!important}
#stipe-support input::placeholder{color:#b5b5b5!important;-webkit-text-fill-color:#b5b5b5!important;opacity:1}
@media(max-width:700px){
  .st-support .st-compose-footer>.st-actions{width:100%}
  #stipe-support #st-send-status{width:100%;min-width:0;flex:1 1 100%}
  #stipe-support #st-quick-reply{width:100%;min-width:0;flex:1 1 100%}
  .st-support .st-avatar{width:48px;height:48px;flex-basis:48px}
}

/* Original support banner: uses the website's existing artwork. */
.st-support-banner.support-breadcrumb{background-color:#242424;background-image:linear-gradient(90deg,rgba(20,20,20,.26),rgba(20,20,20,.08)),url('https://stipe.com.au/assets/images/2014/faq.jpg');background-position:center;background-size:cover;border-bottom:1px solid #444;margin-bottom:24px;text-align:center}
.st-support-banner .breadcrumbs-v2-in{position:relative;padding:54px 22px}
.st-support-banner h1{font-family:inherit;font-size:38px;line-height:1.25;font-weight:500;letter-spacing:2px;color:#fff;margin:0 0 13px;text-shadow:0 2px 12px rgba(0,0,0,.65)}
.st-support-banner .text-highlights{display:inline-block;background:rgba(25,25,25,.78);padding:6px 13px;color:#f3b2b2;font-size:16px;line-height:1.5;border-radius:4px}
.st-news{margin-top:8px;margin-bottom:24px}
.st-news[hidden],.st-news [hidden]{display:none!important}
.st-news .st-news-heading{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:14px;flex-wrap:wrap}
.st-news .st-news-heading h2{font-size:20px;margin:0 0 4px}
.st-news .st-news-heading p{margin:0;font-size:13px}
.st-news .st-news-card{padding:20px 23px;border:1px solid #4d4d4d;border-left:3px solid #d98181;background:#292929;border-radius:8px;margin-bottom:13px}
.st-news .st-news-card-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}
.st-news .st-news-card h3{font-size:18px;margin:0 0 12px}
.st-news .st-news-card .st-message-body h1,.st-news .st-news-card .st-message-body h2,.st-news .st-news-card .st-message-body h3,.st-news .st-news-card .st-message-body h4{font-size:16px;margin:14px 0 7px}
.st-news .st-news-dismiss{padding:0 4px;background:none;border:0;color:#bbb;font-size:23px;line-height:1;cursor:pointer}
.st-news .st-news-dismiss:hover{color:#ef9696}
.st-news .st-news-show{margin-bottom:10px}
.st-news .st-news-empty{color:#aaa;padding:12px 0;margin:0}
.st-news .st-news-manager{margin-top:17px;padding:22px;background:#242424}
.st-news .st-news-manager-top{display:flex;justify-content:space-between;align-items:flex-start;gap:15px;flex-wrap:wrap;margin-bottom:16px}
.st-news .st-news-manager-top h3{margin-bottom:7px}
.st-news .st-news-manager-top p{font-size:12px;margin:0;max-width:520px}
.st-news .st-news-admin-row{display:flex;justify-content:space-between;align-items:center;gap:15px;padding:14px 0;border-top:1px solid #414141}
.st-news .st-news-admin-row>div:first-child{min-width:0;overflow-wrap:anywhere}
.st-news .st-news-admin-row small{display:block;color:#b7b7b7;font-size:12px;margin-top:5px}
.st-news .st-news-admin-row .st-actions{flex-shrink:0}
.st-news .st-news-form{border-top:1px solid #505050;padding-top:20px;margin-top:15px}
.st-news .st-news-form>h3{margin-bottom:16px}
.st-news .st-news-fields{display:grid;grid-template-columns:minmax(0,1fr) 155px;gap:16px}
.st-news .st-news-toggle{display:flex;gap:10px;align-items:flex-start;color:#eee;margin:0 0 20px;cursor:pointer}
.st-news .st-news-toggle input{width:18px;height:18px;min-height:18px;margin:3px 0 0;flex:0 0 18px;accent-color:#e88a8a}
.st-news .st-news-toggle small{display:block;color:#b5b5b5;font-size:12px;margin-top:4px}
.st-news .st-news-content-label{display:block;font-size:12px;color:#d5d5d5;margin:0 0 8px}
.st-news .st-news-form-actions{display:flex;justify-content:space-between;align-items:center;gap:15px;flex-wrap:wrap;margin:15px 0}
#stipe-support-news input[type=text]{box-sizing:border-box!important;height:44px!important;min-height:44px;padding:10px 12px!important;background:#242424!important;color:#f1f1f1!important;-webkit-text-fill-color:#f1f1f1!important;border:1px solid #555!important;border-radius:6px;font:inherit;max-width:100%}
#stipe-support-news input::placeholder{color:#b5b5b5!important;-webkit-text-fill-color:#b5b5b5!important;opacity:1}
#stipe-support-news select{box-sizing:border-box!important;width:100%!important;height:44px!important;min-height:44px!important;max-height:none!important;padding:8px 10px!important;margin:0!important;background:#303030!important;color:#f5f5f5!important;-webkit-text-fill-color:#f5f5f5!important;border:1px solid #606060!important;border-radius:6px!important;appearance:auto!important;font:inherit!important;font-size:14px!important;line-height:normal!important;text-indent:0!important;box-shadow:none!important;color-scheme:dark}
#stipe-support-news select option{background:#303030!important;color:#f5f5f5!important;-webkit-text-fill-color:#f5f5f5!important;font-size:14px!important}
#stipe-support-news .st-editor{min-height:180px}
@media(max-width:700px){
 .st-support-banner .breadcrumbs-v2-in{padding:36px 18px}
 .st-support-banner h1{font-size:30px}
 .st-support-banner .text-highlights{font-size:14px}
 .st-news .st-news-card,.st-news .st-news-manager{padding:17px}
 .st-news .st-news-admin-row{align-items:flex-start;flex-direction:column}
 .st-news .st-news-fields{grid-template-columns:1fr;gap:0}
 .st-news .st-news-heading .st-btn{width:100%}
 .st-news .st-news-form-actions>.st-actions{width:100%}
}

/* v2.2: readable font controls and administrator source editor. */
.st-support .st-editor-toolbar{flex-wrap:wrap;gap:6px}
.st-support .st-font-control{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:#dedede;margin:0 0 0 4px;max-width:100%}
#stipe-support .st-font-control select,#stipe-support-news .st-font-control select{width:130px!important;min-width:0!important;max-width:100%!important;flex:0 1 130px}
.st-support .st-editor-toolbar .st-html-toggle{margin-left:auto;min-height:36px;border:1px solid #666;padding:7px 10px}
.st-support .st-editor-toolbar .st-html-toggle[aria-pressed=true]{background:#493535;color:#ffd4d4;border-color:#ce8989}
.st-support .st-editor-toolbar button:disabled{opacity:.5;cursor:default}
#stipe-support .st-editor-source,#stipe-support-news .st-editor-source{display:block;box-sizing:border-box!important;width:100%!important;min-width:0!important;min-height:220px!important;height:260px;max-height:650px;resize:vertical;background:#1d1d1d!important;color:#eeeeee!important;-webkit-text-fill-color:#eeeeee!important;border:1px solid #666!important;border-top:0!important;border-radius:0 0 6px 6px!important;padding:14px!important;margin:0!important;font:14px/1.6 Consolas,Monaco,monospace!important;white-space:pre-wrap;overflow-wrap:anywhere;box-shadow:none!important}
.st-support .st-source-note{display:block;color:#bababa;line-height:1.5;margin:8px 0}
.st-support .st-editor p,.st-support .st-message-body p{font-size:inherit;line-height:inherit}

/* v2.3: administrator text colours and a viewport-sized image viewer. */
.st-support .st-colour-control{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:#dedede;margin:0 0 0 4px}
#stipe-support .st-colour-control input[type=color],#stipe-support-news .st-colour-control input[type=color]{appearance:auto!important;display:block!important;width:44px!important;height:44px!important;min-width:44px!important;min-height:44px!important;padding:4px!important;margin:0!important;border:1px solid #777!important;border-radius:5px!important;background:#303030!important;cursor:pointer;box-sizing:border-box!important}
.st-support .st-message-body img[data-st-zoom]{cursor:zoom-in}
.st-support .st-message-body img[data-st-zoom]:focus-visible{outline:2px solid #ef9696;outline-offset:3px}
#st-support-image-viewer{position:fixed!important;inset:12px!important;box-sizing:border-box!important;margin:auto!important;width:calc(100vw - 24px)!important;height:calc(100vh - 24px)!important;height:calc(100dvh - 24px)!important;max-width:1600px!important;max-height:none!important;padding:0!important;border:1px solid #606060!important;border-radius:10px;background:#181818;color:#eee;z-index:2147483647;font:14px/1.5 Arial,sans-serif;overflow:hidden;box-shadow:0 16px 70px #0009}
#st-support-image-viewer[open]{display:flex!important;flex-direction:column}
#st-support-image-viewer[hidden]{display:none!important}
#st-support-image-viewer::backdrop{background:rgba(0,0,0,.82)}
#st-support-image-viewer *{box-sizing:border-box}
#st-support-image-viewer .st-viewer-head{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:10px;padding:12px 16px;background:#2c2c2c;border-bottom:1px solid #555;flex:0 0 auto}
#st-support-image-viewer .st-viewer-head strong{font-size:16px;color:#f5f5f5}
#st-support-image-viewer .st-viewer-controls{display:flex;align-items:center;flex-wrap:wrap;gap:8px}
#st-support-image-viewer button{appearance:none;background:#383838;color:#f5f5f5;border:1px solid #696969;border-radius:6px;min-width:44px;min-height:44px;padding:9px 12px;margin:0;font:14px/1.3 Arial,sans-serif;cursor:pointer;box-shadow:none}
#st-support-image-viewer button:hover{background:#494949}
#st-support-image-viewer button:focus-visible,#st-support-image-viewer .st-viewer-stage:focus-visible{outline:2px solid #ef9696;outline-offset:-2px}
#st-support-image-viewer button:disabled{opacity:.45;cursor:default}
#st-support-image-viewer button[data-viewer=close]{background:#e88a8a;border-color:#e88a8a;color:#221919;font-weight:bold}
#st-support-image-viewer output{color:#ddd;font:14px Arial,sans-serif;min-width:48px;text-align:center;margin:0;padding:0;border:0;background:transparent}
#st-support-image-viewer .st-viewer-stage{flex:1 1 0;min-height:0;min-width:0;overflow:auto;overscroll-behavior:contain;touch-action:pan-x pan-y pinch-zoom;scrollbar-color:#777 #222;background:#181818}
#st-support-image-viewer .st-viewer-canvas{display:flex;align-items:center;justify-content:center;min-width:100%;min-height:100%}
#st-support-image-viewer .st-viewer-canvas img{display:block!important;flex:none!important;max-width:none!important;max-height:none!important;object-fit:contain!important;border:0!important;border-radius:0!important;padding:0!important;margin:0!important;user-select:none;-webkit-user-drag:none}
#st-support-image-viewer .st-viewer-pannable{cursor:grab}
#st-support-image-viewer .st-viewer-pannable:active{cursor:grabbing}
#st-support-image-viewer .st-viewer-foot{flex:0 0 auto;background:#2c2c2c;color:#ccc;padding:9px 16px;font-size:12px;border-top:1px solid #555}
@media(max-width:600px){
 #st-support-image-viewer{inset:4px!important;width:calc(100vw - 8px)!important;height:calc(100vh - 8px)!important;height:calc(100dvh - 8px)!important;border-radius:6px}
 #st-support-image-viewer .st-viewer-head{padding:9px;gap:7px}
 #st-support-image-viewer .st-viewer-controls{gap:5px}
 #st-support-image-viewer button{padding:8px;min-width:40px}
 #st-support-image-viewer .st-viewer-foot{padding:8px 10px}
}

/* v2.4: announcement destination selector shared by Support and My Servers. */
.st-news .st-news-fields{grid-template-columns:minmax(0,1fr) 140px 190px}
@media(max-width:700px){.st-news .st-news-fields{grid-template-columns:1fr}}
