.cb-nex-button-wrapper .cb-nex-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  padding: 16px 24px;
  border-radius: 6px;
  color: #fff;
  background-color: #15171a;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
  position: relative;
  text-transform: capitalize;
}

.cb-nex-button-wrapper .cb-nex-button:hover {
  background-color: #000;
}

.cb-nex-button-wrapper .cb-nex-button .button-icon svg {
  width: 1em;
  height: 1em;
  display: block;
  fill: currentColor;
}

.cb-nex-button-wrapper .cb-nex-button .button-icon i {
  color: currentColor;
}

.cb-nex-button-wrapper.style-2 .cb-nex-button .button-text {
  margin-right: 32px;
}

.cb-nex-button-wrapper.style-2 .cb-nex-button:hover .button-icon {
  width: calc(100% - 0.6em);
}

.cb-nex-button-wrapper.style-2 .button-icon {
  background: #fff;
  margin-left: 1em;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  border-radius: 6px;
  right: 0.3em;
  transition: all 0.3s;
}

.cb-nex-button-wrapper.style-2 .button-icon svg {
  fill: #15171a;
  width: 20px;
  height: 20px;
}

.cb-nex-button-wrapper.style-2 .button-icon i {
  color: #15171a;
}
