/* MobileGizmo JSON Comments */
.mgc-root {
  font-size: 15px;
  color: #222;
  line-height: 1.45;
}
.mgc-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}
.mgc-count {
  font-size: 13px;
  color: #6c757d;
  font-weight: 600;
}
.mgc-status {
  margin: 0 0 12px;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 13px;
  background: #f1f3f5;
  color: #333;
}
.mgc-status--ok {
  background: #e8f5e9;
  color: #1b5e20;
}
.mgc-status--err {
  background: #fdecea;
  color: #b71c1c;
}
.mgc-auth {
  margin-bottom: 14px;
}
.mgc-user {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.mgc-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  background: #e9ecef;
  flex-shrink: 0;
}
.mgc-avatar--ph {
  display: inline-block;
  background: linear-gradient(135deg, #1a4d80, #4a90d9);
}
.mgc-user-name {
  font-weight: 700;
  color: #1a4d80;
}
.mgc-user-badge {
  font-size: 12px;
  color: #5f6368;
  display: flex;
  align-items: center;
  gap: 6px;
}
.mgc-google-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #34a853;
  display: inline-block;
}
.mgc-signin-text {
  margin: 0 0 10px;
  color: #444;
}
.mgc-config-warn {
  margin-top: 10px;
  font-size: 12px;
  color: #856404;
  background: #fff3cd;
  border: 1px solid #ffeeba;
  padding: 8px 10px;
  border-radius: 6px;
}
.mgc-config-warn code {
  font-size: 11px;
}
.mgc-form {
  margin-bottom: 18px;
}
.mgc-input {
  width: 100%;
  min-height: 96px;
  resize: vertical;
  border: 1px solid #ced4da;
  border-radius: 8px;
  padding: 10px 12px;
  font: inherit;
  margin-bottom: 10px;
}
.mgc-input:focus {
  outline: none;
  border-color: #1a4d80;
  box-shadow: 0 0 0 3px rgba(26, 77, 128, 0.15);
}
.mgc-form-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}
.mgc-hint {
  font-size: 12px;
  color: #6c757d;
}
.mgc-btn {
  appearance: none;
  border: 0;
  border-radius: 6px;
  padding: 8px 16px;
  font-weight: 600;
  cursor: pointer;
  background: #1a4d80;
  color: #fff;
}
.mgc-btn:hover {
  background: #143a61;
}
.mgc-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.mgc-btn--ghost {
  background: transparent;
  color: #1a4d80;
  border: 1px solid #ced4da;
}
.mgc-btn--ghost:hover {
  background: #f8f9fa;
}
.mgc-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.mgc-item {
  border: 1px solid #e9ecef;
  border-radius: 8px;
  padding: 12px 14px;
  background: #fafbfc;
}
.mgc-item-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}
.mgc-item-name {
  font-weight: 700;
  color: #212529;
}
.mgc-item-time {
  font-size: 12px;
  color: #6c757d;
}
.mgc-item-body {
  color: #343a40;
  white-space: normal;
  word-break: break-word;
}
.mgc-empty {
  color: #6c757d;
  font-size: 14px;
  padding: 12px 0;
}
.mgc-login-hint {
  font-size: 13px;
  color: #6c757d;
  margin: 0 0 12px;
}

/* Card chrome shared with previous comments wrap */
.site-comments-wrap {
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}
.site-comments-title {
  font-weight: 700;
  color: #1a4d80;
  background: linear-gradient(to bottom, #f7f8fa 0%, #ffffff 100%);
}
