/* sarpedon custom styles
–––––––––––––––––––––––––––––––––––––––––– */

.filterbuttons {
  display: flex;
  justify-content: center;
  align-items: baseline;
}

.scoreboard td {
  margin: 0;
  padding: 0;
}

.table td a {
  display: block;
  padding: 16px;
  text-decoration: none;
}

.btn-group a {
  display: block;
  text-decoration: none;
}

.imgheader {
  display: flex;
  justify-content: center;
}

.imgheader h4 {
  margin-right: 1rem;
  display: inline-block;
}

.imgheader input {
  height: 2rem;
}

body {
  background-color: #212529;
  color: white;
}

h1 {
  color: white;
}

h2,
h4,
h6 {
  color: white;
  font-weight: bold;
  text-align: center;
}

p {
  text-align: center;
  color: white;
}

a,
a:hover {
  color: white;
}

nav {
  background-color: #212529 !important;
  color: black;
}

table.table {
  width: 75%;
  margin: auto;
  text-align: center;
}

table.imageTable {
  width: 95%;
}

td {
  cursor: pointer;
}

hr {
  border: 0;
  height: 1px;
  background: #333;
  background-image: linear-gradient(to right, #212529, #fff, #212529);

  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  margin-left: auto;
  margin-right: auto;

  width: 70%;

}

.form-control {
  width: 50%;
  margin: auto;
}

.cmdinput {
  color: yellow;
}

.cmdinput:before {
  content: "root@box > ";
}

.cmdinfo {
  color: cyan;
}

.cmdinfo:before {
  content: "[INFO] ";
}

.cmdoutput {
  color: pink;
}

.light-input {
  background: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  color: #212529 !important;
  padding: 0.375rem 0.75rem;
}

.adjustment-input {
  color-scheme: light;
}

.adjustment-input::-webkit-inner-spin-button,
.adjustment-input::-webkit-outer-spin-button {
  filter: brightness(35%);
  opacity: 1;
}

.leaderboard-shell {
  max-width: 1100px;
  margin: 0 auto;
}

.leaderboard-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  margin: 1.5rem 0 2rem;
}

.leaderboard-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.25rem;
  margin: 1.5rem 0;
}

.leaderboard-card {
  background: #2b3035;
  border: 1px solid #495057;
  border-radius: 0.6rem;
  box-shadow: 0 0.35rem 1rem rgba(0, 0, 0, 0.25);
  overflow: hidden;
}

.leaderboard-card h3 {
  background: #343a40;
  color: #fff;
  font-size: 1.15rem;
  margin: 0;
  padding: 0.9rem 1rem;
  text-align: center;
}

.leaderboard-card table.table {
  margin: 0;
  width: 100%;
}

.leaderboard-card td,
.leaderboard-card th {
  padding: 0.65rem 0.8rem;
}

.leaderboard-card td:first-child,
.leaderboard-card th:first-child {
  width: 4.5rem;
}

.tri-featured-board {
  background: #2b3035;
  border: 2px solid #b8953f;
  border-radius: 0.3rem;
  box-shadow: 0 0 0 1px rgba(184, 149, 63, 0.2);
  margin: 1.5rem auto 2.75rem;
  max-width: 780px;
  overflow: hidden;
}

.tri-featured-header {
  align-items: center;
  background: #343a40;
  border-bottom: 1px solid #b8953f;
  display: flex;
  justify-content: space-between;
  padding: 1.2rem 1.4rem;
}

.tri-featured-header h3 {
  color: #fff;
  font-size: 1.35rem;
  margin: 0.2rem 0 0;
}

.tri-featured-eyebrow {
  color: #d8bb70;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12rem;
}

.tri-featured-mark {
  border: 1px solid #b8953f;
  border-radius: 0.2rem;
  color: #e1c77f;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08rem;
  padding: 0.4rem 0.6rem;
}

table.tri-featured-table {
  margin: 0;
  width: 100%;
}

.tri-featured-table th,
.tri-featured-table td {
  border-top-color: #41484e;
  padding: 0.75rem 1rem;
}

