 /* ----- RESET & GLOBAL ----- */
 	:root {
	  --theme:#a7005a;
	  --theme-dark: #690027;
	  --theme-mid: #ef0059;
	  --theme-light: #fff8fa;
	  --theme2:#e95000;
	  --theme2-light:#fdebe1;
	  --head: #bc004b;
	  --gold: #e8a838;
	  --text: #494949;
	  --text2: #6c757d;
	  --white:#fff;
	  --transition:all 0.5s ease 0s;
	}

    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }
	html { scroll-behavior: smooth; }
    body {
      background: url('../images/mothers-day-bg.jpg') 50% no-repeat fixed var(--theme-light);
      background-size: cover;
      font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
      line-height: 1.5;
      font-size: 1rem;
      color:var(--text);
    }
    .container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 16px;
      width: 100%;
    }
    /* ----- TYPOGRAPHY ----- */
	h1, h2, .h2, h3, .h3 {
		color:var(--head);
		}
    h1 {
      font-size: 2rem;
      color: #bc004b;
      text-align: center;
      margin: 0.5rem 0 1rem;
      line-height: 1.2;
    }
    h2 {
      border-bottom: 2px solid var(--head);
      padding-bottom: 6px;
      margin: 1.2rem 0 1rem;
      font-size: 1.8rem;
    }
    h3 {
      margin: 1rem 0 0.5rem;
      font-size: 1.4rem;
    }
    p {
      margin-bottom: 1rem;
      font-size: 1.05rem;
    }
    a {
      color: var(--theme);
      text-decoration: none;
      transition: all 0.2s ease;
    }
    a:hover {
      color:var(--theme2);
      text-decoration: underline;
    }
	/*   HEADER   */
	.site-header {
	  background:var(--theme);
	  backdrop-filter: blur(12px);
	  border-bottom: 1px solid var(--border);
	  padding: 0 clamp(1rem,4vw,3rem);
	}
	.header-inner {
	  max-width: 1200px; margin: 0 auto;
	  height: 60px;
	}
	.header-inner .logo img {
		max-width:200px;
		height:auto;
		margin-top:5px;
		}
	header nav ul {
	  float: right;
	  margin-right: 20px;
	}
	
	header nav ul li {
	  display: inline-block;
	  line-height: 80px;
	  margin: 0 5px;
	}
	
	header nav ul li a {
	  font-size: 15px; font-weight: 600;
	  letter-spacing: 0.5px;
	  padding: 0 1rem;
	  height: 60px; display: flex; align-items: center;
	  border-bottom: 3px solid transparent;
	  transition: color 0.2s, border-color 0.2s;
	  color: var(--white);
	  text-transform: uppercase;
	  transition:var(--transition);
	}
	
	header nav a.active,
	header nav a:hover {
	   color: var(--theme2); border-bottom-color: var(--gold);
	   text-decoration:none;
	}
	nav a.nfl-link:hover { border-bottom-color: var(--nfl-light); }
	nav a.nba-link:hover { border-bottom-color: var(--nba); }
	
	header nav .checkbtn {
	  font-size: 22px;
	  color: white;
	  float: right;
	  line-height: 55px;
	  margin-right: 18px;
	  cursor: pointer;
	  display: none;
	}
	
	header nav #check {
	  display: none;
	}
	
	
	/* Responsive media query code for small screen */
	@media (max-width: 767px) {
	  header nav .checkbtn {
		display: block;
	  }
	
	  header nav label.logo {
		font-size: 22px;
	  }
	
	  header nav ul {
		background:var(--theme-mid);
		position: fixed;
		width: 100%;
		/*height: 100vh;*/
		top: 60px;
		left: -100%;
		text-align: center;
		transition: all .5s;
	  }
	
	  header nav ul li {
		display: block;
		/*margin: 50px 0;*/
		line-height: 30px;
	  }
	  header nav a:hover,
	  header nav a.active {
		background: none;
	  }
	
	  header nav #check:checked~ul {
		left: 0;
	  }
	}

    /* ----- LAYOUT & CARDS ----- */
    .cont-struc {
      background: rgba(255, 255, 255, 0.94);
      border: 4px solid #fff;
      border-radius: 24px;
      padding: 20px 24px;
      margin: 20px 0;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    }
    .row {
      display: flex;
      flex-wrap: wrap;
      gap: 24px;
    }
    .left-wrap {
      flex: 2;
      min-width: 260px;
    }
    .right-wrap {
      flex: 1;
      min-width: 240px;
    }
	.spon-wrap {
		background:var(--theme-light);
		border:1px solid var(--theme-mid);
		border-radius: 20px;
		padding:15px;
		color:var(--theme-dark);
		text-align:left !important;
		}
	.spon-wrap .head {
		display:block;
		font-size:1.3rem;
		color:var(--theme-dark);
		border-bottom:2px solid var(--theme-dark);
    	padding: 0 0 6px;
		margin-top:15px;
		margin-bottom:10px;
		}
	.spon-wrap .head:first-child {margin-top:0}
	.spon-wrap br {display:none}
	.spon-wrap a {
      display: block;
      padding: 8px 0;
      border-bottom: 1px dotted var(--theme-mid);
	  transition:var(--transition);
    }
	.spon-wrap a:hover {
	  color:var(--theme);
      padding: 8px 0 8px 10px;
	  text-decoration:none;
	  transition:var(--transition);
    }
	.spon-wrap a:last-child {
	  border-bottom:none
    }
	#taboola-slot-2 {margin:0 auto;}
    .card-wrap, .card-wrap-mid, .card-wrap-short {
      background: #fff;
      border-radius: 20px;
      box-shadow: 0 6px 14px rgba(0, 0, 0, 0.05);
      margin: 28px 0;
      padding: 20px;
      transition: transform 0.2s;
    }
    .card-wrap-mid {
      max-width: 700px;
      margin-left: auto;
      margin-right: auto;
    }
    .card-wrap-short {
      max-width: 550px;
      margin-left: auto;
      margin-right: auto;
    }
    .message-text {
      background:var(--theme2-light);
      padding: 12px 16px;
      border-radius: 28px;
      font-style: italic;
      margin-bottom: 16px;
      border-left: 4px solid var(--theme2);
      font-size: 1rem;
    }
    amp-img, .custom-img {
      display: block;
      max-width: 100%;
      height: auto;
      border-radius: 16px;
      margin: 0 auto;
    }
    img.responsive-img {
      width: 100%;
      height: auto;
      border-radius: 16px;
      display: block;
      object-fit: cover;
    }
    .caption {
	  display:block;
      font-size: 0.85rem;
      color:var(--text2);
      text-align: center;
      padding: 8px 0 4px;
      font-style: normal;
    }
    .download-btn {
      display: inline-block;
      background: #e95000;
      color: white;
      font-weight: bold;
      padding: 10px 24px;
      border-radius: 40px;
      text-decoration: none;
      margin: 12px auto 0;
      transition: all 0.2s;
      border: none;
      cursor: pointer;
      font-size: 0.9rem;
      text-align: center;
      box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    }
    .download-btn:hover {
      background: #c23d00;
      transform: scale(1.02);
      text-decoration: none;
      color: white;
    }
    /* ----- NAVIGATION & STRIPS ----- */
    .topRow {
      background: rgba(91, 0, 34, 0.92);
      border-bottom: 3px solid #430019;
      padding: 12px 0;
    }
    .logoStruc img {
      max-height: 60px;
    }
    .nav-wrap ul {
      display: flex;
      flex-wrap: wrap;
      list-style: none;
      gap: 8px;
      margin: 0;
      padding: 0;
    }
    .nav-wrap li a {
      color: white;
      padding: 10px 16px;
      display: inline-block;
      font-weight: 500;
      border-radius: 30px;
    }
    .nav-wrap li a:hover {
      background: #a7005a;
      text-decoration: none;
    }
    .hero-strip {
      display: flex;
      flex-wrap: wrap;
      background:var(--theme-light);
      border: 1px solid #e8c0cc;
      border-radius: 28px;
      margin: 24px 0;
    }
    .hero-strip-item {
      flex: 1;
      padding: 14px;
      text-align: center;
      border-right: 1px solid #e8c0cc;
    }
    .hero-strip-item:last-child { border-right: none; }
    .hs-icon { font-size: 28px; display: block; }
    .hs-val { display:block;font-weight: 800; color: var(--theme); font-size: 1rem; }
    .hs-lbl { display:block;font-size: 0.7rem; color: var(--text2); }
    .date-badge {
      background: #fde8ef;
      color: #8c0034;
      padding: 6px 14px;
      border-radius: 30px;
      font-weight: 600;
      display: inline-block;
      margin-bottom: 12px;
    }
    .sec-label {
      background:var(--theme);
      color: var(--white);
      font-size: 0.7rem;
      letter-spacing: 2px;
      padding: 4px 16px;
      border-radius: 20px;
      display: inline-block;
      margin-bottom: 8px;
    }
    .page-toc {
      background: var(--theme-light);
      border-left: 5px solid var(--theme);
      padding: 18px 20px;
      border-radius: 20px;
      margin: 24px 0;
    }
    .page-toc ul {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      list-style: none;
    }
    .page-toc ul li a {
      background: var(--white);
      border: 1px solid var(--theme);
      padding: 5px 14px;
      border-radius: 30px;
      font-size: 0.85rem;
    }
	.page-toc ul li a:hover {
      background: var(--theme);
	  color:var(--theme-light);
	  text-decoration:none;
      padding: 5px 14px;
      border-radius: 30px;
      font-size: 0.85rem;
    }
    .faq-item {
      border-bottom: 1px solid #f0d0d8;
      padding: 20px 0;
    }
    .faq-item h3 { margin-bottom: 8px; }
    .how-to-steps { margin: 20px 0; }
    .ht-step {
      display: flex;
      gap: 16px;
      margin-bottom: 24px;
      align-items: flex-start;
    }
    .ht-num {
      background: #a7005a;
      color: white;
      width: 36px;
      height: 36px;
      border-radius: 50%;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-weight: bold;
      flex-shrink: 0;
    }
    .inpageWrap {
      text-align: center;
      margin: 20px 0;
    }
    .inpageWrap a {
      background: #be0636;
      color: white;
      padding: 6px 18px;
      border-radius: 40px;
      margin: 0 6px;
      display: inline-block;
    }
    @media (max-width: 768px) {
      .row { flex-direction: column; }
      .hero-strip-item { border-right: none; border-bottom: 1px solid #e8c0cc;line-height:120% }
	  .hs-icon { margin-bottom: 10px; }
	  .hs-val { font-weight:600 }
      h1 { font-size: 1.8rem; }
      .cont-struc { padding: 16px; }
    }
    /* ad placement after content */
    .ad-wrapper {
      margin: 32px 0 16px;
      text-align: center;
    }
    .responsive-ad {
      max-width: 100%;
      overflow: hidden;
      text-align: center;
    }
    .btn-green {
      display: inline-block;
      background: #587b0e;
      color: #fff;
      padding: 8px 20px;
      border-radius: 30px;
    }
    footer {
      text-align: center;
      padding: 20px;
      color: var(--theme-light);
    }
	.footNav {
		clear:both;
		overflow:hidden;
		padding:10px;
		display:table;
		margin:0 auto
	}
	.footNav ul {
		padding-left:0;
		display:inline-block;
		list-style:none
	}
	.footNav li {
		background-color:var(--theme2);
		border:1px solid var(--theme2);
		margin:4px;
		padding:4px 10px;
		display:inline-block;
		list-style:none;
		transition:var(--transition);
	}
	.footNav li a {
		color:#e4f8e9;
		display:block;
		text-decoration:none
	}
	.footNav a:hover, .footNav li:hover {
		background:0 0;
		color:var(--theme2) !important;
		text-decoration:no;
	}
