[data-component-id="gorki:eventim_button"] {
  &.event-sold-out{
    display: block;
    margin-bottom: 17px;
    margin-right: 0;
    .h4 {
      font-family: "RodchenkoGroteskML", sans-serif;
      font-weight: normal;
      font-size: 2rem;
      margin-bottom: 0.5rem;
      color: #DD4F3F !important;
    }
    p {
      color: #DD4F3F !important;
      font-size: 1.4rem;
      line-height: 2rem;
    }
  }

  &.button-wrapper {
    min-width: 160px;
    .cta-btn {
      min-width: 100%;
      a {
        text-decoration: none;
      }
      a::selection {
        color: #FF2121;
      }
      &.is-disabled {
        color: grey;
        box-shadow: 4px 5px 0 grey;
        border: solid 4px grey;
      }
    }
  }

}
