@charset "utf-8";
/* CSS Document */

.ict-dedicated-footer {
    background-color: #000000 !important;
    color: #ffffff;
    text-align: left !important;
}

.ict-dedicated-footer .columns,
.ict-dedicated-footer .ict-list,
.ict-dedicated-footer .footer-column-content,
.ict-dedicated-footer-column-1 {
    text-align: left !important;
    justify-content: flex-start !important;
    align-items: flex-start !important;
}

.ict-dedicated-footer .ict-list {
    display: block !important; /* switch from inline block if needed */
    margin-left: 0;
    padding-left: 0;
}

#teconsent { text-align: right; }
#teconsent {
    position: fixed;
    bottom: 0px;
    right: 0px;
    z-index: 900;
}

#consent_blackbar {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1000;
}

.headermenu {
  display: none !important;
}

/* =========================
   Responsive hero image swap (shared)
   Uses CSS variables with sensible defaults (Page 1).
   Page 2 overrides are applied via a CLASS on the same container.
   ========================= */

/* Reset .ict-image so it doesn’t force aspect ratios */
.ict-image {
  all: unset;
  display: block !important;
  text-align: center;   /* optional, helps center image */
}

/* Defaults for Page 1 (desktop & mobile) */
.ict-image.QR-banner {
  --hero-desktop: url("/137096913/Handler/Picture/GU/F/Molson%20Coors/Carling/CAR%20X%20UMBRO%20Retro%20Fleece%20On%20Pack%20152x38%20SBar%20AW%20-%20v2.png");
  --hero-mobile:  url("/938747066/Handler/Picture/GU/F/Molson%20Coors/Carling/CAR%20X%20UMBRO%20Retro%20Fleece%20On%20Pack%20POS%20A3P%20KV%20AW%20-%20v2-min.png");
}

/* Page 2 override via CLASS on the container:
   <div class="ict-image image is-as-image scratchcard-banner"> ... */
.ict-image.scratchcard-banner {
  --hero-desktop: url("/-299039149/Handler/Picture/GU/F/Molson%20Coors/Carling/7935-2CARFleeceUpdatedAssets452x1796pxL.jpg");
  --hero-mobile:  url("/-201177920/Handler/Picture/GU/F/Molson%20Coors/Carling/7935-1CARFleeceUpdatedAssets4961x3508pxP.jpg");
}

/* Page 3 override via CLASS on the container:
   <div class="ict-image image is-as-image scratchcard-banner"> ... */
.ict-image.CarlingGrassroots-banner {
  --hero-desktop: url("/-203360309/Handler/Picture/GU/F/Molson Coors//Carling//Grassroots//2026//18700-2 CAR Grassroots Bespoke Assets Digi Banner 1024x480px 1.jpg");
  --hero-mobile:  url("/-203360309/Handler/Picture/GU/F/Molson Coors//Carling//Grassroots//2026//18700-2 CAR Grassroots Bespoke Assets Digi Banner 1024x480px 1.jpg");
}

/* Make the <img> behave responsively and consume the variables */
.ict-image img {
  width: 100% !important;
  height: auto !important;
  display: block !important;
  margin: 0 auto;
  content: var(--hero-desktop) !important; /* ensure we override any default */
}

/* Mobile swap */
@media (max-width: 768px) {
  .ict-image img {
    content: var(--hero-mobile) !important;
  }
}

section.Footer {
  color: white;
}

section.Footer a {
  color: white;
  text-decoration: none;
}

section.Footer a:hover {
  text-decoration: underline;
}

/* Apply fix for Footer on Grassroots */
/* Let the Formaloo container grow with its content */
.formaloo--root-container[data-form-slug="FQ2W3rX3"] {
  height: auto !important;
  min-height: 750px;          /* keep the original minimum height if you want */
}

/* (Optional) only enforce this on mobile if you prefer */
@media (max-width: 768px) {
  .formaloo--root-container[data-form-slug="FQ2W3rX3"] {
    height: auto !important;
  }
}

