.smartpack {
    margin: 16px 0;
}

.smartpack .smartpack-textinfo {
    display: flex;
    gap: 8px;
    align-items: center;
}

.smartpack .smartpack-recommended-icon {
  color: #215237;
}

.smartpack .smartpack-add-button {
  background-color: #bdc7bd;
  border-color: #bdc7bd;
  color: #023B1C;
}

.smartpack .smartpack-add-button:hover {
  background-color: #9EAFA2;
}
