/* Albi Puna — public site (Apple-minimal) */
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap");

:root {
  --pub-bg: #f5f5f7;
  --pub-surface: #ffffff;
  --pub-ink: #1d1d1f;
  --pub-muted: #6e6e73;
  --pub-soft: #f5f5f7;
  --pub-line: #e5e5ea;
  --pub-red: #c8102e;
  --pub-red-dark: #9f0d24;
  --pub-red-soft: #fce8eb;
  --pub-max: 680px;
  --pub-radius: 16px;
  --pub-radius-sm: 12px;
  --pub-shadow: 0 1px 2px rgba(0, 0, 0, 0.04), 0 4px 16px rgba(0, 0, 0, 0.04);
  --pub-font: "Plus Jakarta Sans", "Segoe UI", sans-serif;
}

body.pub-shell {
  font-family: var(--pub-font);
  background: var(--pub-bg) !important;
  color: var(--pub-ink);
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: -0.011em;
}

.pub-shell .container-scroller,
.pub-shell .container.full-width,
.pub-shell .main-panel,
.pub-shell .content-wrapper {
  background: transparent !important;
  width: 100%;
  max-width: none;
  margin: 0 !important;
  padding: 0 !important;
}

.pub-shell .container-scroller {
  min-height: 100vh;
  display: flex !important;
  flex-direction: column;
}

.pub-shell .card {
  background: transparent;
  border: 0;
  box-shadow: none;
}
.pub-shell .card-body { padding: 0; }
.pub-shell .grid-margin { margin: 0 !important; }
.pub-shell .navbar-brand-wrapper { display: none !important; }

/* ——— Header ——— */
.pub-header {
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: saturate(1.2) blur(12px);
  -webkit-backdrop-filter: saturate(1.2) blur(12px);
  border-bottom: 1px solid var(--pub-line);
  position: sticky;
  top: 0;
  z-index: 200;
  flex-shrink: 0;
}

.pub-header--landing {
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid var(--pub-line);
  backdrop-filter: saturate(1.2) blur(12px);
  -webkit-backdrop-filter: saturate(1.2) blur(12px);
  position: sticky;
  top: 0;
}

.pub-header__inner {
  max-width: var(--pub-max);
  margin: 0 auto;
  padding: 0.7rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  gap: 0.75rem;
}

.pub-header--landing .pub-header__inner {
  justify-content: center;
  padding: 0.85rem 1.25rem;
}

.pub-header--landing .pub-header__brand--center {
  background: transparent;
  padding: 0;
  border-radius: 0;
  max-width: 200px;
  box-shadow: none;
}

.pub-header--company .pub-header__inner {
  justify-content: space-between;
}

.pub-header__brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none !important;
  flex-shrink: 0;
  max-width: 180px;
  transition: opacity 0.15s ease;
}
.pub-header__brand:hover { opacity: 0.85; }

.pub-header__brand--center {
  max-width: 200px;
}
.pub-header__brand--center img {
  height: 40px !important;
  max-height: 40px !important;
  max-width: 180px !important;
}

.pub-header__brand--end {
  margin-left: auto;
}

.pub-header__back {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: var(--pub-muted) !important;
  font-weight: 600;
  font-size: 0.84rem;
  text-decoration: none !important;
  min-width: 0;
  max-width: calc(100% - 100px);
}
.pub-header__back span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pub-header__back:hover {
  color: var(--pub-red) !important;
}
.pub-header__back svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.pub-header__brand img,
.pub-shell .pub-header img {
  height: 34px !important;
  width: auto !important;
  max-height: 34px !important;
  max-width: 160px !important;
  display: block !important;
  object-fit: contain;
}

.pub-header__titles { display: none; }

/* ——— Main ——— */
.pub-main {
  max-width: var(--pub-max);
  width: 100%;
  margin: 0 auto;
  padding: 1.35rem 1.25rem 2.25rem;
  flex: 1 0 auto;
}

.pub-shell--landing .pub-main {
  padding-top: 1.15rem;
}