/* Limit size of social icons on the success page */
.formaloo__success-page a img {
  width: auto !important;      /* override any inherit/100% */
  max-width: 60px !important;  /* adjust to taste */
  height: auto !important;
  margin: 0 6px;               /* optional spacing between icons */
  display: inline-block;
}

/* Hide Pub Location Brand Dropdown */
.strmpr-dropdown-options { 
display: none !important;
}

/* ######################################### */
/* FA Cup Campaign - Relive Iconic Moments   */
/* Pitch background + 11 cans (CSS only)     */
/* FULL OVERRIDE (robust mobile fit +        */
/* larger cans + latest positioning)         */
/* ######################################### */

/* ================================
   STAGE (green surround / section)
================================== */
body.Carling_FA_Greatest_Moments section.Pitch-Background{
  background-image: none !important;
  background-color: #5f8f0f !important;

  display: grid;
  place-items: center;

  padding: clamp(4px, 1.2vw, 14px) !important;
  margin: 0 !important;

  padding-bottom: max(env(safe-area-inset-bottom), 74px) !important;
  min-height: 0 !important;
}

/* =========================================
   OPTIONAL: reduce title footprint on small mobiles
========================================= */
@media (max-width: 480px){
  body.Carling_FA_Greatest_Moments #phTitle .title{
    font-size: clamp(22px, 6vw, 32px) !important;
    line-height: 1.1 !important;
    margin-bottom: 8px !important;
  }
  body.Carling_FA_Greatest_Moments .page-title{
    margin-bottom: 8px !important;
  }
}

/* =========================================
   PITCH CANVAS (single coordinate system)
========================================= */
body.Carling_FA_Greatest_Moments section.Pitch-Background > .container{
  position: relative;

  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;

  aspect-ratio: 136 / 209;

  --reserved-ui: clamp(190px, 26dvh, 320px);

  block-size: min(92dvh, calc(100dvh - var(--reserved-ui)));
  inline-size: min(96vw, calc(min(92dvh, calc(100dvh - var(--reserved-ui))) * (136 / 209)));

  max-inline-size: 96vw;
  max-block-size: min(92dvh, calc(100dvh - var(--reserved-ui)));

  background-image: url(/carlingprizedraw/CF/Scales/GetFile?identifier=0e85ed67-d7cd-42e9-84cb-c48ba5e5ee1d&contextId=106) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;

  container-type: size;
  overflow: visible;
}

/* Small/short screens */
@media (max-height: 820px){
  body.Carling_FA_Greatest_Moments section.Pitch-Background > .container{
    --reserved-ui: clamp(220px, 30dvh, 380px);

    block-size: min(90dvh, calc(100dvh - var(--reserved-ui)));
    inline-size: min(94vw, calc(min(90dvh, calc(100dvh - var(--reserved-ui))) * (136 / 209)));

    max-inline-size: 94vw;
    max-block-size: min(90dvh, calc(100dvh - var(--reserved-ui)));
  }
}

/* Very small screens */
@media (max-height: 700px){
  body.Carling_FA_Greatest_Moments section.Pitch-Background > .container{
    --reserved-ui: clamp(260px, 36dvh, 460px);

    block-size: min(88dvh, calc(100dvh - var(--reserved-ui)));
    inline-size: min(92vw, calc(min(88dvh, calc(100dvh - var(--reserved-ui))) * (136 / 209)));

    max-inline-size: 92vw;
    max-block-size: min(88dvh, calc(100dvh - var(--reserved-ui)));
  }
}

/* ==================================
   Kill Bulma flex/layout influence
=================================== */
body.Carling_FA_Greatest_Moments section.Pitch-Background > .container.content{
  display: block !important;
}

body.Carling_FA_Greatest_Moments section.Pitch-Background .columns{
  position: absolute !important;
  inset: 0 !important;
  margin: 0 !important;
  display: block !important;
}

body.Carling_FA_Greatest_Moments section.Pitch-Background .column.is-12{
  position: relative !important;
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
}

