.cr_cashPayment-info {
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  padding: 16px 20px;
  background: #fff;
}

/* Título principal */
.cr_cashPayment-info h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #333;
}

/* Texto introductorio */
.cr_cashPayment-info p {
  margin-bottom: 12px;
  font-size: 15px;
  color: #555;
}

/* Lista de beneficios */
.cr_cashPayment-info ul {
  margin: 0 0 10px 18px;
  padding: 0;
  font-size: 14px;
  color: #444;
  line-height: 2.6;
  list-style: inside;
}

/* Bloque IMPORTANTE */
.cr_cashPayment-info .important-block {
  background: #fff8e5;
  border-left: 4px solid #ffb300;
  padding: 12px 14px;
  margin-top: 14px;
  border-radius: 6px;
}

/* Título del bloque IMPORTANTE */
.cr_cashPayment-info .important-block p {
  margin: 0 0 6px 0;
  font-weight: 600;
  color: #d98200;
  font-size: 14px;
}

/* Lista dentro del bloque IMPORTANTE */
.cr_cashPayment-info .important-block ul {
  margin: 0;
  padding-left: 18px;
  font-size: 13.5px;
  color: #3c3c3c;
  line-height: 1.6;
  list-style: disc;
}


.confirmacion-pago-cr {
    font-family: Arial, sans-serif;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    background-color: #fff;
  }
  
  /* HEADER */
  .confirmacion-pago-cr .header {
    background-color: #0097D6;
    color: #fff;
    padding: 20px;
    text-align: center;
  }
  
  .confirmacion-pago-cr .header h2 {
    margin: 0;
    font-size: 22px;
    font-weight: bold;
  }
  
  .confirmacion-pago-cr .header p {
    margin: 5px 0 0;
    font-size: 14px;
  }
  
  /* BODY */
  .confirmacion-pago-cr .body {
    background-color: #F5F8FA;
    padding: 20px;
    color: #333;
    line-height: 1.6;
  }
  
  .confirmacion-pago-cr .item {
    display: flex;
    align-items: center;
    margin: 25px 0;
  }
  
  .confirmacion-pago-cr .body .icon {
    font-size: 22px;
    margin-right: 10px;
    line-height: 1.2;
  }
  
  .confirmacion-pago-cr .item-content {
    text-align: left;
    line-height: 1.2rem;
  }
  
  .confirmacion-pago-cr .item-content strong {
    text-transform: uppercase;
    font-size: 1.1rem;
  }
  
  .confirmacion-pago-cr .item-content p {
    margin: 3px 0 0;
    font-size: 16px;
  }
  
  /* FOOTER */
  .confirmacion-pago-cr .footer {
    background-color: #fff;
    padding: 20px;
    text-align: center;
    border-top: 1px solid #ddd;
  }
  
  .confirmacion-pago-cr .footer strong {
    color: #0097D6;
    font-size: 24px;
    display: block;
    margin-bottom: 10px;
  }
  
  