/* Extracted from keystoneapp/templates/static_pages/blogs/cctv_banks.html */
.bank-cctv-hero {
    background: linear-gradient(135deg, #0f172a 0%, #1d4ed8 58%, #0f766e 100%);
    color: #fff;
  }
  .bank-cctv-hero p,
  .bank-cctv-hero li {
    color: rgba(255, 255, 255, .86);
  }
  .bank-cctv-image {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 18px 46px rgba(15, 23, 42, .22);
  }
  .bank-cctv-card,
  .bank-cctv-zone,
  .bank-cctv-link {
    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);
  }
  .bank-cctv-card {
    position: relative;
    overflow: hidden;
  }
  .bank-cctv-card::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 5px;
    background: linear-gradient(180deg, #dc2626, #1d4ed8);
  }
  .bank-cctv-icon {
    display: inline-flex;
    width: 52px;
    height: 52px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #facc15;
    color: #0f172a;
    font-size: 1.55rem;
    margin-bottom: 1rem;
  }
  .bank-cctv-zone ul {
    padding-left: 1.1rem;
    margin-bottom: 0;
  }
  .bank-cctv-dark {
    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);
  }
  .bank-cctv-dark p,
  .bank-cctv-dark li {
    color: rgba(255, 255, 255, .84);
  }
  .bank-cctv-link {
    display: flex;
    flex-direction: column;
    color: #0f172a;
    text-decoration: none;
    transition: transform .18s ease, box-shadow .18s ease;
  }
  .bank-cctv-link:hover {
    transform: translateY(-4px);
    color: #0f172a;
    box-shadow: 0 18px 42px rgba(15, 23, 42, .13);
  }
  .bank-cctv-link p {
    color: #64748b;
  }
  .bank-cctv-link strong {
    margin-top: auto;
    color: #1d4ed8;
  }

/* Generated classes for former inline style attributes */
/* Inline styles extracted from keystoneapp/templates/static_pages/blogs/cctv_banks.html */
.ktl-inline-d8b88a8b { max-width:850px; }
.ktl-inline-eb113aca { background:#facc15;color:#0f172a; }
.ktl-inline-195038d1 { max-width:780px; }
