.simple-company-cta-box {
  background: #fff;
  /**border: 1px solid #eaeaea;**/
  /**border-radius: 10px;**/
  /**box-shadow: 0 2px 10px rgba(80,110,150,0.04);**/
  /**max-width: 570px;**/
  margin: 18px auto 24px auto;
  padding: 18px 15px 13px 15px;
  font-size: 1.05em;
}
.cta-main-table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.cta-title {
  font-weight: bold;
  font-size: 1.18em !important;
  padding: .5rem;
  background: #f9fbfc;
  text-align: left;
  border-bottom: 1px solid #f9fbfc;
}
.cta-features {
  padding: .5rem !important;
  color: #4d5d75;
  font-size: 0.7rem !important;
  background: #f9fbfc;
}
.cta-feature-item {
  margin-bottom: 2px;
}
.cta-img-td {
  width: 120px;
  text-align: center;
  vertical-align: top;
  background: #f8fafc;
  border-right: 1px solid #f2f2f2;
}
.cta-img {
  width: 94px;
  height: auto;
  border-radius: 7px;
  /**background: #f4f7fb;**/
  margin: 6px 0 7px 0;
}
.cta-info-row {
  margin: 3px 0 4px 0;
  font-size: 1em;
  display: flex;
  align-items: center;
}
.cta-label {
  font-weight: bold;
  margin-right: 7px;
  color: #4275c9;
  font-size: 0.98em;
}
.review-row {
  margin-top: 3px;
}
.cta-stars {
  color: #f6a21a;
  font-size: 1.15em;
  margin-right: 6px;
}
.cta-score {
  font-weight: bold;
  margin-right: 7px;
}
.cta-review-count {
  color: #888;
  font-size: 0.97em;
}
.cta-btns {
  margin-top: 11px;
  display: flex;
  flex-wrap: wrap;
  gap: 9px 12px;
}
.simple-cta-btn {
  display: inline-block;
  background: #f8a13f;
  color: #fff !important;
  border-radius: 5px;
  padding: 10px 26px;
  font-weight: bold;
  font-size: 1.09em;
  text-decoration: none;
  transition: background .18s;
  box-shadow: 0 1px 2px rgba(0,0,0,0.03);
}
.simple-cta-btn:hover { background: #e5841c; color: #fff; }
.simple-cta-btn.sub {
  background: #e9eff7;
  color: #267dc6 !important;
  border: 1px solid #c5dbf2;
  padding: 10px 18px;
}
.simple-cta-btn.disabled {
  background: #ddd;
  color: #aaa !important;
  pointer-events: none;
}
@media (max-width: 540px) {
  .simple-company-cta-box { padding: 8px 2vw; }
  .cta-main-table table { font-size: 0.98em; }
  .cta-img { width: 75px; }
  .cta-btns { flex-direction: column; gap: 7px 0; }
}