.tri-featured-table tbody tr:nth-child(1) {
  background: rgba(184, 149, 63, 0.2);
  color: #f2dc9e;
  font-weight: 700;
}

.tri-featured-table tbody tr:nth-child(2) {
  background: rgba(176, 184, 191, 0.12);
  font-weight: 600;
}

.tri-featured-table tbody tr:nth-child(3) {
  background: rgba(157, 104, 64, 0.15);
  font-weight: 600;
}

.tri-rank {
  align-items: center;
  border: 1px solid #626a70;
  border-radius: 50%;
  display: inline-flex;
  height: 1.8rem;
  justify-content: center;
  width: 1.8rem;
}

.tri-featured-table tbody tr:nth-child(1) .tri-rank { border-color: #d8b85d; }
.tri-featured-table tbody tr:nth-child(2) .tri-rank { border-color: #b7bec3; }
.tri-featured-table tbody tr:nth-child(3) .tri-rank { border-color: #a86f45; }

.image-board-heading {
  margin: 0 0 1rem;
  text-align: center;
}

.image-board-heading h3 {
  font-size: 1.25rem;
  margin: 0.25rem 0 0;
}

@media (max-width: 520px) {
  .tri-featured-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.75rem;
  }
}

.archive-list {
  display: grid;
  gap: 0.8rem;
  margin: 1.5rem auto;
  max-width: 750px;
}

.archive-item {
  background: #2b3035;
  border: 1px solid #495057;
  border-radius: 0.45rem;
  display: block;
  padding: 1rem 1.2rem;
}

.score-report-shell {
  max-width: 980px;
}

.score-report {
  background: linear-gradient(145deg, #292f35, #202428);
  border: 1px solid #4d5964;
  border-radius: 0.85rem;
  box-shadow: 0 1rem 2.5rem rgba(0, 0, 0, 0.3);
  margin: 2rem auto;
  overflow: hidden;
}

.score-report-header {
  align-items: center;
  background: linear-gradient(120deg, #343a40, #1f5f74);
  display: flex;
  justify-content: space-between;
  padding: 1.5rem 1.75rem;
}

.score-report-header h3,
.score-report-header p {
  margin: 0.2rem 0 0;
  text-align: left;
}

.score-report-label {
  color: #9de2f2;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12rem;
}

.score-report-date {
  color: #d8edf3;
  font-size: 0.85rem;
  text-align: right;
}

.score-report-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, 1fr);
  padding: 1.5rem;
}

.score-tile {
  border-radius: 0.65rem;
  display: flex;
  flex-direction: column;
  min-height: 150px;
  padding: 1.1rem;
  text-align: center;
}

.score-tile span {
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
}

.score-tile strong {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-top: auto;
}

.score-tile small {
  margin-top: auto;
  opacity: 0.8;
}

.score-windows { background: #174d63; }
.score-linux { background: #4e386d; }
.score-pt { background: #705516; }
.score-tri { background: linear-gradient(145deg, #1d6b52, #25598a); }

.score-report-empty {
  background: #2b3035;
  border: 1px solid #495057;
  border-radius: 0.6rem;
  margin: 2rem auto;
  padding: 2rem;
  text-align: center;
}

@media (max-width: 800px) {
  .score-report-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 480px) {
  .score-report-grid { grid-template-columns: 1fr; }
  .score-report-header { align-items: flex-start; flex-direction: column; gap: 1rem; }
  .score-report-date { text-align: left; }
}

.report-page-heading {
  margin: 2.25rem 0 1rem;
  text-align: center;
}

.report-page-heading h2 {
  font-size: 2rem;
  margin: 0.35rem 0;
}

.section-eyebrow {
  color: #79c7dc;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14rem;
}

.score-report-professional {
  background: #212529;
  border: 1px solid #495057;
  border-radius: 0.25rem;
  box-shadow: none;
  color: #e5edf1;
  margin: 2rem auto 3rem;
  overflow: hidden;
  position: relative;
}

.score-report-professional::before {
  content: none;
}

.report-header {
  align-items: flex-start;
  background: #343a40;
  border-bottom: 1px solid #495057;
  display: flex;
  justify-content: space-between;
  padding: 1.7rem 2rem;
}

.report-identity h3 {
  color: #fff;
  font-size: 1.65rem;
  margin: 0.35rem 0 0;
}

.report-identity p {
  color: #d8e5eb;
  margin: 0.25rem 0 0;
  text-align: left;
}

.report-meta {
  color: #c1d3dc;
  display: flex;
  flex-direction: column;
  font-size: 0.75rem;
  text-align: right;
}

.report-meta strong {
  color: #fff;
  font-size: 0.92rem;
  margin-top: 0.25rem;
}

.report-summary {
  align-items: stretch;
  background: #212529;
  border-bottom: 1px solid #495057;
  display: block;
}

.tri-summary {
  align-items: center;
  background: #2b3035;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 230px;
  padding: 1.75rem;
  text-align: center;
}

.score-ring {
  height: 138px;
  margin: 0.6rem auto;
  position: relative;
  width: 138px;
}

.score-ring svg {
  filter: none;
  height: 100%;
  transform: rotate(-90deg);
  width: 100%;
}

.score-ring circle {
  fill: none;
  stroke-width: 9;
}

.score-ring-track {
  stroke: rgba(255, 255, 255, 0.18);
}

.score-ring-value {
  stroke: #6fc2d0;
  stroke-dasharray: 314.16;
  stroke-dashoffset: 314.16;
  stroke-linecap: round;
  transition: stroke-dashoffset 0.8s ease;
}

.score-ring-label {
  align-items: center;
  display: flex;
  flex-direction: column;
  inset: 0;
  justify-content: center;
  position: absolute;
}

.score-ring-label strong {
  color: #fff;
  font-size: 2.25rem;
  line-height: 1;
}

.score-ring-label span {
  color: #bfe2eb;
  font-size: 0.72rem;
  margin-top: 0.3rem;
}

.metric-label {
  color: #bfe2eb;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08rem;
}

.tri-score {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1;
  margin: 0.55rem 0;
}

.tri-summary small {
  color: #d8ebf0;
}

.formula-note {
  align-self: center;
  padding: 2rem 2.25rem;
}

.formula-note strong {
  color: #193746;
  font-size: 1rem;
}

.formula-note p {
  color: #1b5368;
  font-size: 1.15rem;
  font-weight: 600;
  margin: 0.6rem 0;
  text-align: left;
}

.formula-note span {
  color: #63727d;
  font-size: 0.85rem;
}

.performance-section {
  padding: 2rem;
}

.performance-heading {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.4rem;
}

.performance-heading h4 {
  color: #f0f5f7;
  font-size: 1.15rem;
  margin: 0.25rem 0 0;
  text-align: left;
}

.performance-heading > span {
  color: #93a3ad;
  font-size: 0.78rem;
}

.performance-grid {
  display: grid;
  gap: 1.25rem 1.5rem;
  grid-template-columns: repeat(2, 1fr);
}

.performance-metric {
  background: #343a40;
  border: 1px solid #495057;
  border-radius: 0.25rem;
  padding: 1rem;
  box-shadow: none;
  transition: border-color 0.2s ease;
}

.performance-metric:hover {
  border-color: #6c757d;
}

.metric-title {
  align-items: baseline;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.7rem;
}

.metric-title span {
  align-items: center;
  color: #cad5db;
  display: flex;
  font-size: 0.86rem;
  font-weight: 600;
}

.metric-icon {
  align-items: center;
  border-radius: 0.2rem;
  color: #fff;
  display: inline-flex;
  font-size: 0.63rem;
  height: 1.65rem;
  justify-content: center;
  margin-right: 0.55rem;
  width: 1.65rem;
}

.icon-windows { background: #3f778b; }
.icon-linux { background: #62577a; }
.icon-pt { background: #8a713d; font-size: 0.55rem; }
.icon-quiz { background: #477464; }

.metric-title strong {
  color: #f3f7f9;
  font-size: 1.25rem;
}

.metric-track {
  background: #11181d;
  border-radius: 999px;
  height: 7px;
  overflow: hidden;
}

.metric-fill {
  border-radius: 999px;
  height: 100%;
  transition: width 0.5s ease;
  width: 0;
}

.metric-windows { background: #5b9caf; }
.metric-linux { background: #8879a3; }
.metric-pt { background: #b89a5b; }
.metric-quiz { background: #65a08a; }

.report-footer {
  background: #343a40;
  border-top: 1px solid #495057;
  color: #93a1aa;
  display: flex;
  font-size: 0.72rem;
  justify-content: space-between;
  padding: 0.8rem 2rem;
}

.publication-manager {
  background: #2b3035;
  border: 1px solid #495057;
  border-radius: 0.6rem;
  margin: 2.5rem 0;
  overflow: hidden;
}

.publication-manager-heading {
  align-items: center;
  background: #343a40;
  display: flex;
  justify-content: space-between;
  padding: 1.1rem 1.25rem;
}

.publication-manager-heading h3 {
  font-size: 1.05rem;
  margin: 0.2rem 0 0;
}

.publication-manager-heading p {
  color: #b8c0c7;
  font-size: 0.78rem;
  margin: 0;
}

.publication-row {
  align-items: center;
  border-top: 1px solid #41484e;
  display: flex;
  justify-content: space-between;
  padding: 1rem 1.25rem;
}

.publication-row small {
  color: #adb5bd;
  display: block;
  margin-top: 0.25rem;
}

.publication-empty {
  color: #adb5bd;
  padding: 1.25rem;
  text-align: center;
}

@media (max-width: 700px) {
  .report-header, .performance-heading, .publication-manager-heading, .publication-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.75rem;
  }
  .report-meta { text-align: left; }
  .report-summary, .performance-grid { grid-template-columns: 1fr; }
  .report-footer { flex-direction: column; gap: 0.3rem; }
}
.announcement-shell { max-width: 900px; padding-top: 2rem; padding-bottom: 3rem; }
.announcement-card { background: #24292e; border: 1px solid #41484e; border-left: 4px solid #4a86e8; border-radius: 6px; margin-bottom: 1rem; padding: 1.4rem 1.5rem; }
.announcement-card time { color: #aeb7c0; display: block; font-size: .82rem; letter-spacing: .03rem; margin-bottom: .55rem; }
.announcement-card h3 { font-size: 1.35rem; margin-bottom: .65rem; }
.announcement-card p { color: #d6dbe0; margin-bottom: .9rem; white-space: pre-wrap; }
.vuln-summary-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:1rem; margin:1.5rem 0; }
.vuln-summary-grid > div { background:#24292e; border:1px solid #41484e; border-radius:6px; padding:1.15rem; }
.vuln-summary-grid strong { display:block; font-size:1.75rem; color:#fff; }
.vuln-summary-grid span { color:#aeb7c0; font-size:.82rem; text-transform:uppercase; letter-spacing:.04rem; }
.vuln-table td { vertical-align:middle; }
@media (max-width: 800px) { .vuln-summary-grid { grid-template-columns:repeat(2,1fr); } }
.report-distributions { border-top:1px solid #41484e; padding:1.5rem; }
.histogram-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:1rem; }
.histogram-card { background:#20252a; border:1px solid #41484e; border-radius:6px; padding:1rem; }
.histogram-card h5 { margin-bottom:1rem; }

/* Round management */
.round-management-page { max-width: 1180px; }
.round-management-page .form-control, .settings-page .form-control { margin:0; width:100%; }
.round-panel { background:#20252a; border:1px solid #41484e; border-radius:7px; margin-bottom:1.5rem; overflow:hidden; }
.round-panel-heading, .round-card-header { align-items:center; background:#272d32; border-bottom:1px solid #41484e; display:flex; justify-content:space-between; padding:1.25rem 1.5rem; }
.round-panel-heading h3, .round-card-header h3 { font-size:1.4rem; margin:0; }
.round-panel-heading p { color:#aeb7c0; margin:0; max-width:520px; text-align:right; }
.round-step { color:#68a0ef; display:block; font-size:.72rem; font-weight:700; letter-spacing:.1rem; margin-bottom:.25rem; }
.round-create-panel > form, .round-card-body { padding:1.5rem; }
.round-fields { display:grid; gap:1rem; }
.round-fields-primary { align-items:end; grid-template-columns:minmax(180px,1.25fr) minmax(180px,1.25fr) minmax(110px,.55fr) minmax(150px,.7fr); }
.round-field label, .round-image-field label { color:#cbd2d8; display:block; font-size:.82rem; font-weight:600; margin-bottom:.4rem; }
.round-checkbox { align-items:center; background:#2b3136; border:1px solid #41484e; border-radius:5px; display:flex; gap:.55rem; min-height:38px; padding:.55rem .75rem; }
.round-checkbox input { margin:0; }
.round-image-grid { display:grid; gap:1rem; grid-template-columns:repeat(4, minmax(0, 1fr)); margin-top:1.25rem; }
.round-image-field { background:#272d32; border:1px solid #3d444a; border-radius:6px; padding:.8rem; }
.round-image-inputs { display:grid; gap:.55rem; grid-template-columns:minmax(0, 1fr) 42px; }
.round-color { background:#fff; border:0; border-radius:4px; cursor:pointer; height:38px; padding:3px; width:42px; }
.round-form-footer { border-top:1px solid #383f45; margin-top:1.25rem; padding-top:1rem; text-align:right; }
.round-extra-section { border-top:1px solid #383f45; margin-top:1.25rem; padding-top:1rem; }
.round-extra-heading { align-items:center; display:flex; gap:1rem; justify-content:space-between; }
.round-extra-heading strong, .round-extra-heading span { display:block; }
.round-extra-heading span { color:#9da7af; font-size:.82rem; margin-top:.2rem; }
.round-extra-grid:empty { display:none; }
.round-extra-image .round-image-inputs { grid-template-columns:minmax(0, 1fr) 42px auto; }
.round-remove-image { flex:0 0 auto; }
.round-global-controls { align-items:center; background:#26313b; border:1px solid #40576c; border-radius:7px; display:flex; justify-content:space-between; margin-bottom:1.5rem; padding:1rem 1.25rem; }
.round-global-controls span { color:#aeb7c0; display:block; font-size:.85rem; margin-top:.2rem; }
.round-button-row { align-items:center; display:flex; flex-wrap:wrap; gap:.5rem; }
.round-button-row form { margin:0; }
.round-card-active { border-color:#3d8b5b; box-shadow:0 0 0 1px rgba(61,139,91,.18); }
.round-card-active .round-card-header { border-top:3px solid #45a66b; padding-top:1.05rem; }
.round-badges { margin-top:.45rem; }
.round-config-form h4, .round-operation-group h4 { color:#cbd2d8; font-size:.78rem; font-weight:700; letter-spacing:.06rem; margin:0 0 .8rem; text-transform:uppercase; }
.round-config-form h4, .round-operation-group h4 { text-align:left; }
.round-operations { border-top:1px solid #41484e; display:grid; gap:0; grid-template-columns:1fr 1.2fr 2fr; margin-top:1.5rem; padding-top:1.25rem; }
.round-operation-group { border-right:1px solid #41484e; min-width:0; padding:0 1.25rem; }
.round-operation-group:first-child { padding-left:0; }
.round-operation-group:last-child { border-right:0; padding-right:0; }
.round-pt-form { display:flex; gap:.5rem; }
.round-pt-form input { max-width:100px; }

/* Settings */
.settings-page { max-width:900px; }
.settings-grid { display:grid; gap:1.5rem; grid-template-columns:2fr 1fr; }
.settings-card { background:#20252a; border:1px solid #41484e; border-radius:7px; padding:1.5rem; }
.settings-card h3 { font-size:1.3rem; margin-bottom:.4rem; text-align:center; }
.settings-card > p { color:#aeb7c0; margin:0 auto 1.25rem; max-width:560px; text-align:center; }
.settings-card label { color:#cbd2d8; font-size:.85rem; font-weight:600; }
.settings-danger-card { display:flex; flex-direction:column; justify-content:center; }
.settings-danger-card form { text-align:center; }
.settings-action { text-align:center; }

@media (max-width: 991px) {
  .round-fields-primary { grid-template-columns:1fr 1fr; }
  .round-image-grid { grid-template-columns:1fr 1fr; }
  .round-operations { grid-template-columns:1fr; }
  .round-operation-group, .round-operation-group:first-child, .round-operation-group:last-child { border-bottom:1px solid #41484e; border-right:0; padding:1rem 0; }
  .round-operation-group:first-child { padding-top:0; }
  .round-operation-group:last-child { border-bottom:0; padding-bottom:0; }
  .settings-grid { grid-template-columns:1fr; }
}
@media (max-width: 575px) {
  .round-panel-heading, .round-card-header, .round-global-controls { align-items:flex-start; flex-direction:column; gap:1rem; }
  .round-panel-heading p { text-align:left; }
  .round-create-panel > form, .round-card-body, .round-panel-heading, .round-card-header { padding:1rem; }
  .round-fields-primary, .round-image-grid { grid-template-columns:1fr; }
  .round-card-header .round-button-row, .round-global-controls .round-button-row { width:100%; }
  .round-card-header .btn, .round-global-controls form, .round-global-controls .btn { flex:1; }
  .round-global-controls form .btn { width:100%; }
  .round-form-footer { text-align:center; }
}
.histogram-plot { display:flex; gap:3px; height:260px; padding:8px 4px 0; }
.histogram-column { display:grid; flex:1; grid-template-rows:18px minmax(0,1fr) 82px; height:100%; min-width:0; }
.histogram-count { align-self:center; color:#d9e6f7; font-size:.72rem; text-align:center; }
.histogram-bar-slot { align-items:flex-end; border-bottom:1px solid #7b848d; display:flex; min-height:0; width:100%; }
.histogram-bar { background:#4a86e8; min-height:2px; width:100%; }
.histogram-label { color:#9ca6af; font-size:.58rem; overflow:visible; position:relative; }
.histogram-label span { position:absolute; right:50%; top:9px; transform:rotate(-45deg); transform-origin:right top; white-space:nowrap; }
.histogram-axis { color:#9ca6af; font-size:.72rem; margin-top:.6rem; text-align:center; }
.admin-dropdown { background:#24292e; border:1px solid #41484e; min-width:14rem; }
.admin-dropdown .dropdown-item { color:#e5e9ed; }
.admin-dropdown .dropdown-item:hover, .admin-dropdown .dropdown-item:focus { background:#343a40; color:#fff; }
.admin-dropdown .dropdown-header { color:#9ca6af; }
.admin-dropdown .dropdown-divider { border-top-color:#41484e; }
@media (max-width: 800px) { .histogram-grid { grid-template-columns:1fr; } }

/* Officer-only vulnerability disclosure */
.vuln-people summary { cursor:pointer; color:#c5e5fa; line-height:1.6; }
.vuln-people summary:focus-visible { outline:2px solid #79c7dc; outline-offset:4px; }
.vuln-people-count { font-size:.7rem; color:#9ca6af; white-space:nowrap; }
.vuln-people-body { background:#1b2127; border-left:2px solid #79c7dc; padding:1rem; margin-top:.75rem; }
.vuln-people-body ul { padding:0; margin:0 0 .5rem; list-style:none; }
.vuln-people-body li { padding:.4rem 0; display:flex; flex-wrap:wrap; gap:1rem; justify-content:space-between; }
.vuln-people-body a { color:#79c7dc; font-family:monospace; }
.vuln-penalties { border-top:1px solid #805047; padding-top:1.5rem; }
[hidden] { display:none !important; }

.vuln-shell .vuln-table { width:100%; text-align:left; }
.vuln-shell .vuln-people-body a { display:inline; padding:0; }

.round-operations.round-operations-icc-single { grid-template-columns:1fr 2fr; }
@media(max-width:991px) { .round-operations.round-operations-icc-single { grid-template-columns:1fr; } }
