@import url("../build-apps/index.css?v=20260813-delivery-clarity-v1");

.profile-seo-geo {
  --role: #0f9d78;
  --role-soft: #dcfce7;
  --role-text: #0b7e60;
}

.guide-card {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
  margin-top:12px;
  padding:22px 24px;
  border:1px solid var(--border);
  border-radius:15px;
  background:var(--surface);
}
.guide-card h2 { margin-top:0; }
.guide-card p { max-width:700px; margin-top:8px; color:var(--text-2); font-size:14px; }
.guide-card a { flex:0 0 auto; color:var(--role-text); font-weight:700; text-decoration:none; }
.guide-card a:hover { text-decoration:underline; }
.gchat .agent-tag-link { text-decoration:none; }
.gchat .agent-tag-link:hover { color:var(--role-text); text-decoration:underline; }
@media(max-width:700px) {
  .guide-card { align-items:flex-start; flex-direction:column; gap:16px; }
}
