.ocp-icon {
  width: 1em;
  height: 1em;
  display: inline-block;
  flex: 0 0 auto;
  color: currentColor;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  vertical-align: -0.14em;
}

.ocp-icon-sm { width: 14px; height: 14px; }
.ocp-icon-md { width: 18px; height: 18px; }
.ocp-icon-lg { width: 24px; height: 24px; }
.ocp-icon-xl { width: 34px; height: 34px; }

.ocp-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.ocp-layout-body :where(a, button, summary, input, select, textarea):focus-visible,
.shop-owner-body :where(a, button, summary, input, select, textarea):focus-visible {
  outline: 3px solid currentColor;
  outline-offset: 3px;
}

.ocp-icon-pill,
.ocp-icon-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.ocp-with-icon {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.ocp-empty-icon {
  width: 34px;
  height: 34px;
  margin-bottom: 8px;
  color: #94a3b8;
}

.header-search-submit .ocp-icon,
.hamburger .ocp-icon,
.nav .ocp-icon {
  width: 17px;
  height: 17px;
}

.cat-icon .ocp-icon,
.stat-icon .ocp-icon {
  width: 22px;
  height: 22px;
}

.ocp-store-rating .ocp-icon,
.ocp-store-tags .ocp-icon,
.rating-line .ocp-icon,
.ocp-community-card-stats .ocp-icon,
.ocp-community-badge .ocp-icon,
.ocp-community-highlight-link .ocp-icon {
  width: 14px;
  height: 14px;
}

/* Shop owner icon sizing */
.shop-nav-link .ocp-icon,
.shop-mobile-bottomnav .ocp-icon,
.shop-menu-button .ocp-icon,
.shop-mobile-menu-button .ocp-icon,
.shop-btn .ocp-icon,
.shop-breadcrumb-back .ocp-icon {
  width: 18px;
  height: 18px;
}

.shop-breadcrumb-separator .ocp-icon,
.shop-status .ocp-icon,
.shop-time .ocp-icon {
  width: 14px;
  height: 14px;
}

.shop-kpi-icon .ocp-icon {
  width: 26px;
  height: 26px;
}

.shop-section-icon .ocp-icon,
.shop-row-icon .ocp-icon,
.shop-service-thumb .ocp-icon,
.shop-upload-icon .ocp-icon,
.shop-package-badge-icon .ocp-icon {
  width: 20px;
  height: 20px;
}

.shop-empty-icon .ocp-icon {
  width: 42px;
  height: 42px;
}

.shop-page-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  flex-wrap: wrap;
  margin: -8px 0 18px;
}
