.imei-check-widget #processingArea {
  display: none;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  padding: 20px 5px;
  text-align: center;
}

.imei-check-widget #loading-title {
  margin-bottom: 10px;
  color: #2c3e50;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.5px;
}

.imei-check-widget .imei-loading-copy {
  display: flex;
  min-height: 45px;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  padding: 0 10px;
}

.imei-check-widget #loading-text {
  margin: 0;
  color: #007bff;
  font-family: Consolas, Monaco, monospace;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
  word-wrap: break-word;
}

.imei-check-widget #captchaWaitWrap {
  display: none;
  margin: 8px 0 14px 0;
}

.imei-check-widget .imei-captcha-spinner {
  width: 2.2rem;
  height: 2.2rem;
}

.imei-check-widget #turnstile-container {
  display: flex;
  justify-content: center;
  margin: 4px 0 10px 0;
}

.imei-check-widget #progressWrap {
  width: 90%;
  height: 22px;
  margin: 0 auto 20px auto;
  overflow: hidden;
  border-radius: 12px;
  background-color: #eaecf4;
}

.imei-check-widget #progress-bar {
  width: 0%;
  font-size: 12px;
  font-weight: 700;
}

.imei-check-widget .imei-ad-shell {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.imei-check-widget .imei-ad-label {
  margin: 0 0 5px 0;
  color: #bbb;
  font-size: 9px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.imei-check-widget .imei-ad-box {
  width: 300px;
  height: 250px;
  overflow: hidden;
  border: 1px solid #eee;
  background-color: #f8f9fa;
}

.imei-check-widget .imei-ad-box .adsbygoogle {
  display: inline-block;
  width: 300px;
  height: 250px;
}
