/* Phosphor Icons Size Overrides */
.ph {
  line-height: 1;
  vertical-align: middle;
}

/* Ensure card icons are properly sized and centered */
.card-icon .ph {
  font-size: 26px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

/* Nav icons */
.quote-link .ph,
.lang-switcher-btn .ph,
.mobile-quote-btn .ph,
.mobile-menu-toggle .ph {
  font-size: 22px !important;
}

/* Button icons */
.btn .ph {
  font-size: 18px !important;
}

/* Viewer tab icons */
.viewer-tab .ph {
  font-size: 18px !important;
}