/* ——— Landing red banner (boxed) ——— */
.pub-banner {
  position: relative;
  margin: 0 0 1.15rem;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  background: linear-gradient(145deg, #c8102e 0%, #9f0d24 55%, #7a0a1c 100%);
  color: #fff;
  min-height: 0;
  border-radius: 20px;
  box-shadow: 0 10px 28px rgba(200, 16, 46, 0.18);
}

.pub-banner__art {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.pub-banner__art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
  display: block;
  opacity: 0.95;
}

.pub-banner__inner {
  position: relative;
  z-index: 1;
  max-width: none;
  margin: 0;
  padding: 1.5rem 1.35rem 1.4rem;
}

.pub-banner__eyebrow {
  margin: 0 0 0.4rem;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.78);
}

.pub-banner__title {
  margin: 0 0 0.35rem;
  font-size: clamp(1.65rem, 4vw, 2rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: #fff;
}

.pub-banner__sub {
  margin: 0 0 1rem;
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.88);
  max-width: 28rem;
}

.pub-banner-search {
  display: flex;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  height: 46px;
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  border: 0;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}

.pub-banner-search__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  flex: 0 0 42px;
  color: var(--pub-muted);
}
.pub-banner-search__icon svg {
  width: 16px;
  height: 16px;
}

.pub-banner-search__input {
  flex: 1 1 auto;
  min-width: 0;
  border: 0 !important;
  outline: none !important;
  box-shadow: none !important;
  background: transparent !important;
  font-family: inherit;
  font-size: 0.92rem;
  color: var(--pub-ink);
  padding: 0 1rem 0 0;
}

.pub-banner-search__input::placeholder {
  color: #aeaeb2;
}

.pub-results {
  margin-top: 0.15rem;
}

.pub-results__head {
  margin: 0 0 0.65rem;
}

.pub-results__status {
  margin: 0;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--pub-muted);
  letter-spacing: -0.01em;
}

.pub-suggest-section {
  margin: 0 0 1.15rem;
}

.pub-suggest-section:last-child {
  margin-bottom: 0;
}

.pub-suggest-section__title {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  margin: 0 0 0.55rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--pub-muted);
}

.pub-suggest-section__title svg {
  width: 14px;
  height: 14px;
  color: var(--pub-red);
}

.pub-suggest-section__count {
  font-weight: 600;
  color: #aeaeb2;
  letter-spacing: 0;
  text-transform: none;
}

.pub-job-stack--suggest {
  margin-top: 0;
}

/* ——— Hero (company page) ——— */
.pub-hero {
  margin: 0 0 0.85rem;
}

.pub-hero--compact {
  margin-bottom: 0.75rem;
}

.pub-hero__eyebrow {
  margin: 0 0 0.35rem;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--pub-red);
}

.pub-hero__title {
  font-size: clamp(1.45rem, 3.5vw, 1.75rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.2;
  margin: 0 0 0.25rem;
  color: var(--pub-ink);
}

.pub-hero__sub {
  margin: 0;
  color: var(--pub-muted);
  font-size: 0.92rem;
  font-weight: 500;
  line-height: 1.4;
  max-width: 32rem;
}

.pub-back {
  display: none;
}

/* ——— Company grid ——— */
.pub-company-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.55rem;
}

@media (min-width: 700px) {
  .pub-company-grid {
    grid-template-columns: 1fr 1fr;
    gap: 0.6rem;
  }
}

.pub-company-card {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.85rem 0.9rem;
  background: var(--pub-surface);
  border: 1px solid var(--pub-line);
  border-radius: var(--pub-radius);
  box-shadow: none;
  text-decoration: none !important;
  color: inherit !important;
  transition: background 0.15s ease, border-color 0.15s ease;
  -webkit-tap-highlight-color: transparent;
}

.pub-company-card:hover {
  background: #fafafa;
  border-color: #d2d2d7;
  transform: none;
  box-shadow: none;
}

.pub-company-card:active {
  background: var(--pub-soft);
}

.pub-company-card__mark {
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  border-radius: 11px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  background: var(--pub-red-soft);
  color: var(--pub-red);
  overflow: visible;
  box-sizing: border-box;
}

.pub-company-card__mark:has(img),
.pub-company-card__mark--logo {
  background: transparent;
  padding: 0;
}

.pub-company-card__mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
}

.pub-company-card__body {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}

.pub-company-card__name {
  font-size: 0.98rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--pub-ink);
  line-height: 1.25;
}

.pub-company-card__count {
  font-size: 0.8rem;
  font-weight: 500;
  color: var(--pub-muted);
}

.pub-company-card__go {
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: #aeaeb2;
  transition: color 0.15s ease;
}

.pub-company-card__go svg {
  width: 18px;
  height: 18px;
}

