.elementor-2196 .elementor-element.elementor-element-54d8333{--display:flex;}.elementor-2196 .elementor-element.elementor-element-7c84c16{--display:flex;}.elementor-2196 .elementor-element.elementor-element-ac20d1e{--display:flex;}.elementor-2196 .elementor-element.elementor-element-33ac0d9{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-4b8026e *//* My Courses – blue pill buttons */
.dr-course-section-title {
  font-size: 2.4rem;
  font-weight: 800;
  margin: 3rem 0 1.5rem;
}

.dr-course-group {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  margin-bottom: 2.5rem;
}

a.dr-course-btn {
  display: inline-block;
  width: 100%;
  max-width: 540px;
  padding: 0.85rem 1.75rem;
  border-radius: 16px;
  background: #3876ff;              /* main blue */
  color: #ffffff;
  font-weight: 700;
  font-size: 1.15rem;
  text-decoration: none;
  text-align: left;
  box-shadow: 0 14px 35px rgba(56,118,255,0.4);
  transition: transform 0.12s ease, box-shadow 0.12s ease,
              background-color 0.12s ease;
}

a.dr-course-btn:hover {
  background: #255df2;
  box-shadow: 0 18px 45px rgba(37,93,242,0.55);
  transform: translateY(-2px);
}

a.dr-course-btn:active {
  transform: translateY(0);
  box-shadow: 0 8px 20px rgba(37,93,242,0.4);
}

/* Slight spacing under main title on the page */
.dr-my-courses-intro {
  margin-bottom: 2rem;
  max-width: 720px;
}
.dr-login-box {
    margin: 20px 0;
    padding: 20px;
    background: #f7f7f7;
    border-radius: 10px;
    text-align: center;
}

.dr-login-btn {
    display: inline-block;
    background: #2a57ff;
    color: white !important;
    padding: 12px 25px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
}

.dr-login-btn:hover {
    background: #1e3fcc;
}/* End custom CSS */