.elementor-2972 .elementor-element.elementor-element-aab4a8f{--display:flex;--overflow:hidden;}/* Start custom CSS for html, class: .elementor-element-528f19e *//*body {*/
/*  font-family: figtree;*/
/*  margin: 0;*/
/*  padding: 20px;*/
/*  background-color: #f5f5f5;*/
/*}*/

.currency-card-leverage {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 400px;
  background-color: #ffffff;
  padding: 12px 16px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.currency-info {
  display: flex;
  flex-direction: column;
}

.currency-code {
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  font-family: figtree;
  line-height: 19px;
}

.currency-desc {
    font-family: figtree;
  font-size: 16px;
  line-height: 19px;
  font-weight: 300;
  color: #6C6C6C;
  width: 170px;
}

.currency-details-lev {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  background-color: #ffffff;
  padding: 0 16px;
  margin-top: 8px;
  margin-bottom: 20px;
  border-bottom: solid 1px #939292;
}

.currency-details-lev ul li {
  display: grid;
  grid-template-columns: 2fr 1fr; 
  padding: 4px 0;
}

.currency-details-lev ul li strong {
  grid-column: 1;
  text-align: left;
}

.currency-details-lev ul li {
  text-align: right;
}

.currency-details-lev ul {
  padding: 12px 0;
  margin: 0;
  list-style: none;
}

.currency-details-lev li {
  font-size: 16px;
  font-family: figtree;
  font-weight: 500;
  line-height: 19px;
  color: #000000;
  margin-bottom: 4px;
}

.currency-details-lev strong{
    color: #444444;
    font-family: figtree;
    font-size: 16px;
    line-height: 28px;
}

.arrow-icon-lev {
  transition: transform 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.arrow-icon-lev.down {
  transform: rotate(90deg);
}

.par-lev{
    font-family: figtree;
    color: #6C6C6C;
    font-size: 14px;
    line-height: 19px;
}/* End custom CSS */