.pub-company-card:hover .pub-company-card__go {
  background: transparent;
  color: var(--pub-red);
}

/* ——— Filters ——— */
.pub-filters {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
}

.pub-filters__search {
  flex: 1 1 0;
  min-width: 0;
}

.pub-search {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: stretch !important;
  width: 100%;
  height: 42px;
  margin: 0;
  border: 1px solid var(--pub-line);
  border-radius: var(--pub-radius-sm);
  background: var(--pub-surface);
  box-shadow: none;
  overflow: hidden;
}
.pub-search:focus-within {
  border-color: #c7c7cc;
  box-shadow: 0 0 0 3px rgba(200, 16, 46, 0.08);
}
.pub-search__icon {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  flex: 0 0 40px;
  width: 40px;
  color: var(--pub-muted);
  background: transparent;
}
.pub-search__icon svg {
  width: 16px;
  height: 16px;
}
.pub-search__input {
  flex: 1 1 auto !important;
  min-width: 0 !important;
  width: 100% !important;
  height: 42px !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  padding: 0 0.85rem 0 0 !important;
  font-size: 0.9rem;
  font-family: inherit;
  color: var(--pub-ink);
  outline: none !important;
}
.pub-search__input:focus {
  outline: none !important;
  box-shadow: none !important;
}

.pub-filters__actions {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.4rem;
  align-items: stretch;
  flex: 0 0 auto;
}

.pub-filters__actions .dropdown {
  flex: 0 0 auto;
}

.pub-btn {
  height: 42px;
  border-radius: var(--pub-radius-sm) !important;
  border: 1px solid var(--pub-line);
  background: var(--pub-surface);
  color: #3a3a3c;
  font-size: 0.84rem;
  font-weight: 600;
  font-family: inherit;
  padding: 0 0.85rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  text-decoration: none !important;
  box-shadow: none;
  cursor: pointer;
  white-space: nowrap;
  line-height: 1;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.pub-btn:hover,
.pub-btn:focus {
  background: #fafafa;
  border-color: #d2d2d7;
  color: var(--pub-ink);
  box-shadow: none;
}

.pub-btn svg {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
}

.pub-btn--primary {
  background: var(--pub-red) !important;
  border-color: var(--pub-red) !important;
  color: #fff !important;
  box-shadow: none;
}

.pub-btn--primary:hover,
.pub-btn--primary:focus {
  background: var(--pub-red-dark) !important;
  border-color: var(--pub-red-dark) !important;
  color: #fff !important;
}

.pub-btn--icon {
  width: 42px;
  padding: 0;
  color: var(--pub-muted);
}

.pub-btn--icon:hover {
  color: var(--pub-red);
}

.pub-btn--ghost {
  background: transparent !important;
  border-color: transparent !important;
  color: var(--pub-muted) !important;
  box-shadow: none !important;
  padding: 0 0.5rem;
}

.pub-btn--link {
  background: transparent !important;
  border: 0 !important;
  color: var(--pub-red) !important;
  font-weight: 600;
  height: auto;
  padding: 0.25rem 0;
  box-shadow: none !important;
}

/* ——— Job stack ——— */
.pub-job-stack {
  display: flex;
  flex-direction: column;
  gap: 0;
  background: var(--pub-surface);
  border: 1px solid var(--pub-line);
  border-radius: var(--pub-radius);
  overflow: hidden;
}

.pub-job-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.85rem;
  padding: 0.95rem 1rem;
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--pub-line);
  border-radius: 0;
  box-shadow: none;
  text-decoration: none !important;
  color: inherit !important;
  transition: background 0.12s ease;
  -webkit-tap-highlight-color: transparent;
}

.pub-job-card:last-child {
  border-bottom: 0;
}

.pub-job-card:hover {
  transform: none;
  box-shadow: none;
  border-color: transparent;
  background: #fafafa;
}

.pub-job-card__main {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.pub-job-card__title {
  font-size: 0.98rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--pub-ink);
  line-height: 1.3;
}

.pub-job-card__meta {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 0.78rem;
  font-weight: 500;
  color: var(--pub-muted);
}

.pub-job-card__meta svg {
  width: 13px;
  height: 13px;
  opacity: 0.7;
}

.pub-job-card__cta {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.4rem 0.7rem;
  border-radius: 9px;
  background: var(--pub-red-soft);
  color: var(--pub-red);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  transition: background 0.15s ease;
}

