\
.icuk-checker { margin-bottom: 1.5rem; }
.icuk-addresses { margin-top: 1rem; }
.icuk-results { margin-top: 1.5rem; }
.icuk-messages .alert { margin-top: 1rem; }

.icuk-checker .sppb-btn { margin-left: 0.5rem; }

.icuk-checker .sppb-btn { text-align: center; justify-content: center; }

.icuk-checker .sppb-btn {
  text-align: center;
  justify-content: center;
  white-space: normal;
}

.icuk-checker .icuk-spinner {
  width: 1em;
  height: 1em;
  margin-left: 0.5em;
  border: 2px solid rgba(255,255,255,0.4);
  border-top-color: #fff;
  border-radius: 50%;
  animation: icuk-spin 0.8s linear infinite;
  display: inline-block;
  vertical-align: middle;
}
@keyframes icuk-spin {
  to { transform: rotate(360deg); }
}
.icuk-checker .is-loading .icuk-btn-text {
  opacity: 0.7;
}

.icuk-checker .sppb-btn { display: inline-flex; align-items: center; }

.icuk-card {
  border: 1px solid rgba(0,0,0,0.12);
  border-radius: 6px;
  padding: 0.75rem;
  background: #fff;
}
.icuk-card-title {
  font-weight: 600;
  margin-bottom: 0.75rem;
}
.icuk-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-top: 1rem;
}
@media (min-width: 992px) {
  .icuk-grid { grid-template-columns: 1fr 1fr; }
}
.icuk-matrix th.icuk-tech {
  width: 160px;
  white-space: nowrap;
}
.icuk-pill {
  display: inline-block;
  padding: 0.2rem 0.5rem;
  border-radius: 999px;
  font-size: 0.9em;
  line-height: 1.2;
  border: 1px solid rgba(0,0,0,0.15);
}
.icuk-up { margin-top: 0.25rem; opacity: 0.8; font-size: 0.9em; }
.icuk-notes { white-space: pre-wrap; line-height: 1.35; font-size: 0.95em; }

.icuk-checker .icuk-fa { margin-right: 0.25rem; }

/* Postcode input inline layout */
.icuk-postcode-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.icuk-postcode-input {
  max-width: 140px; /* postcode-sized */
  width: 100%;
  text-transform: uppercase;
}
