/*
 * 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.
 */

 .choices__list--multiple .choices__item {
    border-radius: 8px;
    background-color: #046865;
    border-color: #046865;
 }

#rma-template h3 {
   font-weight: 700;
   margin-bottom: 0.75rem;
}

#rma-template p {
   margin-bottom: 0.75rem;
}

#rma-template ul {
   list-style-type: disc;
   padding-left: 1.5rem;
   margin-bottom: 0.75rem;
}

#rma-template li {
   margin-bottom: 0.5rem;
}

.nav-icon {
   width: 1.75rem;
   display: inline-flex;
   align-items: center;
   justify-content: flex-start;
   flex-shrink: 0;
   text-align: left;
   font-size: 1.1rem;
   line-height: 1;
}
