.section-currencies-listings-single {
  padding: 2rem 0;
  background-color: #fff;
}
.section-currencies-listings-single .heading-flag {
  gap: 10px;
  align-items: center;
}
.section-currencies-listings-single .section-title {
  font-size: 2rem;
  font-weight: bold;
  margin: 0;
  text-align: center;
}
.section-currencies-listings-single .section-description {
  font-size: 1rem;
  color: #444;
  margin: 1rem auto;
  line-height: 1.6;
}
.section-currencies-listings-single .currency-list--flex {
  display: flex;
  flex-direction: column;
}
.section-currencies-listings-single .currency-list--flex .currency-row {
  display: flex;
  flex-direction: row;
  padding: 0.6rem 0;
  border-bottom: 1px solid #e0e0e0;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}
.section-currencies-listings-single .currency-list--flex .currency-row .currency-col + .currency-col {
  margin-top: 0.25rem;
}
.section-currencies-listings-single .currency-list--flex .currency-row .currency-col.name {
  margin-top: 0;
}
.section-currencies-listings-single .currency-list--flex .currency-row .currency-col {
  display: flex;
  align-items: center;
}
.section-currencies-listings-single .currency-list--flex .currency-row .currency-col img {
  width: 18px;
  height: 12px;
  object-fit: cover;
  border-radius: 2px;
  margin-right: 0.4rem;
}
.section-currencies-listings-single .currency-list--flex .currency-row .currency-col.from .code {
  font-weight: 600;
  font-size: 0.9rem;
  color: #333;
  line-height: 0;
}
.section-currencies-listings-single .currency-list--flex .currency-row .currency-col.name a {
  font-weight: 500;
  font-size: 0.92rem;
  color: var(--primary-section-color, #1a73e8);
  text-decoration: none;
}
.section-currencies-listings-single .currency-list--flex .currency-row .currency-col.link a {
  color: var(--primary-section-color, #1a73e8);
  font-weight: 500;
  font-size: 0.9rem;
  text-decoration: none;
}
.section-currencies-listings-single .currency-list--flex .currency-row .currency-col.link a:hover {
  text-decoration: underline;
  color: var(--secondary-color, #d9304c);
}
@media (min-width: 768px) {
  .section-currencies-listings-single .currency-list--flex .currency-row {
    flex-direction: row;
    align-items: center;
    padding: 0.4rem 0;
  }
  .section-currencies-listings-single .currency-list--flex .currency-row .currency-col {
    margin: 0;
  }
  .section-currencies-listings-single .currency-list--flex .currency-row .currency-col.from {
    flex: 0 0 auto;
    min-width: 70px;
  }
  .section-currencies-listings-single .currency-list--flex .currency-row .currency-col.name {
    flex: 1 1 auto;
  }
  .section-currencies-listings-single .currency-list--flex .currency-row .currency-col.link {
    flex: 0 0 auto;
    text-align: right;
    justify-content: flex-end;
  }
}

body.ce-exchange-rates-single .section-subheader {
  padding: 27px 0 0;
}
body.ce-exchange-rates-single .section-subheader .breadcrumbs {
  color: var(--primary-section-color, #1a73e8);
}
body.ce-exchange-rates-single .section-subheader .breadcrumbs a {
  color: var(--primary-section-color, #1a73e8);
  text-decoration: none;
}

/*# sourceMappingURL=currencies-listings-single.css.map */
