/* ==================================
   MICKEY THOMPSON – PUBLIC CONTAINER
   FINAL & SAFE
   ================================== */

/* ---------- PAGE RESET (MT ONLY) ---------- */
.brand-mt body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  background: #000;
  font-family: Arial, Helvetica, sans-serif;
}

/* ---------- LAYOUT: CENTER STACK ---------- */
.brand-mt .login_content {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* ---------- REMOVE ALL TIRE‑HQ VISUALS ---------- */
.brand-mt #thq_noauth_footer,
.brand-mt .thq_logo_footer,
.brand-mt .thq_black_footer,
.brand-mt .emergencyalert,
.brand-mt .cntr.white,



/* ==================================
   GUARANTEED MT LOGO INSERT
   ================================== */

/* ==================================
   EMAIL CONFIRMATION CARD
   ================================== */
.brand-mt .message0 {
  display: block !important;
  background: #f4f4ef;
  border-radius: 18px;
  padding: 36px 44px;
  max-width: 560px;
  width: 90%;
  box-shadow: 0 8px 24px rgba(0,0,0,0.55);
  text-align: left;
}

/* ---------- TITLE ---------- */
.brand-mt .message0 h3 {
  margin: 0 0 14px;
  font-size: 26px;
  font-weight: 700;
  color: #000;
}

/* ---------- BODY TEXT ---------- */
.brand-mt .message0,
.brand-mt .message0 span {
  color: #222;
  font-size: 15px;
  line-height: 1.6;
}
/* =================================================
   MICKEY THOMPSON – VALIDATION PAGE
   ================================================= */

/* Yellow CTA button */
.brand-mt .mt-cta {
  display: block;
  margin-top: 28px;
  padding: 14px 20px;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  color: #000;
  text-decoration: none;
  background-color: #f2c200;
  border-radius: 8px;
  transition: background-color 0.2s ease;
}

.brand-mt .mt-cta:hover {
  background-color: #e0b500;
}

/* Adjust spacing inside card */
.brand-mt .message0 {
  padding-bottom: 44px;
}
/* ==================================
   MT Validation Title Styling
   ================================== */






.brand-mt .email-confirm-body {
  text-align: center;
}

/* ==================================
   MICKEY THOMPSON CTA BUTTON
   ================================== */

.brand-mt .email-confirm-action {
  margin-top: 28px;
  text-align: left;
}

.brand-mt .email-confirm-button.mt-button {
  display: inline-block;
  padding: 14px 24px;
  background-color: #f2c200;     /* MT yellow */
  color: #000;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  border-radius: 8px;
  min-width: 260px;
}

.brand-mt .email-confirm-button.mt-button:hover {
  background-color: #e0b500;
}

/* ==================================
   MICKEY THOMPSON – LOGO OUTSIDE CARD
   ================================== */

/* Center the whole layout */
.brand-mt .login_content {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* Inject MT logo ABOVE the card */


/* Ensure the white card stays separate */
.brand-mt .message0 {
  margin-top: 0; /* keep card aligned cleanly */
}

/* =================================================
   MICKEY THOMPSON LOGO – OUTSIDE WHITE CARD
   ================================================= */

/* Make the page a positioning reference */
.brand-mt .login_content {
  position: relative;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* White card spacing (push down for logo) */
.brand-mt .message0 {
  position: relative;
  margin-top: 120px; /* space for logo above */
}



/* =========================================
   CENTER WHITE CARD + KEEP LOGO ABOVE
   ========================================= */

/* Make container span full width and center content */
.brand-mt .login_content {
  position: relative;
  width: 100%;
  min-height: 100vh;

  display: flex;
  flex-direction: column;
  align-items: center;    /* ✅ horizontal centering */
  justify-content: center;
}

/* Center the white card explicitly */
.brand-mt .message0 {
  position: relative;
  margin-left: auto;      /* ✅ force center */
  margin-right: auto;     /* ✅ force center */
  margin-top: 140px;      /* space for logo above */
  max-width: 560px;
  width: 90%;
}



/* ==================================
   MICKEY THOMPSON CTA BUTTON
   ================================== */
   
   

.brand-mt .email-confirm-action {
  margin-top: 28px;
  text-align: center;
}

.brand-mt .mt-cta-button {
  display: inline-block;
  padding: 14px 28px;
  min-width: 280px;

  background-color: #f2c200;   /* MT Yellow */
  color: #000;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;

  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.25);
}

.brand-mt .mt-cta-button:hover {
  background-color: #e0b500;
}

.brand-mt .email-confirm-title {
  font-weight: 700;       
}
.brand-mt .email-confirm-title {
  text-align: left !important;
}
.brand-mt .email-confirm-title {
  font-size: 26px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 14px;
}
.brand-mt .email-confirm-inner {
  padding: 32px 36px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.brand-mt .email-confirm-inner {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.brand-mt .email-confirm-inner {
  min-height: auto !important;
  height: auto !important;
}
.brand-mt .email-confirm-inner {
  max-width: 7000px !important;
}

.brand-mt .email-confirm-body {
  text-align: left;          /* ✅ fixes awkward centering */
  max-width: 750px;          /* keeps line length readable */
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5;
}
.brand-mt .email-confirm-title {
  text-align: left;          /* consistent with body */
  margin-bottom: 16px;
}
.brand-mt .email-confirm-action {
  text-align: center;
  margin-top: 28px;
}
/* =========================================
   Hide default Tire-HQ home link (footer)
   ========================================= */



/* Hide only the small left-aligned purple link */

/* ======================================================
   REMOVE PURPLE "Tire‑HQ" LINK
   KEEP REAL CONTINUE BUTTONS
   ====================================================== */


/* Re‑show ONLY the real action buttons */
.brand-mt .login_content a.email-confirm-button,
.login_content a.mt-cta-button {
  display: inline-block !important;
}

/* ======================================================
   REMOVE PURPLE "Tire‑HQ" LINK (DOMINO SAFE)
   KEEP CONTINUE BUTTONS
   ====================================================== */



/* Step 2: re‑enable ONLY the real action buttons */
.message0 a.email-confirm-button,
.message0 a.mt-cta-button {
  display: inline-block !important;
}

/* Mickey Thompson branded background */
.brand-mt {
  position: relative;
  min-height: 100vh;
  background:
    radial-gradient(circle at top, #2b2b2b 0%, #000 60%);
}

body {
  position: relative;
  min-height: 100vh;
  background:
    radial-gradient(circle at top, #2b2b2b 0%, #000 60%);
}

/* Inject full Mickey Thompson logo */


/* Push card down */
.message0 {
  margin-top: 260px;
  position: relative;
  z-index: 2;
}

/* =============================================
   MICKEY THOMPSON – FINAL LOGO (SINGLE SOURCE)
   ============================================= */



/* =============================================
   MICKEY THOMPSON – FINAL LOGO (CLEAN)
   ============================================= */

/* =============================================
   HIDE FORM-INJECTED / SECONDARY LOGOS
   (Keeps MT logo intact)
   ============================================= */




/* Step 1: hide ALL links inside the white card */
.message0 a {
  display: none !important;
}




/* Optional: remove underline from logo link */
.brand-mt a:has(> img.login_logo) {
  text-decoration: none;
}


/* 2. Move logo inside the white card */
.brand-mt a:has(> img.login_logo) {
  display: block;
  text-align: center;
}

/* 3. Place logo at the top of the card */
.brand-mt .message0 {
  padding-top: 24px;
}
/* =============================================
   MICKEY THOMPSON LOGO INSIDE WHITE CARD
   ============================================= */

/* =============================================
   MICKEY THOMPSON LOGO INSIDE WHITE CARD
   ============================================= */

/* Replace the form logo image */
.brand-mt img.login_logo {
  content: url("https://apps.test.tire-hq.com/thq/resources/images/logos/MickeyThompson/MickeyThompson.png");

  width: 260px;
  height: auto;

  position: absolute;
  top: 28px;
  left: 50%;
  transform: translateX(-50%);

  display: block;
  z-index: 2;
}

/* Make card the positioning context */
.brand-mt .message0 {
  position: relative;
  padding-top: 120px;   /* creates space for logo inside card */
}

/* Prevent logo underline / click styling */
.brand-mt a:has(> img.login_logo) {
  text-decoration: none;
  position: absolute;
}
/* Hide the Tire‑HQ form logo entirely */
.brand-mt img.login_logo {
  display: none !important;
}

/* =============================================
   MICKEY THOMPSON LOGO INSIDE WHITE CARD
   ============================================= */

/* =============================================
   MICKEY THOMPSON LOGO – LEFT ALIGNED INSIDE CARD
   ============================================= */

.brand-mt .message0 {
  position: relative;
  padding-top: 120px; /* space for logo */
}

/* Logo inside the white card, left aligned */
.brand-mt .message0::before {
  content: "";
  position: absolute;
  top: 28px;
  left: 40px;              /* 👈 controls left offset */
  transform: none;         /* remove centering */

  width: 260px;
  height: 80px;

  background-image: url("https://apps.test.tire-hq.com/thq/resources/images/logos/MickeyThompson/MickeyThompson.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}
