.cpa-sidebar-page:after {
  clear: both;
  content: "";
}

.cpa-sidebar-page .box {
  width: 100%;
  float: left;
  border: 1px solid #ddd;
  border-radius: 13px;
  margin-bottom: 10px;
  background: white;
}

.cpa-sidebar-page .box .header {
  color: #d88003;
  padding: 10px 15px 10px 20px;
  font-size: 1.3rem;
  position: relative;
  box-shadow: 0 5px 5px -2px #ddd;
}

.cpa-sidebar-page .box .header:before {
  content: ">";
  position: absolute;
  top: 50%;
  left: -10px;
  width: 16px;
  height: 16px;
  transform: translate(0px, -50%);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2px 2px 2px 3px;
  font-weight: bold;
  background: white;
  font-size: 12px;
  box-shadow: 1px 1px 1px 2px #ddd;
}

.cpa-sidebar-page .box .body {
  padding: 8px 0;
  display: flex;
}

.cpa-sidebar-page .box .body .right,
.cpa-sidebar-page .box .body .left {
  display: inline-block;
}

.cpa-sidebar-page .box .body .right {
  padding: 0 8px;
}

.cpa-sidebar-page .box .body .right .text {
  font-size: 0.8rem;
  line-height: 1.4;
}

.cpa-sidebar-page .box .body .right a {
  font-size: 0.8rem;
  border: 1px solid #ddd;
  border-radius: 11px;
  padding: 2px 20px;
  background: linear-gradient(180deg, #ddd, transparent);
  display: inline-block;
  margin-top: 5px;
}

.cpa-sidebar-page .box .body .right p {
  margin: 0;
}

