.pg-related{max-width:1120px;margin:2.5rem auto 3.5rem;padding:0 1.5rem}
  .pg-related h2{font-family:"Playfair Display",serif;font-weight:700;color:#1a1d2e;font-size:1.4rem;margin:0 0 1.1rem}
  .pg-related__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}
  @media(max-width:820px){.pg-related__grid{grid-template-columns:repeat(2,1fr)}}
  @media(max-width:520px){.pg-related__grid{grid-template-columns:1fr}}
  .pg-related a.pg-chip{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.85rem 1rem;border:1px solid #e5e5e9;border-radius:.85rem;background:#fff;color:#1a1d2e;text-decoration:none;font-weight:600;transition:.2s}
  .pg-related a.pg-chip:hover{border-color:rgba(42,150,165,.5);transform:translateY(-2px);box-shadow:0 5px 14px rgba(0,0,0,.07)}
  .pg-related a.pg-chip span.arr{color:#2a96a5}
  .pg-related__more{margin-top:1rem}
  .pg-related__more a{color:#2a96a5;font-weight:600;text-decoration:none}
  .pg-block{margin-bottom:2.5rem}
  .pg-citylist{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(4,1fr);gap:.15rem .5rem}
  @media(max-width:768px){.pg-citylist{grid-template-columns:repeat(2,1fr)}}
  @media(max-width:480px){.pg-citylist{grid-template-columns:1fr}}
  .pg-citylist a{display:block;padding:.3rem 0;color:#1a1d2e;text-decoration:none;font-size:.9rem}
  .pg-citylist a:hover{color:#2a96a5}
