.ncpc-free-notation-widget {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 8px;
  padding: 15px 20px;
  margin: 20px 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  color: white;
  position: relative;
  overflow: hidden;
}

.ncpc-free-notation-widget::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -50%;
  width: 100px;
  height: 100px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  z-index: 0;
}

.ncpc-free-widget-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  position: relative;
  z-index: 1;
}

.ncpc-free-rating-section {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
}

.ncpc-free-stars {
  font-size: 20px;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}

.ncpc-free-message {
  font-weight: 500;
  font-size: 14px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.ncpc-free-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.ncpc-free-actions .button {
  border: none !important;
  border-radius: 20px !important;
  padding: 6px 16px !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  transition: all 0.2s ease !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
}

.ncpc-free-actions .button-primary {
  background: #fff !important;
  color: #667eea !important;
}

.ncpc-free-actions .button-primary:hover {
  background: #f8f9ff !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2) !important;
}

.ncpc-free-actions .button-secondary {
  background: rgba(255, 255, 255, 0.2) !important;
  color: white !important;
  backdrop-filter: blur(10px) !important;
}

.ncpc-free-actions .button-secondary:hover {
  background: rgba(255, 255, 255, 0.3) !important;
  transform: translateY(-1px) !important;
}

.ncpc-free-rate-dismiss-link {
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 12px !important;
  text-decoration: none !important;
  padding: 4px 8px !important;
  border-radius: 12px !important;
  transition: all 0.2s ease !important;
}

.ncpc-free-rate-dismiss-link:hover {
  color: white !important;
  background: rgba(255, 255, 255, 0.1) !important;
}

/* Responsive */
@media (max-width: 768px) {
  .ncpc-free-widget-content {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }

  .ncpc-free-actions {
    justify-content: center;
    flex-wrap: wrap;
  }
}

.ncpc-free-promo-widget {
  background: linear-gradient(135deg, #ff6b6b 0%, #ee5a24 100%);
  border-radius: 8px !important;
  padding: 15px 20px !important;
  margin: 20px 20px 20px 0 !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  color: white;
  position: relative;
  overflow: hidden;
}

.ncpc-free-promo-widget::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 100px;
  height: 100px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  z-index: 0;
}

.ncpc-free-widget-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  position: relative;
  z-index: 1;
}

.ncpc-free-promo-section {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
}

.ncpc-free-promo-icon {
  font-size: 24px;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
  animation: ncpc-free-bounce 2s infinite;
}

@keyframes ncpc-free-bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-5px);
  }

  60% {
    transform: translateY(-3px);
  }
}

.ncpc-free-promo-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.ncpc-free-promo-text strong {
  font-weight: 600;
  font-size: 14px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.ncpc-free-promo-desc {
  font-size: 12px;
  opacity: 0.9;
  line-height: 1.3;
}

.ncpc-free-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.ncpc-free-actions .button {
  border: none !important;
  border-radius: 20px !important;
  padding: 6px 16px !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  transition: all 0.2s ease !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
}

.ncpc-free-actions .button-primary {
  background: #fff !important;
  color: #ee5a24 !important;
}

.ncpc-free-actions .button-primary:hover {
  background: #fff5f5 !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2) !important;
}

.ncpc-free-actions .button-secondary {
  background: rgba(255, 255, 255, 0.2) !important;
  color: white !important;
  backdrop-filter: blur(10px) !important;
}

.ncpc-free-actions .button-secondary:hover {
  background: rgba(255, 255, 255, 0.3) !important;
  transform: translateY(-1px) !important;
}

.ncpc-free-dismiss-promo-link {
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 12px !important;
  text-decoration: none !important;
  padding: 4px 8px !important;
  border-radius: 12px !important;
  transition: all 0.2s ease !important;
}

.ncpc-free-dismiss-promo-link:hover {
  color: white !important;
  background: rgba(255, 255, 255, 0.1) !important;
}

.ncpc-free-promo-widget:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

/* Responsive */
@media (max-width: 768px) {
  .ncpc-free-widget-content {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }

  .ncpc-free-actions {
    justify-content: center;
    flex-wrap: wrap;
  }
}

.ncpc-pronc-notice-widget {
  border-left: 4px solid #00d4ff !important;
  background: linear-gradient(135deg, #f8fdff 0%, #e6f9ff 100%) !important;
  padding: 0 !important;
  margin: 16px 20px 16px 2px !important;
  box-shadow: 0 2px 12px rgba(0, 212, 255, 0.15) !important;
  border-radius: 8px !important;
  border-top: none !important;
  border-right: none !important;
  border-bottom: none !important;
}

.ncpc-pronc-widget-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
  gap: 20px;
}

.ncpc-pronc-section {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 1;
}

.ncpc-pronc-icon {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
}
.ncpc-pronc-icon img {
  width: 50px;
  height: 50px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.ncpc-pronc-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.ncpc-pronc-text strong {
  font-size: 16px;
  color: #1e293b;
  font-weight: 600;
  line-height: 1.3;
}

.ncpc-pronc-desc {
  font-size: 14px;
  color: #475569;
  line-height: 1.4;
  margin-top: 4px;
}

.ncpc-pronc-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.ncpc-pronc-actions .button-primary {
  background: linear-gradient(135deg, #0ea5e9 0%, #0284c7 100%) !important;
  border-color: #0284c7 !important;
  box-shadow: 0 2px 4px rgba(14, 165, 233, 0.3) !important;
  transition: all 0.2s ease !important;
  font-weight: 500 !important;
}

.ncpc-pronc-actions .button-primary:hover {
  background: linear-gradient(135deg, #0284c7 0%, #0369a1 100%) !important;
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(14, 165, 233, 0.4) !important;
}

.ncpc-pronc-actions .button-secondary {
  background: #f1f5f9 !important;
  border-color: #e2e8f0 !important;
  color: #475569 !important;
  transition: all 0.2s ease !important;
}

.ncpc-pronc-actions .button-secondary:hover {
  background: #e2e8f0 !important;
  color: #334155 !important;
}

.ncpc-pronc-dismiss-link {
  color: #64748b;
  text-decoration: none;
  font-size: 13px;
  transition: color 0.2s ease;
}

.ncpc-pronc-dismiss-link:hover {
  color: #0ea5e9;
  text-decoration: underline;
}

@media (max-width: 968px) {
  .ncpc-pronc-widget-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .ncpc-pronc-actions {
    flex-wrap: wrap;
    width: 100%;
  }

  .ncpc-pronc-actions .button {
    flex: 1;
    text-align: center;
  }
}

@media (max-width: 600px) {
  .ncpc-pronc-section {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .ncpc-pronc-actions {
    flex-direction: column;
    width: 100%;
  }
}
