/*!*****************************************************************************************************************************************************************************!*\
  !*** css ../../../../../opt/homebrew/lib/node_modules/css-loader/dist/cjs.js!../../../../../opt/homebrew/lib/node_modules/sass-loader/dist/cjs.js!./assets/styles/app.scss ***!
  \*****************************************************************************************************************************************************************************/
/*
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
/* Accordion Styles */
.accordion {
  margin: 2rem auto;
  font-family: "Inter", sans-serif;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  align-items: start;
}

.accordion-item {
  border-radius: 0.5rem;
  margin-bottom: 0;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: all 0.3s ease;
  position: relative;
  isolation: isolate;
}

.accordion-item:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.1);
}

.accordion-header {
  padding: 1.25rem;
  background-color: #E5DFD2;
  font-weight: 600;
  color: #253668;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease;
  font-family: Hera, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.accordion-header:hover {
  background-color: #DDD5C7;
}

.accordion-header.active {
  background-color: #e2e8f0;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  background-color: white;
  font-family: Nobile, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20;
}

.accordion-content-inner {
  padding: 1.25rem;
  color: #475569;
  line-height: 1.6;
}
.accordion-content-inner a {
  hyphens: auto;
}

.accordion-icon {
  width: 1.25rem;
  height: 1.25rem;
  color: #6b7280;
  transition: transform 0.3s ease;
}

.accordion-header.active .accordion-icon {
  transform: rotate(180deg);
}

/* Responsive accordion layout */
@media (max-width: 768px) {
  .accordion {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.hera-players-overview-header {
  padding-bottom: 40px;
}

.hera-players-overview-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

/* Tablet - 2 items per row */
@media (max-width: 1024px) {
  .hera-players-overview-items {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
/* Mobile - 1 item per row */
@media (max-width: 768px) {
  .hera-players-overview-items {
    grid-template-columns: 1fr;
  }
}
.hera-players-overview-items-item-thumbnail img {
  width: 100%;
  height: 100%;
}

/* Player Overview Item Styles */
.hera-player-overview-item {
  display: flex;
  background-color: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  min-height: 200px;
}

.hera-player-overview-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.hera-player-overview-item:hover .hera-player-overview-item-number {
  opacity: 0.2;
}

.hera-player-overview-item-thumbnail {
  flex: 0 0 40%;
  position: relative;
  overflow: hidden;
}

.hera-player-overview-item-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
  object-position: top center;
}

.hera-player-overview-item:hover .hera-player-overview-item-thumbnail img {
  transform: scale(1.05);
}

.hera-player-overview-item-content {
  flex: 1;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  background-color: white;
  color: #253668;
}

.hera-player-overview-item-content h5 {
  margin: 0 0 10px 0;
  font-size: 20px;
  font-weight: bold;
  font-family: Hera, sans-serif;
  color: #253668;
}

.hera-player-overview-item-content p {
  margin: 0 0 10px 0;
  font-size: 16px;
  font-family: Hera, sans-serif;
  color: #666;
  font-weight: 500;
}

.hera-player-overview-item-bio {
  font-size: 14px;
  font-family: Nobile, sans-serif;
  line-height: 1.4;
  color: #666;
  font-style: italic;
  position: relative;
  height: 60%;
}

.hera-player-overview-item-number {
  position: absolute;
  bottom: -50px;
  right: 5px;
  font-size: 88px;
  font-weight: bold;
  font-family: Hera, sans-serif;
  color: rgba(37, 54, 104, 0.7725490196);
  opacity: 0.1;
  z-index: 1;
  pointer-events: none;
  user-select: none;
  transition: all 0.3s ease;
}

/* Remove hover transform effects for new layout */
/* Mobile-specific styles */
@media (max-width: 768px) {
  .hera-player-overview-item {
    flex-direction: column;
    min-height: auto;
  }
  .hera-player-overview-item-thumbnail {
    flex: none;
    height: 250px;
  }
  .hera-player-overview-item-content {
    padding: 15px;
  }
  .hera-player-overview-item-content h5 {
    font-size: 18px;
  }
  .hera-player-overview-item-content p {
    font-size: 14px;
  }
  .hera-player-overview-item-bio {
    font-size: 13px;
  }
  .hera-player-overview-item-number {
    font-size: 56px;
    bottom: -15px;
    right: 10px;
  }
}
/* Play Program Shortcode Styles */
.play-program-matches {
  background-color: #253668;
  padding: 40px;
  margin: 20px 0;
  box-shadow: 0 10px 30px rgba(37, 54, 104, 0.3);
}

.match-row {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.match-row:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.match-teams {
  font-family: Hera, sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: white;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.4;
  text-align: center;
}

.hera-team {
  color: #ff66c4;
  /* Hot pink color for HERA UNITED */
  font-weight: 700;
}

.match-datetime {
  font-family: Hera, sans-serif;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 8px;
}

.match-datetime {
  text-align: center;
  margin-bottom: 15px;
}

.match-day {
  color: white;
  font-weight: 600;
  text-transform: uppercase;
}

.match-date {
  color: #ff66c4;
  /* Hot pink color */
  font-weight: 600;
  text-transform: uppercase;
}

.match-time {
  /* color: $color-accent-pink; */
  color: white;
  /* Hot pink color */
  font-weight: 600;
}

.match-time-separator {
  color: white;
  font-weight: 600;
}

.match-class {
  font-family: Hera, sans-serif;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 5px;
  font-weight: 400;
}

.match-status {
  font-family: Hera, sans-serif;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
}

.match-info {
  font-family: Hera, sans-serif;
  font-size: 14px;
  color: #DDD5C7;
  margin-top: 5px;
  font-weight: 400;
  text-align: center;
}

/* Club logo styles */
.club-logo {
  width: 35px;
  height: auto;
  vertical-align: middle;
  margin-right: 8px;
}

/* Mobile responsive styles for play program */
@media (max-width: 768px) {
  .play-program-matches {
    padding: 25px 20px;
    margin: 15px 0;
  }
  .match-row {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .match-teams {
    font-size: 20px;
    line-height: 1.3;
    text-align: center;
  }
  .match-datetime {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .match-class,
  .match-status {
    font-size: 14px;
  }
  .club-logo {
    width: 30px;
    margin-right: 6px;
  }
}
/* Poule Standings Styles */
.poule-standings-container {
  background-color: white;
  overflow: hidden;
  margin: 20px 0;
  font-family: Hera, sans-serif;
}

.standings-header {
  display: flex;
  background-color: #253668;
  color: white;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.standings-row {
  display: flex;
  border-bottom: 1px solid #f1f5f9;
  transition: all 0.2s ease;
}

.standings-row:hover {
  background-color: #f8fafc;
}

.standings-row:last-child {
  border-bottom: none;
}

.standings-row.own-team {
  background-color: #ff66c4;
  color: white;
  font-weight: 600;
}

.standings-row.own-team:hover {
  background-color: #ff4db8;
}

.standings-cell {
  padding: 12px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}

.pos-cell {
  flex: 0 0 50px;
  justify-content: center;
  font-weight: 600;
  color: #253668;
}

.team-cell {
  flex: 1;
  justify-content: flex-start;
  padding-left: 16px;
  gap: 10px;
}

.team-logo {
  width: 24px;
  height: 24px;
  object-fit: contain;
  flex-shrink: 0;
}

.team-name {
  font-weight: 500;
  color: #1e293b;
}

.own-team .team-name {
  color: white;
  font-weight: 600;
}

.stat-cell {
  flex: 0 0 50px;
  font-weight: 500;
  color: #475569;
}

.own-team .stat-cell {
  color: white;
}

.points-cell {
  font-weight: 600;
  color: #253668;
}

.own-team .points-cell {
  color: white;
}

.standings-error {
  background-color: #fef2f2;
  border: 1px solid #fecaca;
  color: #dc2626;
  padding: 16px;
  border-radius: 8px;
  margin: 20px 0;
  font-family: Hera, sans-serif;
  font-weight: 500;
  text-align: center;
}

/* Header row styling */
.standings-header .pos-cell {
  color: white;
}

.standings-header .team-cell {
  color: white;
  padding-left: 16px;
}

.standings-header .stat-cell {
  color: white;
}

/* Responsive styles for standings table */
@media (max-width: 768px) {
  .standings-cell {
    padding: 10px 6px;
    font-size: 12px;
  }
  .pos-cell {
    flex: 0 0 40px;
  }
  .stat-cell {
    flex: 0 0 40px;
  }
  .team-cell {
    padding-left: 12px;
    gap: 4px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .team-logo {
    width: 20px;
    height: 20px;
  }
  .standings-header {
    font-size: 12px;
  }
  /* Hide GF and GA columns on mobile */
  .standings-header .standings-cell:nth-child(7),
  .standings-header .standings-cell:nth-child(8),
  .standings-row .standings-cell:nth-child(7),
  .standings-row .standings-cell:nth-child(8) {
    display: none;
  }
}
@media (max-width: 480px) {
  .standings-cell {
    padding: 8px 4px;
    font-size: 11px;
  }
  .pos-cell {
    flex: 0 0 35px;
  }
  .stat-cell {
    flex: 0 0 35px;
  }
  .team-cell {
    padding-left: 8px;
    gap: 3px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .team-logo {
    width: 18px;
    height: 18px;
  }
  /* Hide GF and GA columns on small mobile */
  .standings-header .standings-cell:nth-child(7),
  .standings-header .standings-cell:nth-child(8),
  .standings-row .standings-cell:nth-child(7),
  .standings-row .standings-cell:nth-child(8) {
    display: none;
  }
}
/* Poule Results Styles */
.poule-results-container {
  background-color: white;
  overflow: hidden;
  margin: 20px 0;
  font-family: Hera, sans-serif;
}

.results-header {
  display: flex;
  background-color: #253668;
  color: white;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.results-row {
  display: flex;
  border-bottom: 1px solid #f1f5f9;
  transition: all 0.2s ease;
}

.results-row:hover {
  background-color: #f8fafc;
}

.results-row:last-child {
  border-bottom: none;
}

.results-row.own-team {
  background-color: #ff66c4;
  color: white;
  font-weight: 600;
}

.results-row.own-team:hover {
  background-color: #ff4db8;
}

.results-cell {
  padding: 12px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}

.date-cell {
  flex: 0 0 80px;
  justify-content: center;
  font-weight: 600;
  color: #253668;
}

.time-cell {
  flex: 0 0 70px;
  justify-content: center;
  font-weight: 500;
  color: #475569;
}

.match-cell {
  flex: 1;
  justify-content: center;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}

.team-name {
  font-weight: 500;
  color: #1e293b;
}

.vs-separator {
  color: #6b7280;
  font-weight: 400;
  margin: 0 5px;
}

.score-cell {
  flex: 0 0 80px;
  justify-content: center;
  font-weight: 600;
  color: #253668;
  font-size: 16px;
}

.status-cell {
  flex: 0 0 100px;
  justify-content: center;
  font-weight: 500;
  color: #475569;
  font-size: 12px;
}

.own-team .date-cell,
.own-team .time-cell,
.own-team .team-name,
.own-team .vs-separator,
.own-team .score-cell,
.own-team .status-cell {
  color: white;
}

.results-error {
  background-color: #fef2f2;
  border: 1px solid #fecaca;
  color: #dc2626;
  padding: 16px;
  border-radius: 8px;
  margin: 20px 0;
  font-family: Hera, sans-serif;
  font-weight: 500;
  text-align: center;
}

/* Header row styling for results */
.results-header .date-cell,
.results-header .time-cell,
.results-header .match-cell,
.results-header .score-cell,
.results-header .status-cell {
  color: white;
}

/* Responsive styles for results table */
@media (max-width: 768px) {
  .results-cell {
    padding: 10px 6px;
    font-size: 12px;
  }
  .date-cell {
    flex: 0 0 60px;
    font-size: 11px;
  }
  .time-cell {
    flex: 0 0 50px;
    font-size: 11px;
  }
  .score-cell {
    flex: 0 0 60px;
    font-size: 14px;
  }
  .status-cell {
    flex: 0 0 80px;
    font-size: 10px;
  }
  .match-cell {
    gap: 4px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 8px 4px;
  }
  .team-name {
    font-size: 11px;
    text-align: center;
  }
  .vs-separator {
    font-size: 10px;
    margin: 2px 0;
  }
  .results-header {
    font-size: 11px;
  }
}
@media (max-width: 480px) {
  .results-cell {
    padding: 8px 4px;
    font-size: 11px;
  }
  .date-cell {
    flex: 0 0 50px;
    font-size: 10px;
  }
  .time-cell {
    flex: 0 0 45px;
    font-size: 10px;
  }
  .score-cell {
    flex: 0 0 50px;
    font-size: 12px;
  }
  .status-cell {
    flex: 0 0 70px;
    font-size: 9px;
  }
  .match-cell {
    gap: 2px;
    padding: 6px 2px;
  }
  .team-name {
    font-size: 10px;
  }
  .vs-separator {
    font-size: 9px;
    margin: 1px 0;
  }
  /* Hide time column on very small screens */
  .results-header .time-cell,
  .results-row .time-cell {
    display: none;
  }
}
.facetwp-facet-player_positions select {
  font-family: Hera, sans-serif;
  font-size: 16px;
  padding: 10px 15px;
  border: 2px solid #253668;
  background-color: white;
  color: #253668;
  font-weight: 500;
  min-width: 200px;
  cursor: pointer;
  transition: all 0.3s ease;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27 fill=%27none%27 stroke=%27%23253668%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27%3e%3cpolyline points=%276,9 12,15 18,9%27%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px;
  padding-right: 40px;
}
.facetwp-facet-player_positions select:hover {
  border-color: #1a2850;
  box-shadow: 0 2px 8px rgba(37, 54, 104, 0.1);
}
.facetwp-facet-player_positions select:focus {
  outline: none;
  border-color: #253668;
  box-shadow: 0 0 0 3px rgba(37, 54, 104, 0.1);
}

.facetwp-facet-search {
  margin-bottom: 0 !important;
  border-radius: 0.5rem;
  padding: 1.25rem;
  font-family: Hera, sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #1e293b;
  background-color: #E5DFD2;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  top: 18px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.facetwp-facet-search:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  background-color: #DDD5C7;
}
.facetwp-facet-search:focus {
  outline: none;
  border-color: #253668;
  box-shadow: 0 0 0 3px rgba(37, 54, 104, 0.1);
}
.facetwp-facet-search input {
  border: none;
  outline: none;
  background-color: transparent;
  font-family: Hera, sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #253668;
}
.facetwp-facet-search input::placeholder {
  color: #253668;
}

.facetwp-facet-search {
  margin-bottom: 0 !important;
  border-radius: 0.5rem;
  padding: 1.25rem;
  font-family: Hera, sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #1e293b;
  background-color: #E5DFD2;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  top: 18px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.facetwp-facet-search:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  background-color: #DDD5C7;
}
.facetwp-facet-search:focus {
  outline: none;
  border-color: #253668;
  box-shadow: 0 0 0 3px rgba(37, 54, 104, 0.1);
}
.facetwp-facet-search input {
  border: none;
  outline: none;
  background-color: transparent;
  font-family: Hera, sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #253668;
}
.facetwp-facet-search input::placeholder {
  color: #253668;
}

/* FacetWP Pagination Styles */
.facetwp-facet-pagination {
  margin: 40px 0;
  text-align: center;
}

.facetwp-pager {
  display: inline-flex;
  align-items: center;
  gap: 30px;
  font-family: Hera, sans-serif;
  font-size: 18px;
  font-weight: 500;
  /* Responsive pagination */
}
@media (max-width: 768px) {
  .facetwp-pager {
    gap: 20px;
    font-size: 16px;
  }
}

.facetwp-page {
  color: #9CA3AF !important;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
}
.facetwp-page:hover {
  color: #253668 !important;
}
.facetwp-page.active {
  color: #253668 !important;
  font-weight: 600;
}
.facetwp-page.first, .facetwp-page.last {
  color: #253668;
  font-weight: 600;
}

.elementor-widget-hera_hero {
  width: 100%;
}

.hera-hero-widget {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 500px;
  padding: 3rem 2rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hera-hero-content {
  position: relative;
  z-index: 2;
  background: #E5DFD2;
  padding: 2.5rem;
  border-radius: 0.5rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  width: 100%;
}

.hera-hero-title {
  font-family: "Hera", sans-serif;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 2rem;
  color: #253668;
  text-align: center;
}

.hera-teams-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
  gap: 1.5rem;
}

.hera-team {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 1;
}

.hera-team-logo {
  margin-bottom: 1rem;
}
.hera-team-logo img {
  max-width: 80px;
  height: auto;
  object-fit: contain;
  border-radius: 50%;
}

.hera-team-name {
  font-family: "Hera", sans-serif;
  font-size: 1.25rem;
  font-weight: bold;
  color: #253668;
  text-transform: uppercase;
}

.hera-vs-separator {
  font-family: "Hera", sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: #253668;
}
.hera-vs-separator span {
  display: block;
}

.hera-match-details {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid #253668;
}
.hera-match-details > div {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-family: "Nobile", sans-serif;
  color: #253668;
}
.hera-match-details i {
  width: 20px;
  text-align: center;
  color: #ff66c4;
  font-size: 18px;
}
.hera-match-details span {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  text-transform: uppercase;
}

.hera-payoff-text {
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  color: #253668;
}

.hera-hero-button-wrapper {
  margin-top: 1.5rem;
  text-align: center;
}

.hera-hero-button {
  display: inline-block;
  padding: 0.875rem 2rem;
  color: white;
  font-family: "Hera", sans-serif;
  font-size: 1rem;
  font-weight: bold;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.hera-hero-button:hover {
  background: #E5DFD2;
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .hera-hero-widget {
    justify-content: center;
    min-height: auto;
    padding: 2rem 1rem;
  }
  .hera-hero-content {
    max-width: 100%;
    padding: 2rem 1.5rem;
  }
  .hera-hero-title {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .hera-teams-container {
    flex-direction: column;
    gap: 1rem;
  }
  .hera-team-logo img {
    max-width: 60px;
  }
  .hera-team-name {
    font-size: 1.1rem;
  }
  .hera-vs-separator {
    font-size: 1.25rem;
  }
  .hera-match-details {
    gap: 0.75rem;
    padding-top: 1rem;
  }
  .hera-match-details span {
    font-size: 0.9rem;
  }
  .hera-hero-button {
    font-size: 0.9rem;
    padding: 0.75rem 1.5rem;
  }
}
