/* AsiaWeb Directory Standard — Global Verified identity.
 * Intentionally isolated from directory.css so Theme cards keep their own layout.
 */
.awd-verified-badge,
.awd-verified-relocate{
  display:inline-flex;
  align-items:center;
  gap:4px;
  box-sizing:border-box;
  width:max-content;
  max-width:100%;
  border-radius:999px;
  white-space:nowrap;
  vertical-align:middle;
  font-family:inherit;
  font-weight:800;
  line-height:1;
  text-decoration:none!important;
}
.awd-verified-check{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex:0 0 auto;
  width:18px;
  height:18px;
  border-radius:50%;
  background:#0a8a61;
  color:#fff;
  font-size:12px;
  font-weight:900;
  line-height:1;
}
.awd-verified-badge-compact{
  margin-left:7px;
  padding:4px 8px 4px 5px;
  border:1px solid rgba(10,138,97,.22);
  background:#eaf8f2;
  color:#087a55;
  font-size:10px;
  box-shadow:0 2px 8px rgba(8,122,85,.08);
}
.awd-verified-badge-compact .awd-verified-check{
  width:15px;
  height:15px;
  font-size:9px;
}
.awd-verified-badge-full,
.awd-verified-relocate{
  padding:7px 11px 7px 7px;
  border:1px solid rgba(32,151,102,.28);
  background:rgba(235,249,243,.97);
  color:#087a55;
  font-size:12px;
  box-shadow:0 5px 16px rgba(8,122,85,.10);
}
.awd-title-with-verified{
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
}
.awd-heading-has-verified .awd-verified-badge{
  /* Do not force the host heading to flex; Themes keep their own typography/layout. */
  position:relative;
  top:-1px;
}
@media(max-width:700px){
  .awd-verified-badge-compact{font-size:9px;padding:4px 7px 4px 5px;margin-left:5px}
  .awd-verified-badge-compact .awd-verified-check{width:14px;height:14px;font-size:8px}
  .awd-verified-badge-full,.awd-verified-relocate{font-size:11px;padding:6px 9px 6px 6px}
}
