/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 22 2026 | 07:40:26 */
.lev-cinfo__item{
  display: flex;
  gap: 18px;
  margin-bottom: 30px;
}
.lev-cinfo__item:last-child{ margin-bottom: 0; }

.lev-cinfo__icon{
  flex: 0 0 auto;
  width: 52px;
  height: 52px;
  border: 1px solid #B89456;          /* gold ring */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #A07C3B;                      /* gold icon */
}

.lev-cinfo__label{
  margin: 0 0 4px;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #2B2722;                      /* ink */
}

.lev-cinfo__text{
  margin: 0;
  font-family: "EB Garamond", serif;
  font-size: 16.5px;
  line-height: 1.5;
  color: #6E665A;                      /* muted */
}
.lev-cinfo__text strong{
  color: #2B2722;                      /* ink */
  font-weight: 600;
}

/* Mobile */
@media (max-width: 767px){
  .lev-cinfo__item{ gap: 14px; margin-bottom: 24px; }
  .lev-cinfo__icon{ width: 46px; height: 46px; }
  .lev-cinfo__text{ font-size: 16px; }
}



