/* EXIF 메타데이터 제거 전용 스타일 */

/* subtitle margin override */
.subtitle {
  margin-bottom: 1rem;
}

.info-box {
  padding: 1rem 1.25rem;
  background: rgba(102, 126, 234, 0.06);
  border: 1px solid rgba(102, 126, 234, 0.15);
  border-radius: var(--radius);
  margin-bottom: 1.5rem;
  font-size: 0.85rem;
}

.info-box strong { display: block; margin-bottom: 0.25rem; font-size: 0.9rem; }
.info-box p { color: var(--text-sub); line-height: 1.5; }

/* 옵션 (margin override) */
.options {
  margin: 1rem 0 0;
}

.options label {
  gap: 0.35rem;
}

.options select {
  padding: 0.4rem 0.6rem; border: 1px solid var(--border); border-radius: 6px;
  background: var(--surface); color: var(--text); font-size: 0.85rem; font-family: inherit;
}

/* 결과 (margin override) */
.results {
  margin-top: 1.5rem;
}

.results[hidden] {
  display: none;
}

/* .status override for result items */
.result-item .status {
  padding: 0;
  border: none;
  background: none;
  margin-bottom: 0;
  font-size: 0.8rem;
  font-weight: 600;
  color: #10b981;
}

@media (max-width: 480px) {
  .options { flex-direction: column; gap: 1rem; }
  .result-item { flex-wrap: wrap; }
}
