
/* V17.1 — Location article mobile safety layer */
.pvb-location-article,
.pvb-location-article *,
.pvb-location-content,
.pvb-location-content *,
.entry-content,
.entry-content * {
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

.pvb-location-article,
.pvb-location-content,
.entry-content {
  width: 100%;
  overflow-x: hidden;
  overflow-wrap: anywhere;
  word-break: normal;
}

.pvb-location-article img,
.pvb-location-content img,
.entry-content img,
.pvb-location-article iframe,
.pvb-location-content iframe,
.entry-content iframe,
.pvb-location-article video,
.pvb-location-content video,
.entry-content video {
  max-width: 100% !important;
  width: auto;
  height: auto;
}

.pvb-location-article table,
.pvb-location-content table,
.entry-content table {
  display: block;
  width: 100% !important;
  max-width: 100% !important;
  overflow-x: auto;
  white-space: normal;
}

.pvb-location-article pre,
.pvb-location-content pre,
.entry-content pre {
  max-width: 100%;
  overflow-x: auto;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}

.pvb-location-article a,
.pvb-location-content a,
.entry-content a {
  overflow-wrap: anywhere;
}

@media (max-width: 767px) {
  .pvb-location-article,
  .pvb-location-content,
  .entry-content {
    padding-left: 14px;
    padding-right: 14px;
    font-size: 16px;
    line-height: 1.8;
  }

  .pvb-location-article h1,
  .pvb-location-article h2,
  .pvb-location-article h3,
  .pvb-location-content h1,
  .pvb-location-content h2,
  .pvb-location-content h3,
  .entry-content h1,
  .entry-content h2,
  .entry-content h3 {
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: normal;
  }
}
