/* Extracted from keystoneapp/templates/static_pages/networking/network.html */
.network-nav {
    background: #fff;
    border-bottom: 1px solid rgba(26, 26, 46, .1);
    box-shadow: 0 10px 28px rgba(26, 26, 46, .06);
  }
  .network-nav .container {
    display: flex;
    justify-content: center;
    gap: .75rem;
    overflow-x: auto;
    padding-top: .85rem;
    padding-bottom: .85rem;
  }
  .network-nav a {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    min-height: 40px;
    padding: .55rem 1rem;
    border: 1px solid rgba(26, 26, 46, .1);
    border-radius: 999px;
    background: #f8fafc;
    color: #1A1A2E;
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
    transition: background .18s ease, color .18s ease, transform .18s ease;
  }
  .network-nav a:hover {
    color: #1A1A2E;
    background: rgba(171, 116, 66, .16);
    border-color: rgba(171, 116, 66, .42);
    transform: translateY(-1px);
  }
  .network-image {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 18px 46px rgba(26, 26, 46, .18);
  }
  .network-cabling-card,
  .network-related-card {
    height: 100%;
    border-radius: 8px;
    border: 1px solid rgba(26, 26, 46, .08);
    background: #fff;
    box-shadow: 0 12px 30px rgba(26, 26, 46, .08);
  }
  .network-icon {
    display: inline-flex;
    width: 52px;
    height: 52px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: rgba(171, 116, 66, .14);
    color: #8A5C35;
    font-size: 1.55rem;
    margin-bottom: 1rem;
  }
  .network-cabling-card {
    display: flex;
    gap: .85rem;
    padding: 1rem;
  }
  .network-cabling-card i {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(171, 116, 66, .14);
    color: #8A5C35;
    font-size: 1.2rem;
  }
  .network-related-card {
    display: flex;
    flex-direction: column;
    padding: 1.35rem;
    color: #1A1A2E;
    text-decoration: none;
    transition: transform .18s ease, box-shadow .18s ease;
  }
  .network-related-card:hover {
    transform: translateY(-4px);
    color: #0f172a;
    box-shadow: 0 18px 42px rgba(26, 26, 46, .13);
  }
  .network-related-card strong {
    margin-top: auto;
    color: #8A5C35;
  }
  .network-related-card-with-image {
    overflow: hidden;
    padding: 0;
  }
  .network-related-card-with-image picture,
  .network-related-card-with-image img {
    display: block;
    width: 100%;
  }
  .network-related-card-with-image img {
    height: 190px;
    object-fit: cover;
    object-position: center;
  }
  .network-related-card-with-image .network-icon,
  .network-related-card-with-image h3,
  .network-related-card-with-image p,
  .network-related-card-with-image strong {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
  .network-related-card-with-image .network-icon {
    margin-top: 1.25rem;
  }
  .network-related-card-with-image strong {
    margin-bottom: 1.25rem;
  }
  @media (max-width: 767.98px) {
    .network-nav .container {
      justify-content: flex-start;
    }
    .network-related-card-with-image img {
      height: 170px;
    }
  }

/* Generated classes for former inline style attributes */
/* Inline styles extracted from keystoneapp/templates/static_pages/networking/network.html */
.ktl-inline-8dc2d31f { background:linear-gradient(135deg,#1A1A2E 0%,#16213E 58%,#8A5C35 100%); }
.ktl-inline-f2514b38 { color:rgba(255,255,255,.86); }
.ktl-inline-5781ea95 { max-width:820px; }
.ktl-inline-524cb3a9 { max-width:840px; }
.ktl-inline-abe9c998 { background:#1A1A2E; }
.ktl-inline-19fe748f { max-width:760px;color:rgba(255,255,255,.82); }
