/*
Theme Name: AI菜园实验室
Theme URI: https://aicanyuan.com/
Description: AI菜园受控经典主题，负责统一视觉、页面模板与响应式展示。
Author: AI菜园
Author URI: https://aicanyuan.com/
Version: 1.0.3
Requires at least: 6.6
Requires PHP: 8.1
Text Domain: aicanyuan-lab
*/

.acy-inquiry-area {
  scroll-margin-top: 32px;
}

.acy-inquiry-feedback {
  position: relative;
  margin: 0 0 24px;
  padding: 22px 52px 22px 22px;
  border: 1px solid rgba(69, 224, 255, 0.45);
  border-radius: 16px;
  background: #0f2540;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.3);
  color: #f5f8ff;
}

.acy-inquiry-feedback strong {
  display: block;
  margin-bottom: 8px;
  font-size: 20px;
}

.acy-inquiry-feedback p {
  margin: 0;
  color: #d7e1f7;
  line-height: 1.7;
}

.acy-feedback--error {
  border-color: rgba(255, 132, 132, 0.6);
  background: #321b25;
}

.acy-inquiry-feedback__close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  cursor: pointer;
  font-size: 24px;
  line-height: 1;
}

.acy-inquiry-feedback__close:hover,
.acy-inquiry-feedback__close:focus-visible {
  background: rgba(255, 255, 255, 0.24);
}

/* 正式样式按模块从 assets/css/theme.css 加载。本文件保留主题识别头。 */
