/*
 * CYC Ride UI141 R38V
 * Account Management (G) and Query Records (H) use the same full-size
 * advertisement panel width as the other A-T pages.
 *
 * The R38U blue frame, Local Life heading, Ads API label, media ratio,
 * playback timing and click behavior are intentionally unchanged.
 */
html body.passenger-ui66-beauty #appCard #passengerCategoryPage .ui141-category-ad-frame[data-ad-placement="G"],
html body.passenger-ui66-beauty #appCard #passengerCategoryPage .ui141-category-ad-frame[data-ad-placement="H"] {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  justify-self: stretch !important;
  box-sizing: border-box !important;
}
