/* Country / city context panel — only deltas vs place panel (app.panel.css) */

/* Header matches .sg-place-header; subtitle is context-only */
.sg-panel__body .sg-context-header {
  padding: 14px 44px 0 14px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
  color: #0f172a;
}

.sg-panel__body .sg-context-header .sg-context-sub {
  display: block;
  margin-top: 4px;
  font-size: 13px;
  font-weight: 500;
  color: #64748b;
}

/* Hero: use .sg-place-hero from app.panel.css (margin, radius, overflow, img cover) */
.sg-panel__body .sg-context-hero--no-photo {
  background: linear-gradient(145deg, #0f172a 0%, #334155 100%);
}

.sg-panel__body .sg-info-label .sg-context-attr-icon {
  margin-right: 5px;
  font-size: 14px;
  color: #475569;
  vertical-align: -1px;
}

.sg-panel__body .sg-context-attrs {
  margin-top: 12px;
}

.sg-panel__body .sg-context-attr.is-empty {
  display: none;
}

.sg-panel__body .sg-attr-multiline {
  display: block;
  line-height: 1.45;
  white-space: normal;
}

.sg-panel__body .sg-info-value--rich {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  font-weight: 600;
  color: #0f172a;
  min-width: 0;
  max-width: 100%;
}

.sg-panel__body .sg-attr-icon {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  max-width: 100%;
  line-height: 0;
}

.sg-panel__body .sg-attr-icon svg,
.sg-panel__body .sg-info-value--rich svg {
  display: block;
  max-height: 36px;
  max-width: 72px;
  width: auto;
  height: auto;
  flex-shrink: 0;
}

.sg-panel__body .sg-context-attrs .sg-info-grid {
  align-items: start;
}

/* No place action icon row on country/city context */
.sg-panel--context .sg-place-actions,
.sg-panel--context .sg-act-directions,
.sg-panel--context .sg-act-street,
.sg-panel--context .sg-act-google,
.sg-panel--context .sg-act-hide,
.sg-panel--context .sg-act-visit,
.sg-panel--context .sg-act-share {
  display: none !important;
}
