.tips-insight,
.tips-protip,
.tips-scenario,
.tips-warning {
  padding: 8px 20px 15px;
  padding-left: 10px;
  margin: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-family: var(--zf-primary-regular); }
  .tips-insight p,
  .tips-protip p,
  .tips-scenario p,
  .tips-warning p {
    width: 100%;
    line-height: 20px;
    font-size: 14px;
    font-style: italic;
    margin: 0;
    padding-top: 15px;
 }
  .tips-insight b,
  .tips-protip b,
  .tips-scenario b,
  .tips-warning b {
    font-style: normal; }

.tips-insight {
  border-left: 3px solid #ffc05f;
  background: linear-gradient(90deg, rgba(255, 192, 95, 0.14), rgba(255, 255, 255, 0.5)); }
  .tips-insight b {
    color: #ffc05f; }

.tips-protip {
  border-left: 3px solid #6ab76d;
  background: linear-gradient(270deg, rgba(240, 240, 240, 0.1) 5%, rgba(106, 183, 109, 0.07)); }
  .tips-protip b {
    color: #6ab76d; }

.tips-scenario {
  background: linear-gradient(270deg, rgba(252, 252, 252, 0.12) 5%, rgba(149, 120, 249, 0.07) 98%);
  border-left: 3px solid #9578f9; }
  .tips-scenario b {
    color: #9578f9; }

.tips-warning {
  background: linear-gradient(270deg, rgba(240, 240, 240, 0.1) 5%, rgba(226, 123, 146, 0.07));
  border-left: 3px solid #ff6884; }
  .tips-warning b {
    color: #ff6884; }

.tips-insight-img,
.tips-scenario-img,
.tips-protip-img,
.tips-warning-img {
  width: 50px;
    height: 50px;
    position: relative;
    flex-shrink: 0;
    margin-right: 10px;
    text-indent: -999px; }

.tips-insight-img {
  background: url(/sites/zweb/images/people/help/insight.svg); }

.tips-protip-img {
  background: url(/sites/zweb/images/people/help/protip.svg); }

.tips-scenario-img {
  background: url(/sites/zweb/images/people/help/scenario.svg); }

.tips-warning-img {
  background: url(/sites/zweb/images/people/files/warning.svg); }