/* Détail annonce */
body.page-annonce-detail .site-main-inner {
  padding: 0 16px 24px;
}

.annonce-detail-page-title {
  text-align: center;
  font-size: 0.95rem;
  color: #527bb2;
  font-weight: 600;
  margin: 1rem 0;
}

.annonce-detail-meta {
  text-align: center;
  font-size: 0.85rem;
  color: #666;
  margin: 0 0 1rem;
}

.annonce-detail-card {
  max-width: 720px;
  margin: 0 auto 1.5rem;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  border: 1px solid #e8edf4;
}

.annonce-detail-card-header {
  background-color: #527bb2;
  padding: 14px 16px;
}

.annonce-detail-card-header h2 {
  margin: 0;
  text-align: center;
  color: #fff;
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.3;
}

.annonce-detail-body {
  padding: 1.25rem 1.5rem;
  text-align: justify;
  color: #333;
  font-size: 0.95rem;
  line-height: 1.55;
}

.annonce-detail-contact {
  border-top: 1px solid #e8edf4;
  padding: 1rem 1.5rem;
}

.annonce-detail-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 0.75rem;
  font-size: 0.9rem;
  color: #444;
}

.annonce-detail-row:last-child {
  margin-bottom: 0;
}

.annonce-detail-row svg {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  color: #527bb2;
  margin-top: 2px;
}

.annonce-detail-row a {
  color: #3d6aa2;
  text-decoration: none;
}

.annonce-detail-row a:hover {
  text-decoration: underline;
}

.annonce-detail-photos {
  max-width: 720px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.annonce-detail-photos img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
  border: 1px solid #e8edf4;
}

.annonce-detail-back {
  max-width: 720px;
  margin: 1.25rem auto 0;
  text-align: center;
}

.annonce-detail-back a {
  color: #527bb2;
  font-size: 0.9rem;
}