/* Prevent wrappers imposing sizing */
body.Carling_FA_Greatest_Moments section.Pitch-Background .ict-image,
body.Carling_FA_Greatest_Moments section.Pitch-Background .ict-image.image,
body.Carling_FA_Greatest_Moments section.Pitch-Background .is-inline-block{
  width: auto !important;
  max-width: none !important;
}

/* Make wrapper blocks not affect layout */
body.Carling_FA_Greatest_Moments section.Pitch-Background .column.is-12 > .block,
body.Carling_FA_Greatest_Moments section.Pitch-Background .column.is-12 > .block > .is-inline-block{
  margin: 0 !important;
  padding: 0 !important;
  line-height: 0 !important;
  display: contents !important;
}

/* ==================================
   CAN SIZE
=================================== */
body.Carling_FA_Greatest_Moments section.Pitch-Background > .container{
  --can-h: clamp(50px, 14cqh, 140px);
}

@supports not (height: 1cqh){
  body.Carling_FA_Greatest_Moments section.Pitch-Background > .container{
    --can-h: clamp(50px, 10vw, 140px);
  }
}

body.Carling_FA_Greatest_Moments section.Pitch-Background .ict-image img{
  display: block !important;
  height: var(--can-h) !important;
  width: auto !important;
  max-height: var(--can-h) !important;
  max-width: none !important;
}

/* Anchor wrapper */
body.Carling_FA_Greatest_Moments section.Pitch-Background .ict-image a{
  display: inline-block !important;
  line-height: 0 !important;
}

/* Position cans */
body.Carling_FA_Greatest_Moments section.Pitch-Background .Pitch-Can1,
body.Carling_FA_Greatest_Moments section.Pitch-Background .Pitch-Can2,
body.Carling_FA_Greatest_Moments section.Pitch-Background .Pitch-Can3,
body.Carling_FA_Greatest_Moments section.Pitch-Background .Pitch-Can4,
body.Carling_FA_Greatest_Moments section.Pitch-Background .Pitch-Can5,
body.Carling_FA_Greatest_Moments section.Pitch-Background .Pitch-Can6,
body.Carling_FA_Greatest_Moments section.Pitch-Background .Pitch-Can7,
body.Carling_FA_Greatest_Moments section.Pitch-Background .Pitch-Can8,
body.Carling_FA_Greatest_Moments section.Pitch-Background .Pitch-Can9,
body.Carling_FA_Greatest_Moments section.Pitch-Background .Pitch-Can10,
body.Carling_FA_Greatest_Moments section.Pitch-Background .Pitch-Can11{
  position: absolute !important;
  transform: translate(-50%, -50%) !important;
  z-index: 5;
}

/* Tap area helper (non-interactive so it doesn't block links) */
body.Carling_FA_Greatest_Moments section.Pitch-Background .Pitch-Can1::after,
body.Carling_FA_Greatest_Moments section.Pitch-Background .Pitch-Can2::after,
body.Carling_FA_Greatest_Moments section.Pitch-Background .Pitch-Can3::after,
body.Carling_FA_Greatest_Moments section.Pitch-Background .Pitch-Can4::after,
body.Carling_FA_Greatest_Moments section.Pitch-Background .Pitch-Can5::after,
body.Carling_FA_Greatest_Moments section.Pitch-Background .Pitch-Can6::after,
body.Carling_FA_Greatest_Moments section.Pitch-Background .Pitch-Can7::after,
body.Carling_FA_Greatest_Moments section.Pitch-Background .Pitch-Can8::after,
body.Carling_FA_Greatest_Moments section.Pitch-Background .Pitch-Can9::after,
body.Carling_FA_Greatest_Moments section.Pitch-Background .Pitch-Can10::after,
body.Carling_FA_Greatest_Moments section.Pitch-Background .Pitch-Can11::after{
  content: "";
  position: absolute;
  inset: -14px;
  pointer-events: none !important;
}

