.multi-select-cta {
  background: #ffffff;
  border-radius: 20px;
  border: 2px solid #29355d;
  overflow: hidden;
  margin-top: 1em;
  margin-bottom: 1em;
  max-width: 685px;
}

.multi-select-cta .header {
  background: #29355d;
  padding: 2.5em 2em 2em;
  color: #ffffff;
}

.multi-select-cta .header .thryv-logo {
  display: block;
  margin-bottom: 0.5em;
}

.multi-select-cta .header .title {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
  font-size: 24px !important;
  font-weight: bold !important;
  color: #ffffff !important;
}

.multi-select-cta .body {
  background: #ffffff;
  padding: 2em 0;
  display: flex;
}

.multi-select-cta .body .controls-container {
  width: 40%;
  padding: 0 2em;
}

.multi-select-cta .body .controls-container .control:not(:last-of-type) {
  margin-bottom: 20px;
}

.multi-select-cta .body .controls-container .control[data-center] {
  background: rgba(255, 255, 255, 0);
  border: 2px solid rgba(255, 255, 255, 0);
  border-radius: 20px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.multi-select-cta .body .controls-container .control.active[data-center="command"] {
  background: #fff9f7;
  border: 2px solid #ffd6c3;
}

.multi-select-cta .body .controls-container .control.active[data-center="business"] {
  background: #f9f9f9;
  border: 2px solid #e1e1e1;
}

.multi-select-cta .body .controls-container .control.active[data-center="marketing"] {
  background: #f5fdf8;
  border: 2px solid #caebeb;
}

.multi-select-cta .body .info-container {
  padding: 1em 2em;
  flex-grow: 1;
  border-left: 1px solid rgba(128, 128, 128, 0.5);
  width: 60%;
}

.multi-select-cta .body .info-container .center-info .center-name {
  font-size: 24px;
  font-weight: bold;
  color: #121212 !important;
  letter-spacing: -1px;
  margin-bottom: 0.25em !important;
  margin-top: 0 !important;
  line-height: 1.5 !important;
}

.multi-select-cta .body .info-container .center-info .center-tagline {
  font-size: 20px;
  font-weight: 600;
  color: #121212 !important;
  letter-spacing: -1px;
  margin-bottom: 0.5em !important;
  margin-top: 0 !important;
  line-height: 1.5 !important;
}

.multi-select-cta .body .info-container .center-info .center-details {
  padding: 0 !important;
  list-style: none;
}

.multi-select-cta .body .info-container .center-info .center-details li:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("../../../../../../media/green-circle-check.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 3px;
}

.multi-select-cta .body .info-container .center-info .center-details li {
  font-size: 16px;
  font-weight: 600;
  color: #121212;
  display: flex;
  column-gap: 10px;
  line-height: 1.5;
  margin-bottom: 12px;
}

.multi-select-cta .body .info-container .center-info a.center-link-button {
  background-color: #ff5000;
  color: #fff !important;
  border-radius: 30px;
  display: block;
  cursor: pointer;
  padding: 10px 40px !important;
  font-size: 16px !important;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 2em;
  text-align: center;
  text-decoration: none !important;
}
