/**
 * Iconoir Icon Subset
 *
 * Only includes icons actually used in the project:
 * - iconoir-arrow-up-right (links, CTAs)
 * - iconoir-xmark-circle (comparison table - no)
 * - iconoir-check-circle (comparison table - yes)
 * - iconoir-home (error page)
 * - iconoir-arrow-left (back navigation)
 * - iconoir-refresh (loading states)
 * - iconoir-link (fallback for social links)
 *
 * Plus social media icons that may be configured in CMS:
 * - iconoir-facebook, iconoir-twitter, iconoir-linkedin, iconoir-instagram, iconoir-youtube
 *
 * Original library: ~400KB → This subset: ~8KB
 */

/* Base Icon Styles */
[class*=' iconoir-']:before,
[class^='iconoir-']:before {
  background: currentColor;
  content: ' ';
  display: block;
  height: 1em;
  mask-size: cover;
  -webkit-mask-size: cover;
  width: 1em;
}

[class*=' iconoir-'],
[class^='iconoir-'] {
  display: inline-block;
}

/* Arrow Up Right - Most used icon */
.iconoir-arrow-up-right:before {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke-width='1.5' viewBox='0 0 24 24'%3E%3Cpath stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='M6.5 17.5 17.5 6.5M17.5 6.5H8m9.5 0v9.5'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke-width='1.5' viewBox='0 0 24 24'%3E%3Cpath stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='M6.5 17.5 17.5 6.5M17.5 6.5H8m9.5 0v9.5'/%3E%3C/svg%3E");
}

/* Arrow Left - Back navigation */
.iconoir-arrow-left:before {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke-width='1.5' viewBox='0 0 24 24'%3E%3Cpath stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='M21 12H3m0 0 8.5-8.5M3 12l8.5 8.5'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke-width='1.5' viewBox='0 0 24 24'%3E%3Cpath stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='M21 12H3m0 0 8.5-8.5M3 12l8.5 8.5'/%3E%3C/svg%3E");
}

/* Arrow Right - Forward navigation */
.iconoir-arrow-right:before {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke-width='1.5' viewBox='0 0 24 24'%3E%3Cpath stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='M3 12h18m0 0-8.5-8.5M21 12l-8.5 8.5'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke-width='1.5' viewBox='0 0 24 24'%3E%3Cpath stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='M3 12h18m0 0-8.5-8.5M21 12l-8.5 8.5'/%3E%3C/svg%3E");
}

/* Check Circle - Comparison table yes */
.iconoir-check-circle:before {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke-width='1.5' viewBox='0 0 24 24'%3E%3Cpath stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m7 12.5 3 3 7-7'/%3E%3Cpath stroke='currentColor' d='M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10Z'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke-width='1.5' viewBox='0 0 24 24'%3E%3Cpath stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m7 12.5 3 3 7-7'/%3E%3Cpath stroke='currentColor' d='M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10Z'/%3E%3C/svg%3E");
}

/* Xmark Circle - Comparison table no */
.iconoir-xmark-circle:before {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke-width='1.5' viewBox='0 0 24 24'%3E%3Cpath stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m9.172 14.828 5.656-5.656M9.172 9.172l5.656 5.656'/%3E%3Cpath stroke='currentColor' d='M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10Z'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke-width='1.5' viewBox='0 0 24 24'%3E%3Cpath stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m9.172 14.828 5.656-5.656M9.172 9.172l5.656 5.656'/%3E%3Cpath stroke='currentColor' d='M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10Z'/%3E%3C/svg%3E");
}

/* Home - Error page */
.iconoir-home:before {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke-width='1.5' viewBox='0 0 24 24'%3E%3Cpath stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='M2 8l10-6 10 6M4 6v13a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1V6'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke-width='1.5' viewBox='0 0 24 24'%3E%3Cpath stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='M2 8l10-6 10 6M4 6v13a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1V6'/%3E%3C/svg%3E");
}

/* Refresh - Loading states */
.iconoir-refresh:before {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke-width='1.5' viewBox='0 0 24 24'%3E%3Cpath stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='M21.168 8A10.003 10.003 0 0 0 12 2c-5.185 0-9.449 3.947-9.95 9'/%3E%3Cpath stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='M18 8h3.4a.6.6 0 0 0 .6-.6V4M2.881 16c1.544 3.532 5.068 6 9.168 6 5.186 0 9.45-3.947 9.951-9'/%3E%3Cpath stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='M6.05 16h-3.4a.6.6 0 0 0-.6.6V20'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke-width='1.5' viewBox='0 0 24 24'%3E%3Cpath stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='M21.168 8A10.003 10.003 0 0 0 12 2c-5.185 0-9.449 3.947-9.95 9'/%3E%3Cpath stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='M18 8h3.4a.6.6 0 0 0 .6-.6V4M2.881 16c1.544 3.532 5.068 6 9.168 6 5.186 0 9.45-3.947 9.951-9'/%3E%3Cpath stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='M6.05 16h-3.4a.6.6 0 0 0-.6.6V20'/%3E%3C/svg%3E");
}

