/* Extracted from keystoneapp/templates/static_pages/access/access_zambia.html */
.access-zambia-hero {
    background: linear-gradient(135deg, #0f172a 0%, #1d4ed8 58%, #0f766e 100%);
  }
  .access-zambia-hero p,
  .access-zambia-hero li {
    color: rgba(255, 255, 255, .86);
  }
  .access-zambia-image {
    aspect-ratio: 4 / 3;
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 18px 46px rgba(15, 23, 42, .22);
  }
  .access-zambia-chip {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    padding: .55rem .8rem;
    border-radius: 8px;
    background: #fff;
    color: #0f172a;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 10px 26px rgba(15, 23, 42, .08);
  }
  .access-zambia-chip:hover {
    color: #1d4ed8;
  }
  .access-info-card,
  .protocol-card,
  .use-card {
    height: 100%;
    padding: 1.5rem;
    border: 1px solid rgba(15, 23, 42, .1);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(15, 23, 42, .08);
  }
  .protocol-card {
    position: relative;
    overflow: hidden;
  }
  .protocol-card::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 5px;
    background: linear-gradient(180deg, #1d4ed8, #0f766e);
  }
  .protocol-icon {
    display: inline-flex;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #facc15;
    color: #0f172a;
    font-size: 1.45rem;
    margin-bottom: 1rem;
  }
  .protocol-card ul,
  .use-card ul {
    padding-left: 1.1rem;
    margin-bottom: 0;
  }
  .photo-panel {
    position: relative;
    min-height: 260px;
    overflow: hidden;
    border-radius: 8px;
    color: #fff;
    background: #0f172a;
    box-shadow: 0 18px 42px rgba(15, 23, 42, .16);
  }
  .photo-panel img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .72;
  }
  .photo-panel-content {
    position: relative;
    z-index: 1;
    display: flex;
    height: 100%;
    min-height: 260px;
    flex-direction: column;
    justify-content: flex-end;
    padding: 1.5rem;
    background: linear-gradient(180deg, rgba(15, 23, 42, .08), rgba(15, 23, 42, .84));
  }
  .product-card {
    display: flex;
    height: 100%;
    flex-direction: column;
    padding: 1.25rem;
    border: 1px solid rgba(15, 23, 42, .1);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(15, 23, 42, .08);
  }
  .product-card img {
    height: 150px;
    width: 100%;
    object-fit: contain;
    margin-bottom: 1rem;
  }
  .choice-table {
    overflow: hidden;
    border: 1px solid rgba(15, 23, 42, .1);
    border-radius: 8px;
    box-shadow: 0 14px 34px rgba(15, 23, 42, .08);
  }
  .choice-table th {
    background: #0f172a;
    color: #fff;
  }
  .keystone-panel {
    border-radius: 8px;
    background: linear-gradient(135deg, #0f172a 0%, #1d4ed8 58%, #0f766e 100%);
    color: #fff;
    box-shadow: 0 18px 42px rgba(15, 23, 42, .16);
  }
  .keystone-panel li {
    margin-bottom: .55rem;
  }

/* Generated classes for former inline style attributes */
/* Inline styles extracted from keystoneapp/templates/static_pages/access/access_zambia.html */
.ktl-inline-2c7bec3e { max-width:820px; }
.ktl-inline-f15a9f74 { background:#facc15;color:#0f172a; }
.ktl-inline-56646823 { max-width:780px; }