/* POSITIONS */
body.Carling_FA_Greatest_Moments section.Pitch-Background .Pitch-Can9  { left: 50%;   top: 18%; }
body.Carling_FA_Greatest_Moments section.Pitch-Background .Pitch-Can11 { left: 31.8%; top: 22%; }
body.Carling_FA_Greatest_Moments section.Pitch-Background .Pitch-Can7  { left: 68.2%; top: 22%; }
body.Carling_FA_Greatest_Moments section.Pitch-Background .Pitch-Can10 { left: 50%;   top: 30%; }

body.Carling_FA_Greatest_Moments section.Pitch-Background .Pitch-Can8  { left: 44%; top: 50%; }
body.Carling_FA_Greatest_Moments section.Pitch-Background .Pitch-Can6  { left: 56%; top: 50%; }

body.Carling_FA_Greatest_Moments section.Pitch-Background .Pitch-Can3  { left: 22.8%; top: 66%; }
body.Carling_FA_Greatest_Moments section.Pitch-Background .Pitch-Can2  { left: 77.2%; top: 66%; }

body.Carling_FA_Greatest_Moments section.Pitch-Background .Pitch-Can4  { left: 44%; top: 74%; }
body.Carling_FA_Greatest_Moments section.Pitch-Background .Pitch-Can5  { left: 56%; top: 74%; }

body.Carling_FA_Greatest_Moments section.Pitch-Background .Pitch-Can1  { left: 50%; top: 90%; }
body.Carling_FA_Greatest_Moments section.Pitch-Background .Pitch-Can1{ z-index: 6; }

/* CLICK/TAP reliability */
body.Carling_FA_Greatest_Moments section.Pitch-Background .ict-image a::after{
  content: none !important;
}

body.Carling_FA_Greatest_Moments section.Pitch-Background .ict-image a{
  position: relative !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  padding: 10px;
  margin: -10px;
  cursor: pointer;
  z-index: 10;
}

@media (max-width: 420px), (max-height: 740px){
  body.Carling_FA_Greatest_Moments section.Pitch-Background .ict-image a{
    padding: 7px;
    margin: -7px;
  }
}

body.Carling_FA_Greatest_Moments section.Pitch-Background .Pitch-Can9{ z-index: 6; }
body.Carling_FA_Greatest_Moments section.Pitch-Background .Pitch-Can10{ z-index: 6; }

/* Title (this page only) */
body.Carling_FA_Greatest_Moments #phTitle,
body.Carling_FA_Greatest_Moments #phTitle .page-title{
  text-align: center !important;
  width: 100%;
}

body.Carling_FA_Greatest_Moments #phTitle .page-title .title{
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* =========================================================
   REVEAL (end of FULL CSS)
   Must override PageHeaderContainer guard
========================================================= */

body.Carling_FA_Greatest_Moments section.Pitch-Background .columns{
  opacity: 1 !important;
  pointer-events: auto !important;
}

/* =========================================================
   GUARANTEE REVEAL (iPhone-safe)
   Put this at the END of the full CSS
========================================================= */
body.Carling_FA_Greatest_Moments section.Pitch-Background .columns{
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}

body.Carling_FA_Greatest_Moments section.Pitch-Background
.Pitch-Can1,
body.Carling_FA_Greatest_Moments section.Pitch-Background
.Pitch-Can2,
body.Carling_FA_Greatest_Moments section.Pitch-Background
.Pitch-Can3,
body.Carling_FA_Greatest_Moments section.Pitch-Background
.Pitch-Can4,
body.Carling_FA_Greatest_Moments section.Pitch-Background
.Pitch-Can5,
body.Carling_FA_Greatest_Moments section.Pitch-Background
.Pitch-Can6,
body.Carling_FA_Greatest_Moments section.Pitch-Background
.Pitch-Can7,
body.Carling_FA_Greatest_Moments section.Pitch-Background
.Pitch-Can8,
body.Carling_FA_Greatest_Moments section.Pitch-Background
.Pitch-Can9,
body.Carling_FA_Greatest_Moments section.Pitch-Background
.Pitch-Can10,
body.Carling_FA_Greatest_Moments section.Pitch-Background
.Pitch-Can11{
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}