.notice-contact-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  padding: 4px 0 2px;
  margin-top: 2px;
}

.notice-contact-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
  color: #4b5563;
  font-size: 12px;
  line-height: 1;
  transition: transform 0.15s ease, opacity 0.15s ease;
}

.notice-contact-item:hover {
  transform: translateY(-1px);
  opacity: 0.92;
}

.notice-contact-item svg {
  width: 34px;
  height: 34px;
  display: block;
}

.notice-contact-item span {
  font-weight: 500;
}

.notice-contact-info-mask {
  position: fixed;
  inset: 0;
  z-index: 2147483647;
  background: rgba(15, 23, 42, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.notice-contact-info-card {
  width: min(360px, 92vw);
  background: #fff;
  border-radius: 16px;
  padding: 20px 18px 16px;
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.22);
}

.notice-contact-info-title {
  font-size: 16px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 12px;
}

.notice-contact-info-body {
  font-size: 14px;
  line-height: 1.7;
  color: #374151;
  white-space: pre-wrap;
  word-break: break-word;
}

.notice-contact-info-body img {
  display: block;
  max-width: 100%;
  margin-top: 8px;
  border-radius: 10px;
}

.notice-contact-info-close {
  margin-top: 16px;
  width: 100%;
  height: 40px;
  border: none;
  border-radius: 10px;
  background: #2563eb;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
}

.notice-contact-admin-wrap {
  margin-top: 8px;
  padding: 12px 0 4px;
  border-top: 1px dashed #e5e7eb;
}

.notice-contact-admin-wrap .signad-hint {
  margin-bottom: 10px;
}

.notice-contact-admin-field {
  margin-bottom: 14px;
}

.notice-contact-admin-field label {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
  color: #374151;
  font-weight: 500;
}

.notice-contact-admin-field input,
.notice-contact-admin-field textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.5;
  outline: none;
  transition: border-color 0.15s ease;
}

.notice-contact-admin-field input:focus,
.notice-contact-admin-field textarea:focus {
  border-color: #4098fc;
}

.notice-contact-admin-field textarea {
  min-height: 72px;
  resize: vertical;
}

.notice-popup-text-rich {
  white-space: normal;
}

.notice-popup-text-line {
  margin: 0 0 8px;
  font-size: 14px;
  line-height: 1.7;
  color: #333;
  white-space: pre-wrap;
  word-break: break-word;
}

.notice-popup-text-line:last-child {
  margin-bottom: 0;
}

.notice-popup-img {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 8px 0;
  border-radius: 8px;
  object-fit: contain;
  background: #f8fafc;
}

.notice-tongzhi-tools {
  margin-top: 8px;
}

.notice-tongzhi-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.notice-tongzhi-upload-btn {
  border: 1px solid #4098fc;
  background: #ecf5ff;
  color: #1677ff;
  border-radius: 6px;
  padding: 4px 12px;
  font-size: 13px;
  cursor: pointer;
}

.notice-tongzhi-upload-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.notice-tongzhi-hint {
  font-size: 12px;
  color: #888;
  line-height: 1.5;
}

.notice-tongzhi-preview {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 8px;
}

.notice-tongzhi-preview img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border-radius: 6px;
  border: 1px solid #e5e7eb;
  background: #f8fafc;
}
