.animated-icon-list-widget * {
  box-sizing: border-box;
}

.animated-icon-list-widget {
  width: 100%;
}

.animated-bullet-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.animated-list-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}

.animated-bullet-icon {
  width: 30px;
  height: 30px;
  object-fit: contain;
  flex-shrink: 0;
  margin-top: 4px;
}

.animated-list-item-content {
  margin-left: 15px;
  flex: 1;
}

.animated-list-item-title {
  margin: 0 0 8px 0;
  font-family: Inter;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.animated-list-item-description {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  font-family: "Aeonik TRIAL Regular", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 0;
}

/* Responsive styles */
@media (max-width: 767px) {
  .animated-list-item-title {
    font-size: 16px;
  }
  
  .animated-list-item-description {
    font-size: 13px;
  }
  
  .animated-bullet-icon {
    width: 20px;
    height: 20px;
  }
}