.pub-job-card__cta svg {
  width: 14px;
  height: 14px;
}

.pub-job-card:hover .pub-job-card__cta {
  background: #f8d4da;
}

.pub-pagination {
  display: flex;
  justify-content: center;
  padding-top: 1rem;
}

.pub-empty-card {
  background: var(--pub-surface);
  border: 1px solid var(--pub-line);
  border-radius: var(--pub-radius);
  box-shadow: none;
  padding: 1.75rem 1.15rem;
}

.pub-empty {
  padding: 0.25rem;
  text-align: center;
  color: var(--pub-muted);
  font-size: 0.9rem;
  font-weight: 500;
  margin: 0;
}

.pub-footer {
  max-width: none;
  width: 100%;
  margin: auto 0 0;
  padding: 1rem 1rem 1.35rem;
  color: #aeaeb2;
  font-size: 0.75rem;
  font-weight: 500;
  text-align: center;
  flex-shrink: 0;
  background: transparent;
}

.pub-dropdown .dropdown-menu {
  border-radius: var(--pub-radius-sm);
  border: 1px solid var(--pub-line);
  padding: 0.3rem;
  min-width: 12rem;
  box-shadow: var(--pub-shadow);
  margin-top: 0.3rem !important;
}

.pub-dropdown .dropdown-item {
  font-size: 0.84rem;
  font-weight: 500;
  padding: 0.5rem 0.7rem;
  border-radius: 8px;
}

.pub-dropdown .dropdown-item.active {
  background: var(--pub-red-soft);
  color: var(--pub-red-dark);
}

/* ——— Legacy panel (apply / other pages) ——— */
.pub-panel {
  background: var(--pub-surface);
  border-radius: var(--pub-radius);
  border: 1px solid var(--pub-line);
  box-shadow: none;
  overflow: hidden;
}

.pub-panel__body {
  padding: 1.35rem 1.35rem 1.5rem;
}

.pub-page-title {
  margin: 0 0 1rem;
}

.pub-page-title h1 {
  font-size: 1.55rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  margin: 0 0 0.3rem;
  color: var(--pub-ink);
}

.pub-page-title p {
  margin: 0;
  color: var(--pub-muted);
  font-size: 0.95rem;
  font-weight: 500;
}

/* ——— Apply form ——— */
.pub-main:has(.pub-apply) {
  max-width: 980px;
}

.pub-apply .form-group label,
.pub-apply .card-title {
  font-weight: 600;
  font-size: 0.9rem;
}

@media (min-width: 576px) {
  .pub-apply .form-group.row > .col-form-label {
    white-space: nowrap;
    overflow: visible;
  }
}

.pub-apply .btn-primary {
  background: var(--pub-red) !important;
  border-color: var(--pub-red) !important;
  border-radius: 12px !important;
  font-weight: 600;
  padding: 0.65rem 1.25rem;
}

.pub-apply .btn-primary:hover {
  background: var(--pub-red-dark) !important;
  border-color: var(--pub-red-dark) !important;
}

.pub-apply .form-control,
.pub-apply .custom-select,
.pub-apply select.form-control {
  border-radius: 12px;
  border-color: #d1d5db;
  font-size: 0.95rem;
  min-height: 44px;
  font-family: inherit;
}

.pub-apply .form-control:focus {
  border-color: rgba(200, 16, 46, 0.45);
  box-shadow: 0 0 0 3px rgba(200, 16, 46, 0.12);
}

.pub-apply hr {
  border: 0;
  border-top: 1px solid var(--pub-line);
  margin: 1.25rem 0;
}

.pub-job-desc {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #4b5563;
}

.pub-job-desc img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}

