.components-simple-button-render {
  .btn {
    padding: 10px 5px;
    width: 100%;
    font-size: 16px;
    text-align: center;
    color: white;
    background-color: var(--theme-primary);
    border-radius: 4px;

    &:active {
      opacity: .7;
    }

    &.shadow {
      border: 1px solid #eee;
      background: white;
      color: #333;
    }
  }
}
