.l-support-shell {
  display: grid;
  gap: 18px;
}

.l-consolestatus:empty {
  display: none;
}

.l-support-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.l-support-tabbutton {
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid #c7d5ef;
  border-radius: 14px;
  background: linear-gradient(180deg, #ffffff 0%, #f4f8ff 100%);
  color: #173b78;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.l-support-tabbutton.is-active {
  border-color: #6f96e8;
  background: linear-gradient(180deg, #eff5ff 0%, #dae7ff 100%);
  box-shadow: inset 0 0 0 1px rgba(111, 150, 232, 0.34);
}

.l-support-panel[hidden] {
  display: none !important;
}

[data-l-orgcodev-list-view][hidden],
[data-l-orgcodev-detail-view][hidden] {
  display: none !important;
}

.l-support-hero {
  display: grid;
  gap: 16px;
}

.l-support-publicmode .l-consolewrap {
  max-width: 1180px;
}

.l-support-publicmode .l-consoleheader {
  align-items: center;
  padding: 8px 0 12px;
}

.l-support-publicmode .l-consolebrand {
  color: #55709d;
}

.l-support-publicmode .l-consoletitle {
  font-size: 32px;
  line-height: 1.12;
}

.l-support-publicmode .l-support-tabs {
  justify-content: center;
}

.l-support-publicmode .l-support-tabbutton {
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.75);
}

.l-support-shell .l-consolecard {
  border-radius: 18px;
  box-shadow: 0 14px 34px rgba(22, 50, 95, 0.07);
}

.l-support-publichome {
  max-width: 1040px;
  margin: 0 auto;
}

.l-support-publicintro,
.l-support-publiccard {
  display: grid;
  gap: 18px;
  padding: 24px;
  border: 1px solid #dbe6f8;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 14px 34px rgba(22, 50, 95, 0.06);
}

.l-support-publicintro {
  background: linear-gradient(180deg, #ffffff 0%, #f6f9ff 100%);
}

.l-support-eyebrow {
  margin: 0 0 6px;
  color: #5a75a4;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.l-support-publictitle {
  margin: 0;
  color: #102d5d;
  font-size: 30px;
  line-height: 1.15;
}

.l-support-publiclead {
  max-width: 720px;
  margin: 8px 0 0;
  color: #4f6b9a;
  font-size: 16px;
  line-height: 1.6;
}

.l-support-publicchoicegrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.l-support-publicchoice {
  display: grid;
  gap: 8px;
  min-height: 128px;
  padding: 18px;
  border: 1px solid #d5e1f6;
  border-radius: 18px;
  background: #ffffff;
  color: #16325f;
  cursor: pointer;
  text-align: left;
  transition: border-color 140ms ease, box-shadow 140ms ease, transform 140ms ease;
}

.l-support-publicchoice:hover,
.l-support-publicchoice.is-selected {
  border-color: #6f96e8;
  box-shadow: 0 14px 28px rgba(31, 68, 133, 0.1);
}

.l-support-publicchoice:hover {
  transform: translateY(-1px);
}

.l-support-publicchoice.is-selected {
  background: linear-gradient(180deg, #eff5ff 0%, #e3eeff 100%);
}

.l-support-publicchoice span {
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
}

.l-support-publicchoice small {
  color: #58739f;
  font: inherit;
  font-size: 14px;
  line-height: 1.45;
}

.l-support-publicsection {
  display: grid;
  gap: 12px;
  padding-top: 2px;
}

.l-support-publicsection + .l-support-publicsection,
.l-support-publicsection + .l-support-publicdetails,
.l-support-publicdetails + .l-support-formsubsection,
.l-support-publicdetails + .l-support-actions {
  padding-top: 18px;
  border-top: 1px solid #e4ebf8;
}

.l-support-publicdetails {
  display: grid;
  gap: 12px;
}

.l-support-publicdetails summary {
  width: fit-content;
  color: #23477f;
  font-weight: 800;
  cursor: pointer;
}

.l-support-publicdetails[open] summary {
  margin-bottom: 12px;
}

.l-support-introhead {
  display: grid;
  gap: 6px;
}

.l-support-softbadge {
  display: inline-flex;
  width: fit-content;
  min-height: 24px;
  align-items: center;
  padding: 0 10px;
  border: 1px solid #d8e4f8;
  border-radius: 999px;
  background: #f6f9ff;
  color: #48679d;
  font-size: 12px;
  font-weight: 800;
}

.l-support-actiongrid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 12px;
}

.l-support-actioncard {
  display: grid;
  gap: 8px;
  align-content: start;
  min-height: 132px;
  padding: 17px 18px;
  border: 1px solid #d7e3f8;
  border-radius: 16px;
  background: #ffffff;
  cursor: pointer;
  text-align: left;
}

.l-support-actioncard:hover {
  border-color: #97b4f0;
  box-shadow: 0 18px 36px rgba(17, 28, 67, 0.08);
}

.l-support-actiontitle,
.l-support-paneltitle,
.l-support-detailtitle {
  margin: 0;
  color: #16325f;
  font-size: 22px;
  line-height: 1.2;
}

.l-support-actioncopy,
.l-support-muted,
.l-support-helptext,
.l-support-eventmeta,
.l-support-empty {
  margin: 0;
  color: #5470a0;
  font-size: 15px;
  line-height: 1.65;
}

.l-support-actiontitle {
  font-size: 18px;
}

.l-support-actioncopy {
  font-size: 14px;
  line-height: 1.5;
}

.l-support-panelstack,
.l-support-formstack,
.l-support-detailstack,
.l-support-followupstack,
.l-support-filterbar,
.l-support-timeline {
  display: grid;
  gap: 16px;
}

.l-support-detaillayout {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(340px, 1fr);
  gap: 18px;
  align-items: start;
}

.l-support-detailmain {
  display: grid;
  gap: 16px;
  min-width: 0;
}

.l-support-conversationsidebar {
  position: sticky;
  top: 16px;
  display: grid;
  gap: 14px;
  min-width: 0;
  max-height: calc(100vh - 120px);
  overflow: auto;
}

.l-support-conversationsidebar .l-support-detailtitle {
  font-size: 18px;
}

.l-support-threadtabs {
  display: grid;
  grid-template-columns: 1fr;
  gap: 6px;
}

.l-support-threadtab {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  min-width: 0;
  padding: 8px 10px;
  border: 1px solid #cfe0ff;
  border-radius: 14px;
  background: #f5f8ff;
  color: #274a84;
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  text-align: left;
}

.l-support-threadtab span {
  flex: 0 0 auto;
  min-width: 22px;
  padding: 2px 6px;
  border-radius: 999px;
  background: #e8f0ff;
  color: #183560;
  text-align: center;
  font-size: 12px;
}

.l-support-threadtab.is-active {
  border-color: #6e93e8;
  background: #eaf1ff;
  color: #092a62;
  box-shadow: inset 0 0 0 1px #6e93e8;
}

.l-support-threadpanel {
  display: grid;
  gap: 12px;
  min-height: 0;
}

.l-support-threadtimeline {
  max-height: 34vh;
  overflow: auto;
  padding-right: 3px;
}

.l-support-threadtextarea {
  min-height: 94px;
}

.l-support-threadattachments {
  padding: 10px 12px;
  border: 1px dashed #d6e3f8;
  border-radius: 14px;
  background: #f9fbff;
}

.l-support-formpanel-active > div:first-child {
  display: none;
}

.l-support-flowhead {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
  padding-bottom: 6px;
  border-bottom: 1px solid #e2e9f8;
}

.l-support-formsection {
  display: grid;
  gap: 10px;
  padding: 16px 18px;
  border: 1px solid #dfe7f7;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(247,250,255,0.96));
}

.l-support-formsubsection {
  display: grid;
  gap: 12px;
  padding: 16px 18px;
  border: 1px solid #e5ecf8;
  border-radius: 20px;
  background: rgba(250, 252, 255, 0.95);
}

.l-support-attachmentbox {
  background: linear-gradient(180deg, #ffffff 0%, #f6f9ff 100%);
}

.l-support-filebutton {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.l-support-filebutton input {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
}

.l-support-attachmentpanel {
  display: grid;
  gap: 10px;
  padding-top: 6px;
}

.l-support-attachmentlist {
  display: grid;
  gap: 8px;
}

.l-support-attachmentcontrols {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.l-support-attachmentitem {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 12px;
  border: 1px solid #dce7f8;
  border-radius: 14px;
  background: #ffffff;
}

.l-support-attachmentitem .l-support-cellstack {
  min-width: 0;
}

.l-support-attachmentitem strong,
.l-support-attachmentitem span {
  overflow-wrap: anywhere;
}

.l-support-fieldrow,
.l-support-fieldstack,
.l-support-repeatlist,
.l-support-prioritydetails {
  display: grid;
  gap: 6px;
}

.l-support-fieldstack + .l-support-fieldstack {
  margin-top: 8px;
}

.l-support-choicegrid + .l-support-fieldstack {
  margin-top: 10px;
}

.l-support-fieldgrid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 14px;
}

.l-support-fieldwide {
  grid-column: 1 / -1;
}

.l-support-choicegrid {
  display: grid;
  gap: 6px;
}

.l-support-check {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 7px;
  align-items: start;
  color: #223c6a;
  font-size: 13px;
  line-height: 1.4;
}

.l-support-check input {
  margin-top: 2px;
}

.l-support-radiochoice {
  display: grid;
  gap: 6px;
  min-height: 38px;
  padding: 6px 12px;
  border: 1px solid #d7e4fb;
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(244,249,255,0.95));
}

.l-support-radiochoice.is-selected {
  border-color: #6f96e8;
  box-shadow: inset 0 0 0 1px rgba(111, 150, 232, 0.28);
}

.l-support-radiochoicehead {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 7px;
  align-items: start;
  color: #16325f;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
}

.l-support-repeatcard,
.l-support-detailcard,
.l-support-filtercard {
  display: grid;
  gap: 10px;
  padding: 14px 16px;
  border: 1px solid #e2e9f8;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(247,250,255,0.96));
}

.l-support-followuphead {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
}

.l-support-panelhead {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.l-support-tablewrap {
  overflow-x: auto;
  border: 1px solid #dbe4f4;
  border-radius: 22px;
  background: rgba(255,255,255,0.96);
}

.l-support-table {
  width: 100%;
  min-width: 980px;
  border-collapse: collapse;
}

.l-support-table th,
.l-support-table td {
  padding: 12px 14px;
  border-bottom: 1px solid #e4ebf8;
  text-align: left;
  vertical-align: top;
}

.l-support-table th {
  color: #5d739d;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.l-support-tablesort {
  appearance: none;
  border: 0;
  background: transparent;
  color: inherit;
  padding: 0;
  font: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  cursor: pointer;
}

.l-support-tablesort:hover,
.l-support-tablesort:focus-visible {
  color: #173f7a;
  text-decoration: underline;
}

.l-support-table tbody tr {
  transition: background 140ms ease, box-shadow 140ms ease;
}

.l-support-table tbody tr:hover {
  background: rgba(241, 246, 255, 0.84);
}

.l-support-table tbody tr.is-active {
  background: linear-gradient(180deg, rgba(232, 240, 255, 0.98), rgba(223, 234, 252, 0.98));
  box-shadow: inset 4px 0 0 #5f87df;
}

.l-support-ticketlink {
  color: #17498e;
  font-weight: 700;
  text-decoration: none;
}

.l-support-ticketlink:hover,
.l-support-ticketlink:focus-visible {
  color: #0b2d66;
  text-decoration: underline;
}

.l-support-ticketlink-title {
  display: block;
  width: min(260px, 24vw);
  min-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.l-support-statuspill {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 3px 9px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  white-space: nowrap;
}

.l-support-statuspill.is-pending {
  border-color: #e8b45f;
  background: #fff2d9;
  color: #7a4700;
}

.l-support-statuspill.is-active {
  border-color: #78c39b;
  background: #e5f7ec;
  color: #17613a;
}

.l-support-statuspill.is-complete {
  border-color: #8eb0eb;
  background: #e8f0ff;
  color: #234f99;
}

.l-support-prioritypill {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 3px 9px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  white-space: nowrap;
}

.l-support-prioritypill.is-low {
  border-color: #dfcf74;
  background: #fff8d6;
  color: #685500;
}

.l-support-prioritypill.is-medium {
  border-color: #e9b858;
  background: #ffedbf;
  color: #754600;
}

.l-support-prioritypill.is-high {
  border-color: #e58a70;
  background: #ffe0d5;
  color: #8a301d;
}

.l-support-prioritypill.is-urgent {
  border-color: #701522;
  background: #8d1e2d;
  color: #fff;
}

.l-support-badge {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 0 9px;
  border: 1px solid transparent;
  border-radius: 8px;
  background: #f6f8fc;
  color: #526784;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.l-support-badge-status {
  border-color: #cfdbf6;
  background: #eaf1fe;
  color: #173b78;
}

.l-support-badge-type {
  border-color: #e2e7f1;
  background: #f6f8fb;
  color: #667b9d;
}

.l-support-badge-org {
  border-color: #e9edf4;
  background: #f8fafc;
  color: #7284a0;
}

.l-support-detailmeta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.l-support-chiprow {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.l-support-valuegrid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px;
}

.l-support-valuecard {
  display: grid;
  gap: 6px;
  padding: 9px 12px;
  border: 1px solid #e2e9f8;
  border-radius: 12px;
  background: rgba(255,255,255,0.96);
}

.l-support-valuecard-summary {
  grid-column: 1 / -1;
}

.l-support-sharedmessage {
  display: grid;
  gap: 5px;
  padding: 12px 14px;
  border-left: 4px solid #5f86df;
  background: #f1f6ff;
  color: #102b59;
}

.l-support-sharedmessage p {
  margin: 0;
  white-space: pre-wrap;
}

.l-support-detailmain > .l-consolecard:first-child .l-support-valuegrid {
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
}

.l-support-detailmain > .l-consolecard:first-child .l-support-valuecard {
  padding: 8px 10px;
}

.l-support-payloadstack {
  display: grid;
  gap: 14px;
}

.l-support-payloadhero {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.l-support-payloadgrid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 12px;
}

.l-support-payloadgrid-rows {
  grid-template-columns: 1fr;
}

.l-support-payloadcard {
  display: grid;
  gap: 8px;
  padding: 12px 14px;
  border: 1px solid #e2e9f8;
  border-radius: 16px;
  background: rgba(255,255,255,0.96);
}

.l-support-payloadvalue p {
  margin: 0;
}

.l-support-submittedpayload {
  display: grid;
  gap: 14px;
}

.l-support-payloadsummary {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.l-support-datapill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  max-width: 100%;
  padding: 6px 10px;
  border: 1px solid #cfe0ff;
  border-radius: 999px;
  background: #f7fbff;
  color: #3f5f99;
  font-size: 13px;
  line-height: 1.2;
}

.l-support-datapill strong {
  color: #082760;
  font-weight: 700;
}

.l-support-payloadcolumns {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(320px, 1.2fr);
  gap: 12px;
}

.l-support-payloadsection {
  display: grid;
  align-content: start;
  gap: 9px;
  padding: 13px 14px;
  border: 1px solid #e3ebfa;
  border-radius: 14px;
  background: rgba(255,255,255,0.92);
}

.l-support-payloaddatarow {
  display: grid;
  grid-template-columns: minmax(120px, 0.35fr) minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  padding: 7px 0;
  border-top: 1px solid #edf2fb;
}

.l-support-payloaddatarow span,
.l-support-payloadnote span,
.l-support-payloadextra > span {
  color: #5b72a0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.l-support-payloaddatarow strong,
.l-support-payloadnote strong {
  min-width: 0;
  color: #082760;
  font-weight: 500;
  overflow-wrap: anywhere;
}

.l-support-payloadnote {
  display: grid;
  gap: 6px;
  padding: 9px 10px;
  border: 1px solid #edf2fb;
  border-radius: 10px;
  background: #f8fbff;
}

.l-support-payloaddetails {
  padding-top: 2px;
}

.l-support-payloaddetails summary {
  width: fit-content;
  cursor: pointer;
  color: #21457f;
  font-weight: 700;
}

.l-support-payloaddetailsgrid {
  display: grid;
  gap: 10px;
  margin-top: 10px;
}

.l-support-payloadextra {
  display: grid;
  gap: 6px;
  padding: 10px 12px;
  border: 1px dashed #d5e2f7;
  border-radius: 12px;
  background: #fbfdff;
}

.l-support-detailstack > .l-consolecard:first-child {
  gap: 12px;
}

.l-support-subsectiontitle {
  margin: 0;
  color: #19345f;
  font-size: 15px;
  line-height: 1.25;
}

.l-support-event {
  display: grid;
  gap: 6px;
  padding: 10px 12px;
  border: 1px solid #e1e8f7;
  border-radius: 14px;
  background: #fff;
}

.l-support-event.is-internal {
  background: #fff7ec;
  border-color: #f1ddbb;
}

.l-support-eventhead {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
}

.l-support-eventtype {
  min-width: 0;
  color: #0d3268;
  font-size: 13px;
  font-weight: 800;
  overflow-wrap: anywhere;
}

.l-support-eventtime,
.l-support-eventauthor {
  color: #60759a;
  font-size: 12px;
  line-height: 1.35;
}

.l-support-eventtime {
  flex: 0 0 auto;
  white-space: nowrap;
}

.l-support-eventmessage {
  color: #102c5a;
  font-size: 14px;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.l-support-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.l-support-linkrow {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.l-support-select,
.l-support-input,
.l-support-textarea {
  width: 100%;
  min-height: 42px;
  border: 1px solid #cfe0fb;
  border-radius: 12px;
  background: #fff;
  color: #17345f;
  font: inherit;
  padding: 8px 12px;
  box-sizing: border-box;
}

.l-support-textarea {
  min-height: 72px;
  resize: vertical;
}

.l-support-textarea-tall {
  min-height: 128px;
}

.l-support-publiclink {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 10px;
  align-items: center;
}

.l-support-label {
  color: #203968;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
}

.l-support-cellstack {
  display: grid;
  gap: 4px;
}

.l-support-cellline {
  display: grid;
  gap: 2px;
}

.l-support-cellprimary {
  color: #183560;
  font-weight: 700;
}

.l-support-cellsecondary {
  color: #60759a;
  font-size: 12px;
  line-height: 1.35;
}

.l-support-priorityslotlabel {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #45618f;
}

.l-support-priorityblocktitle {
  font-size: 17px;
  line-height: 1.2;
}

.l-support-fieldstack .l-support-fieldstack .l-support-label,
.l-support-repeatcard .l-support-label {
  font-size: 13px;
  font-weight: 700;
}

.l-support-repeatcard .l-support-detailtitle {
  font-size: 14px;
  line-height: 1.2;
}

.l-support-repeatcard .l-support-textarea {
  min-height: 64px;
}

.l-support-detailgrid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.95fr);
  gap: 18px;
}

.l-orgcodev-layout {
  grid-template-columns: minmax(0, 1fr);
}

.l-orgcodev-detail {
  min-width: 0;
}

.l-support-quicklist {
  display: grid;
  gap: 10px;
}

.l-support-requestlink {
  display: grid;
  gap: 5px;
  padding: 14px 16px;
  border: 1px solid #dbe5f8;
  border-radius: 18px;
  background: rgba(255,255,255,0.98);
  color: inherit;
  text-decoration: none;
}

@media (max-width: 1120px) {
  .l-support-detailgrid,
  .l-support-detaillayout {
    grid-template-columns: 1fr;
  }

  .l-support-conversationsidebar {
    position: static;
    max-height: none;
  }

  .l-support-threadtimeline {
    max-height: none;
  }
}

@media (max-width: 720px) {
  .l-support-actiongrid,
  .l-support-publicchoicegrid,
  .l-support-fieldgrid,
  .l-support-publiclink,
  .l-support-payloadcolumns,
  .l-support-payloaddatarow,
  .l-support-threadtabs {
    grid-template-columns: 1fr;
  }

  .l-support-publicintro,
  .l-support-publiccard {
    padding: 18px;
  }

  .l-support-publictitle {
    font-size: 25px;
  }
}