/* Link - Fallback for social */
.iconoir-link:before {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke-width='1.5' viewBox='0 0 24 24'%3E%3Cpath stroke='currentColor' d='M14 11.998C14 9.506 11.683 7 8.857 7H7.143C4.303 7 2 9.238 2 11.998c0 2.378 1.71 4.368 4 4.873a5.3 5.3 0 0 0 1.143.124M10 11.998c0 2.491 2.317 4.997 5.143 4.997h1.714c2.84 0 5.143-2.237 5.143-4.997 0-2.379-1.71-4.369-4-4.874a5.304 5.304 0 0 0-1.143-.124'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke-width='1.5' viewBox='0 0 24 24'%3E%3Cpath stroke='currentColor' d='M14 11.998C14 9.506 11.683 7 8.857 7H7.143C4.303 7 2 9.238 2 11.998c0 2.378 1.71 4.368 4 4.873a5.3 5.3 0 0 0 1.143.124M10 11.998c0 2.491 2.317 4.997 5.143 4.997h1.714c2.84 0 5.143-2.237 5.143-4.997 0-2.379-1.71-4.369-4-4.874a5.304 5.304 0 0 0-1.143-.124'/%3E%3C/svg%3E");
}

/* ===== Social Media Icons (for CMS-configurable social links) ===== */

/* Facebook */
.iconoir-facebook:before {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke-width='1.5' viewBox='0 0 24 24'%3E%3Cpath stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='M17 2h-3a5 5 0 0 0-5 5v3H6v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3V2Z'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke-width='1.5' viewBox='0 0 24 24'%3E%3Cpath stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='M17 2h-3a5 5 0 0 0-5 5v3H6v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3V2Z'/%3E%3C/svg%3E");
}

/* Twitter / X */
.iconoir-twitter:before,
.iconoir-x:before {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke-width='1.5' viewBox='0 0 24 24'%3E%3Cpath stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='M16.82 20.768 3.753 3.968A.6.6 0 0 1 4.227 3h2.48a.6.6 0 0 1 .473.232l13.067 16.8a.6.6 0 0 1-.474.968h-2.48a.6.6 0 0 1-.473-.232Z'/%3E%3Cpath stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='M20 3 4 21'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke-width='1.5' viewBox='0 0 24 24'%3E%3Cpath stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='M16.82 20.768 3.753 3.968A.6.6 0 0 1 4.227 3h2.48a.6.6 0 0 1 .473.232l13.067 16.8a.6.6 0 0 1-.474.968h-2.48a.6.6 0 0 1-.473-.232Z'/%3E%3Cpath stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='M20 3 4 21'/%3E%3C/svg%3E");
}

/* LinkedIn */
.iconoir-linkedin:before {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke-width='1.5' viewBox='0 0 24 24'%3E%3Cpath stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='M21 8v8a5 5 0 0 1-5 5H8a5 5 0 0 1-5-5V8a5 5 0 0 1 5-5h8a5 5 0 0 1 5 5ZM7 17v-7'/%3E%3Cpath stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='M11 17v-3.25M11 10v3.75m0 0c0-3.75 6-3.75 6 0V17'/%3E%3Cpath fill='currentColor' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='M7 7.01l.01-.011'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke-width='1.5' viewBox='0 0 24 24'%3E%3Cpath stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='M21 8v8a5 5 0 0 1-5 5H8a5 5 0 0 1-5-5V8a5 5 0 0 1 5-5h8a5 5 0 0 1 5 5ZM7 17v-7'/%3E%3Cpath stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='M11 17v-3.25M11 10v3.75m0 0c0-3.75 6-3.75 6 0V17'/%3E%3Cpath fill='currentColor' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='M7 7.01l.01-.011'/%3E%3C/svg%3E");
}

