.am-fiche {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  color: #555;
  max-width: 900px;
  margin-bottom: 18px;
  background: #fff;
  padding: 4px 8px 10px;
}

.am-fiche * { box-sizing: border-box; }

.am-name {
  font-size: 26px;
  font-weight: 700;
  color: #3a3a3a;
  margin: 0 0 16px;
  letter-spacing: 0.01em;
}

.am-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 56px;
  align-items: start;
}

.am-left p {
  margin: 0 0 8px;
  color: #666;
  line-height: 1.45;
}

.am-left b { color: #222; font-weight: 700; }

.am-contact {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin: 0 0 16px;
  color: #555;
  line-height: 1.4;
  min-height: 28px;
}

.am-contact span { display: block; }

.am-ico {
  position: relative;
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  color: #8b8b8b;
  display: inline-flex;
}

.am-ico svg { width: 26px; height: 26px; }

.am-ico.am-ok::after {
  content: "";
  position: absolute;
  right: -3px;
  top: -3px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #3b82f6 url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'><path fill='none' stroke='white' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round' d='M2.8 6.2 5 8.4 9.2 3.6'/></svg>") center / 9px no-repeat;
}

.am-tel {
  color: #3b5998;
  font-weight: 700;
  text-decoration: none;
}

.am-contact b { color: #222; font-weight: 700; }

@media (max-width: 700px) {
  .am-top { grid-template-columns: 1fr; }
  .am-name { font-size: 20px; }
}
