/* Admin styles for Trendly Content Extractor */
.trex-wrap .trex-loader {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid #ccd0d4;
  border-top-color: #007cba;
  border-radius: 50%;
  animation: trex-spin 1s linear infinite;
  margin-left: 8px;
  vertical-align: middle;
}

@keyframes trex-spin {
  to {
    transform: rotate(360deg);
  }
}

.trex-messages .notice {
  margin-top: 10px;
}