/* Instagram */
.iconoir-instagram:before {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke-width='1.5' viewBox='0 0 24 24'%3E%3Cpath stroke='currentColor' d='M12 16a4 4 0 1 0 0-8 4 4 0 0 0 0 8Z'/%3E%3Cpath stroke='currentColor' d='M3 16V8a5 5 0 0 1 5-5h8a5 5 0 0 1 5 5v8a5 5 0 0 1-5 5H8a5 5 0 0 1-5-5Z'/%3E%3Cpath fill='currentColor' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='M17.5 6.51l.01-.011'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke-width='1.5' viewBox='0 0 24 24'%3E%3Cpath stroke='currentColor' d='M12 16a4 4 0 1 0 0-8 4 4 0 0 0 0 8Z'/%3E%3Cpath stroke='currentColor' d='M3 16V8a5 5 0 0 1 5-5h8a5 5 0 0 1 5 5v8a5 5 0 0 1-5 5H8a5 5 0 0 1-5-5Z'/%3E%3Cpath fill='currentColor' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='M17.5 6.51l.01-.011'/%3E%3C/svg%3E");
}

/* YouTube */
.iconoir-youtube:before {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke-width='1.5' viewBox='0 0 24 24'%3E%3Cpath stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m14 12-3.5 2v-4l3.5 2Z'/%3E%3Cpath stroke='currentColor' d='M2 12.707v-1.415c0-2.895 0-4.343.905-5.274.906-.931 2.332-.972 5.183-1.053C9.438 4.927 10.818 4.9 12 4.9c1.181 0 2.561.027 3.912.065 2.851.081 4.277.122 5.182 1.053.906.931.906 2.38.906 5.274v1.415c0 2.896 0 4.343-.905 5.275-.906.931-2.331.972-5.183 1.052-1.35.039-2.73.066-3.912.066-1.181 0-2.561-.027-3.912-.066-2.851-.08-4.277-.121-5.183-1.052C2 17.05 2 15.602 2 12.708Z'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke-width='1.5' viewBox='0 0 24 24'%3E%3Cpath stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m14 12-3.5 2v-4l3.5 2Z'/%3E%3Cpath stroke='currentColor' d='M2 12.707v-1.415c0-2.895 0-4.343.905-5.274.906-.931 2.332-.972 5.183-1.053C9.438 4.927 10.818 4.9 12 4.9c1.181 0 2.561.027 3.912.065 2.851.081 4.277.122 5.182 1.053.906.931.906 2.38.906 5.274v1.415c0 2.896 0 4.343-.905 5.275-.906.931-2.331.972-5.183 1.052-1.35.039-2.73.066-3.912.066-1.181 0-2.561-.027-3.912-.066-2.851-.08-4.277-.121-5.183-1.052C2 17.05 2 15.602 2 12.708Z'/%3E%3C/svg%3E");
}

/* GitHub */
.iconoir-github:before {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke-width='1.5' viewBox='0 0 24 24'%3E%3Cpath stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='M16 22.027v-2.87a3.37 3.37 0 0 0-.94-2.61c3.14-.35 6.44-1.54 6.44-7a5.44 5.44 0 0 0-1.5-3.75 5.07 5.07 0 0 0-.09-3.77s-1.18-.35-3.91 1.48a13.38 13.38 0 0 0-7 0c-2.73-1.83-3.91-1.48-3.91-1.48A5.07 5.07 0 0 0 5 5.797a5.44 5.44 0 0 0-1.5 3.78c0 5.42 3.3 6.61 6.44 7a3.37 3.37 0 0 0-.94 2.58v2.87'/%3E%3Cpath stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='M9 20.027c-3 .973-5.5 0-7-3'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke-width='1.5' viewBox='0 0 24 24'%3E%3Cpath stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='M16 22.027v-2.87a3.37 3.37 0 0 0-.94-2.61c3.14-.35 6.44-1.54 6.44-7a5.44 5.44 0 0 0-1.5-3.75 5.07 5.07 0 0 0-.09-3.77s-1.18-.35-3.91 1.48a13.38 13.38 0 0 0-7 0c-2.73-1.83-3.91-1.48-3.91-1.48A5.07 5.07 0 0 0 5 5.797a5.44 5.44 0 0 0-1.5 3.78c0 5.42 3.3 6.61 6.44 7a3.37 3.37 0 0 0-.94 2.58v2.87'/%3E%3Cpath stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='M9 20.027c-3 .973-5.5 0-7-3'/%3E%3C/svg%3E");
}

/* Mail */
.iconoir-mail:before {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke-width='1.5' viewBox='0 0 24 24'%3E%3Cpath stroke='currentColor' stroke-linecap='round' d='m7 9 5 3.5L17 9'/%3E%3Cpath stroke='currentColor' d='M2 17V7a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2Z'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke-width='1.5' viewBox='0 0 24 24'%3E%3Cpath stroke='currentColor' stroke-linecap='round' d='m7 9 5 3.5L17 9'/%3E%3Cpath stroke='currentColor' d='M2 17V7a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2Z'/%3E%3C/svg%3E");
}
