.elementor-6049 .elementor-element.elementor-element-bc2acb7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for text-editor, class: .elementor-element-82c129f */.mocktest-hero {
  background: #f9fbfd;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 22px;
  margin-bottom: 28px;
}

.mocktest-intro {
  font-size: 16px;
  color: #334155;
  line-height: 1.6;
  margin-bottom: 10px;
}

.mocktest-note {
  text-align: center;
  font-size: 14px;
  color: #64748b;
  margin-bottom: 18px;
}

/* CTA */
.mocktest-cta {
  text-align: center;
}

.mocktest-cta a {
  display: inline-block;
  background-color: #f8fafc;
  color: #1f2937;
  padding: 12px 26px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
  border: 1px solid #d1d5db;
  transition: all 0.25s ease;
}

.mocktest-cta a:hover {
  background-color: #eef2f7;
  border-color: #9ca3af;
  transform: translateY(-1px);
}

.mocktest-cta a:active {
  transform: scale(0.98);
}

/* 📱 Mobile */
@media (max-width: 600px) {
  .mocktest-hero {
    padding: 16px;
  }

  .mocktest-intro {
    font-size: 15px;
  }

  .mocktest-cta a {
    width: 100%;
    padding: 14px;
    font-size: 15px;
  }
}

/* 💻 Large screens */
@media (min-width: 1024px) {
  .mocktest-cta a {
    font-size: 17px;
    padding: 14px 32px;
  }
}/* End custom CSS */