.ebook-claim-wrapper {
  margin: 20px 0;
}

.ecs-notice {
  padding: 10px 15px;
  border-radius: 4px;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1.5;
}

.ecs-notice a {
  font-weight: 600;
}

.ecs-info {
  background: #e8f4fd;
  border-left: 4px solid #2196f3;
  color: #1565c0;
}

.ecs-success {
  background: #e8f5e9;
  border-left: 4px solid #4caf50;
  color: #1b5e20;
}

.ecs-warning {
  background: #fff8e1;
  border-left: 4px solid #ff9800;
  color: #e65100;
}

.ecs-error {
  background: #fce4ec;
  border-left: 4px solid #e91e63;
  color: #880e4f;
}

.ecs-claim-btn {
  min-width: 200px;
  text-align: center;
}

.ecs-claim-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.ecs-feedback {
  margin-top: 10px;
  padding: 10px 15px;
  border-radius: 4px;
  font-size: 14px;
}

.esc-loop-btn {
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
  white-space: unset;
  width: 100%;
  border: none;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.esc-loop-btn:before {
  margin-right: -19px;
}

.esc-loop-btn:after {
  font-size: 8px;
  font-size: 0.5rem;
  margin-right: 10px;
}

.ecs-claim-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
