.spot-native {
  background-color: rgba(0, 0, 0, 0.02);
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 12px, transparent 12px, rgba(0, 0, 0, 0.03) 24px);
  padding: 16px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.spot-native > div {
  margin: 0;
}
.spot-native > div:first-child {
  text-align: left;
  margin-right: 16px;
}
.spot-native > div:last-child {
  -webkit-align-self: center;
  -ms-align-self: center;
  align-self: center;
}
.spot-native h4 {
  font-size: 22px;
  line-height: 1.2;
}
.spot-native h4.color-purple {
  color: #8f4bab;
}
.spot-native h4.color-blue {
  color: #0d8aee;
}
.spot-native h4.color-red {
  color: #e11b0c;
}
.spot-native p {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.87);
  line-height: 1.2;
  margin-top: 4px;
  font-weight: lighter;
}
.spot.spot-graphic a {
  display: inline-block;
}
.spot a * {
  pointer-events: none;
}
#widget-popular-services .widget-content ul,
#widget-popular-services .widget-content ol {
  list-style: none;
}
#widget-popular-services .widget-content h4 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: lighter;
  line-height: 1.5;
}
#widget-popular-services .widget-content h5 {
  text-transform: uppercase;
}
#widget-popular-services .widget-content a {
  color: rgba(0, 0, 0, 0.87);
}
#widget-popular-services .widget-content a p {
  color: rgba(0, 0, 0, 0.54);
  font-size: 16px;
  margin-top: 4px;
  font-weight: lighter;
}
#widget-popular-services .widget-content a:hover {
  color: #0a6ebd;
}
#widget-popular-services .widget-content a:hover p {
  color: #0a6ebd;
}
#widget-popular-services .widget-content ul > li:not(:first-child) {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08);
}
#widget-popular-services .widget-content ol > li {
  margin-top: 24px;
  position: relative;
}
#widget-popular-services .widget-content ol > li .rating {
  position: absolute;
  top: 0;
  right: 0;
}
aside #widget-popular-services .widget-content ol > li .rating {
  position: relative;
  margin-top: 4px;
}
