/* Small, isolated overrides for the existing SWY theme. */
.swy-page-intro {
  margin: 0 0 20px;
  padding: 16px 18px;
  background: #fff;
  box-sizing: border-box;
}
.swy-page-intro h1 {
  margin: 0 0 12px;
  color: #222;
  font-size: 26px;
  line-height: 1.4;
  overflow-wrap: break-word;
}
.swy-page-intro h1:last-child { margin-bottom: 0; }
.swy-page-intro p { margin: 0 0 12px; line-height: 1.8; }
.swy-breadcrumb { margin-bottom: 12px; font-size: 14px; line-height: 1.8; }
.itemimg .swy-body-image {
  width: 33.33%;
  height: 120px;
  float: left;
  display: block;
  overflow: hidden;
}
.swy-section-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  line-height: 1.8;
}
.swy-section-links a { text-decoration: underline; }
.swy-feed-status {
  clear: both;
  box-sizing: border-box;
  width: 100%;
  padding: 12px;
  text-align: center;
  color: #333;
  background: #f2f2f2;
}
.single .pcd_ad {
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.single .pcd_ad .swy-ad-table {
  width: 100%;
  max-width: 940px;
}
#adr4 img { max-width: 100%; height: auto; }
@media (max-width: 767px) {
  .swy-page-intro { padding: 14px 12px; }
  .swy-page-intro h1 { font-size: 23px; }
  .single .pcd_ad table { width: 100%; max-width: 100%; }
}
@media (max-width: 500px) {
  .itemimg .swy-body-image { height: 80px; }
}
