/* --- Global hides / layout tweaks --------------------------------------- */
.lms-topic-sidebar-wrapper,
.ld-lesson-status,
#learndash-course-header,
.learndash-wrapper .learndash-shortcode-wrap-ld_navigation-38662_38676_2n {
  display: none;
}

/* Keep this as you had it */
.learndash_mark_complete_button {
  display: none !important;
}

/* Make the visible tab full width, cap at 1600px */
#ld-tab-content-38774,
.ld-tab-content.ld-visible {
  /* was ".ld-tab-content .ld-visible" (descendant) */
  width: 100% !important;
  max-width: 1600px !important;
}

/* Hide these globally (they were duplicated and also nested under media) */
.twoGameGuideColumns,
.practice-game-bbar {
  display: none;
}

/* Headings */
h1 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 0.5rem;
  padding-bottom: 0;
}
h5 {
  font-size: 1.1rem;
  margin-bottom: 0;
  padding: 0 0 0 30px;
}

/* --- Guided topics ------------------------------------------------------ */
.guided-bridge-topics {
  padding: 0 0 0 30px;
  display: flex;
  flex-direction: column;
  max-width: 1024px;
}

.guided-bridge-topics p {
  padding: 0;
  margin-bottom: 30px;
}

/* Buttons (both columns share the same look) */
.bridge-topic-1 button,
.bridge-topic-2 button {
  width: 220px; /* unified (was 180px in one block, 220px in another) */
  margin: 5px;
  padding: 10px 10px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 700;
}

/* Variants */
.acol-link {
  background-color: #3addbe; /* kept later value for consistency */
  color: #fff;
  font-weight: 700;
}

.stam-link {
  background-color: #ff8f00;
  color: #fff;
  font-weight: 700;
}

.five-link {
  background-color: #d81d48;
  color: #fff;
  font-weight: 700;
}

/* --- Breakpoints -------------------------------------------------------- */

/* Tablet+ */
@media (min-width: 768px) {
  .guided-bridge-topics {
    flex-direction: row;
  }
  .bridge-topic-1,
  .bridge-topic-2 {
    flex: 1 1 50%;
  }
  .bridge-topic-1 p,
  .bridge-topic-2 p {
    padding-right: 35px;
  }
}

/* Desktop+ */
@media (min-width: 1024px) {
  .learndash-wrapper .learndash_content_wrap {
    max-width: 1024px;
  }
}
