.custom-inline-button {
 background: #c6d8f1;
  padding: 0.5rem 2rem 0.7rem 2rem;
  border-radius: 55px;
  border: none;
}

.custom-inline-button a {
  font-family: var( --e-global-typography-6b960af-font-family ), Sans-serif;
  font-size: var( --e-global-typography-6b960af-font-size );
  font-weight: var( --e-global-typography-6b960af-font-weight );
line-height: var( --e-global-typography-6b960af-line-height );
  color: #000;
}

.custom-inline-button:hover {
  background: #cd856f;
  
  &

  a {
    color: #fff;
  }
}