/* ——— Responsive ——— */
@media (max-width: 700px) {
  .pub-header__inner {
    padding: 0.65rem 1rem;
  }

  .pub-header--landing .pub-header__inner {
    padding: 0.85rem 1rem;
  }

  .pub-header__brand img {
    height: 30px !important;
    max-height: 30px !important;
  }

  .pub-header__brand--center img {
    height: 36px !important;
    max-height: 36px !important;
  }

  .pub-header__back span {
    font-size: 0.8rem;
  }

  .pub-main {
    padding: 1.1rem 1rem 1.85rem;
  }

  .pub-shell--landing .pub-main {
    padding-top: 0.95rem;
  }

  .pub-banner__inner {
    padding: 1.25rem 1.1rem 1.2rem;
  }

  .pub-banner {
    border-radius: 16px;
    min-height: 0;
  }

  .pub-hero__title {
    font-size: 1.4rem;
  }

  .pub-company-card {
    padding: 0.8rem 0.85rem;
  }

  .pub-company-card__mark {
    width: 44px;
    height: 44px;
    flex-basis: 44px;
    border-radius: 10px;
  }

  .pub-job-card {
    flex-direction: row;
    align-items: center;
    gap: 0.75rem;
    padding: 0.9rem 0.95rem;
  }

  .pub-job-card__cta {
    align-self: auto;
    justify-content: center;
  }

  .pub-filters {
    flex-wrap: nowrap;
  }

  .pub-filters__search {
    flex: 1 1 0;
    width: auto;
    min-width: 0;
  }

  .pub-filters__actions {
    width: auto;
    flex: 0 0 auto;
  }

  .pub-filters__actions .dropdown {
    flex: 0 0 auto;
  }

  .pub-filters__actions .dropdown .pub-btn {
    width: auto;
    max-width: 42vw;
  }

  .pub-filters__actions .dropdown .pub-btn span {
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .pub-panel__body {
    padding: 1.1rem 1rem 1.25rem;
  }

  .pub-apply .col-md-6,
  .pub-apply .col-md-4,
  .pub-apply .col-md-3,
  .pub-apply .col-sm-6,
  .pub-apply .col-sm-12,
  .pub-apply [class*="col-"] {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .pub-apply .d-flex.flex-wrap {
    flex-direction: column;
    align-items: stretch !important;
  }

  .pub-apply .d-flex.flex-wrap .btn {
    width: 100%;
    justify-content: center;
  }
}

/* ——— Status / success page ——— */
.pub-status-page {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem 1rem;
  background: var(--pub-bg);
}

.pub-status {
  width: 100%;
  max-width: 440px;
}

.pub-status__card {
  background: #fff;
  border-radius: 20px;
  border: 1px solid var(--pub-line);
  box-shadow: var(--pub-shadow);
  overflow: hidden;
  text-align: center;
}

.pub-status__brand {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  padding: 1.35rem 1.35rem 0.25rem;
  line-height: 0;
}

.pub-status__brand img {
  width: auto;
  max-width: 168px;
  height: auto;
  max-height: 48px;
  object-fit: contain;
  object-position: center;
  display: block;
}

.pub-status__body {
  padding: 1rem 1.35rem 1.4rem;
}

.pub-status__icon {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0.85rem;
}

.pub-status__icon--ok {
  background: #111;
  color: #fff;
}

.pub-status__icon--error {
  background: #fde8ea;
  color: #c82333;
}

.pub-status__title {
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  margin: 0 0 0.55rem;
  color: var(--pub-ink);
}

.pub-status__message {
  margin: 0 0 0.25rem;
  font-size: 0.95rem;
  line-height: 1.45;
  color: var(--pub-ink);
  font-weight: 500;
}

.pub-status__message.is-ok { color: var(--pub-ink); }
.pub-status__message.is-error { color: #c82333; }

.pub-status__hint {
  margin: 0 0 1.35rem;
  font-size: 0.9rem;
  line-height: 1.45;
  color: var(--pub-muted);
}

.pub-status__actions {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.55rem;
  width: 100%;
}

.pub-status__actions .pub-btn {
  display: flex;
  width: 100%;
  max-width: 100%;
  flex: 0 0 auto;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 44px;
  padding: 0.7rem 1rem;
  white-space: normal;
  text-align: center;
  line-height: 1.25;
}

.pub-status__actions .pub-btn--primary {
  background: var(--pub-red);
  border-color: var(--pub-red);
  color: #fff;
}

.pub-status__actions .pub-btn--primary:hover {
  background: var(--pub-red-dark);
  border-color: var(--pub-red-dark);
  color: #fff;
}

@media (max-width: 480px) {
  .pub-status__card {
    border-radius: 16px;
  }

  .pub-status__brand {
    padding: 1rem 1.15rem;
  }

  .pub-status__brand img {
    max-width: 140px;
    max-height: 42px;
  }
}

/* Keep old list helpers harmless if used elsewhere */
.pub-list { margin: 0; padding: 0; }
.pub-list__head { display: none; }
