/*
 * This is a manifest file that'll be compiled into application.css.
 *
 * With Propshaft, assets are served efficiently without preprocessing steps. You can still include
 * application-wide styles in this file, but keep in mind that CSS precedence will follow the standard
 * cascading order, meaning styles declared later in the document or manifest will override earlier ones,
 * depending on specificity.
 *
 * Consider organizing styles into separate files for maintainability.
 */
 html {
   overflow-x: hidden;
   width: 100%;
   position: relative;
 }

img.emoji,
svg.emoji {
   height: 1em;
   width: 1em;
   min-height: 20px;
   min-width: 20px;
   margin: 0 .05em 0 .1em;
   vertical-align: -0.1em;
   display: inline-block;
}

/* Ensure twemoji images in larger text contexts have appropriate size */
.text-2xl img.twemoji,
.text-2xl svg.twemoji {
   height: 1.5rem;
   width: 1.5rem;
   min-height: 24px;
   min-width: 24px;
}