/* Fixed 16px mobile edging beside the existing 12px category edging.
 * Empty, absolutely positioned backgrounds; no SVG, grid or image elements.
 * Every piece is clipped inside the already bounded mobile frame container.
 */
@media (max-width: 900px), (hover: none) and (pointer: coarse) {
 html body.tcg-obsidian .hero #homePromotionStage > .obsidian-mobile-billboard-image {
  inset: -7px !important; background: none !important; overflow: hidden !important;
 }
 html body.tcg-obsidian .hero #homePromotionStage > .obsidian-mobile-billboard-image > .obf-piece {
  display: block !important; position: absolute !important;
  width: 16px !important; height: 16px !important;
  min-width: 0 !important; min-height: 0 !important; max-width: none !important; max-height: none !important;
  margin: 0 !important; padding: 0 !important; border: 0 !important; border-radius: 0 !important;
  box-sizing: border-box !important; overflow: hidden !important;
  background-image: url('/assets/obsidian_v1/crystal-frame.png') !important;
  background-repeat: no-repeat !important; background-size: 200.464516px 92.457143px !important;
  transform: none !important; filter: none !important; animation: none !important; pointer-events: none !important;
 }
 html body.tcg-obsidian .hero #homePromotionStage .obf-tl { top: 0 !important; left: 0 !important; background-position: left top !important; }
 html body.tcg-obsidian .hero #homePromotionStage .obf-tr { top: 0 !important; right: 0 !important; background-position: right top !important; }
 html body.tcg-obsidian .hero #homePromotionStage .obf-bl { bottom: 0 !important; left: 0 !important; background-position: left bottom !important; }
 html body.tcg-obsidian .hero #homePromotionStage .obf-br { bottom: 0 !important; right: 0 !important; background-position: right bottom !important; }
 html body.tcg-obsidian .hero #homePromotionStage > .obsidian-mobile-billboard-image > :is(.obf-top, .obf-bottom) {
  left: 16px !important; width: calc(100% - 32px) !important; background-size: 118.995098% 92.457143px !important;
 }
 html body.tcg-obsidian .hero #homePromotionStage .obf-top { top: 0 !important; background-position: center top !important; }
 html body.tcg-obsidian .hero #homePromotionStage .obf-bottom { bottom: 0 !important; background-position: center bottom !important; }
 html body.tcg-obsidian .hero #homePromotionStage > .obsidian-mobile-billboard-image > :is(.obf-left, .obf-right) {
  top: 16px !important; height: calc(100% - 32px) !important; background-size: 200.464516px 152.930057% !important;
 }
 html body.tcg-obsidian .hero #homePromotionStage .obf-left { left: 0 !important; background-position: left center !important; }
 html body.tcg-obsidian .hero #homePromotionStage .obf-right { right: 0 !important; background-position: right center !important; }
}
