.gor-hidden {
  display: none !important;
}

.gor-order-box {
  margin: 1rem 0;
  padding: 1rem;
  border: 1px solid #d9e2e6;
  border-radius: 3px;
  background: #f7f9fa;
}

.gor-order-box__title {
  margin-bottom: .35rem;
  color: #232323;
  font-size: 1rem;
  font-weight: 700;
}

.gor-order-box__description {
  margin-bottom: .75rem;
  color: #555;
  line-height: 1.45;
}

.gor-order-box__button {
  width: 100%;
  max-width: 360px;
  white-space: normal;
}

.gor-modal .modal-dialog {
  max-width: 500px;
}

.gor-modal .modal-header {
  padding: .85rem 1rem;
}

.gor-modal .modal-body {
  padding: .9rem 1rem .35rem;
}

.gor-modal .modal-footer {
  padding: .75rem 1rem;
}

.gor-product-summary {
  display: flex;
  flex-direction: column;
  gap: .55rem;
  align-items: center;
  margin-bottom: .85rem;
  text-align: center;
}

.gor-product-summary__image {
  display: block;
  width: 110px;
  height: 110px;
  flex: 0 0 110px;
  margin: 0 auto;
  border: 1px solid #e6e6e6;
  background: #fff;
  object-fit: contain;
}

.gor-product-summary__details {
  width: 100%;
  min-width: 0;
}

.gor-modal .form-group {
  margin-bottom: .7rem;
}

.gor-modal .form-group label {
  margin-bottom: .25rem;
}

.gor-current-combination {
  display: block;
  margin-top: .2rem;
  color: #777;
}

.gor-product-reference {
  display: block;
  margin-top: .25rem;
  color: #555;
}

.gor-customer-response {
  margin-top: .65rem;
  padding: .75rem .85rem;
  border-left: 4px solid #24b9d7;
  background: #f1f9fb;
  color: #232323;
}

.gor-customer-response__title {
  display: block;
  margin-bottom: .25rem;
}

.gor-quantity {
  max-width: 110px;
}

.gor-consent label {
  display: flex;
  gap: .5rem;
  align-items: flex-start;
  font-weight: 400;
}

.gor-consent input {
  margin-top: .25rem;
  flex: 0 0 auto;
}

.gor-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.gor-request-cards {
  display: none;
}

@media (max-width: 575px) {
  .gor-order-box {
    padding: .85rem;
  }

  .gor-order-box__button {
    max-width: none;
  }

  .gor-modal .modal-dialog {
    width: auto;
    max-width: none;
    margin: .35rem;
  }

  .gor-modal .modal-content {
    display: flex;
    max-height: calc(100vh - .7rem);
    flex-direction: column;
  }

  .gor-modal #grozis-order-request-form {
    display: flex;
    min-height: 0;
    flex: 1 1 auto;
    flex-direction: column;
  }

  .gor-modal .modal-body {
    min-height: 0;
    padding: .7rem .8rem .25rem;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .gor-modal .modal-header,
  .gor-modal .modal-footer {
    flex: 0 0 auto;
    padding: .65rem .8rem;
  }

  .gor-modal .modal-title {
    padding-right: 1.5rem;
    font-size: 1.05rem;
  }

  .gor-product-summary__image {
    width: 88px;
    height: 88px;
    flex-basis: 88px;
  }

  .gor-modal input.form-control,
  .gor-modal textarea.form-control {
    font-size: 16px;
  }

  .gor-modal .modal-footer {
    display: flex;
    gap: .5rem;
  }

  .gor-modal .modal-footer .btn {
    min-width: 0;
    flex: 1 1 50%;
    white-space: normal;
  }

  .gor-requests-desktop {
    display: none;
  }

  .gor-request-cards {
    display: block;
  }

  .gor-request-card {
    margin: 0 0 .9rem;
    padding: .9rem;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .06);
  }

  .gor-request-card__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: -.9rem -.9rem .8rem;
    padding: .65rem .9rem;
    border-bottom: 1px solid #e8e8e8;
    background: #f7f7f7;
  }

  .gor-request-card__header time {
    color: #777;
    font-size: .78rem;
  }

  .gor-request-card__product {
    margin-bottom: .8rem;
    line-height: 1.35;
  }

  .gor-request-card__label {
    display: block;
    margin-bottom: .2rem;
    color: #777;
    font-size: .75rem;
    font-weight: 600;
    text-transform: uppercase;
  }

  .gor-request-card__product a {
    overflow-wrap: anywhere;
    font-weight: 600;
  }

  .gor-request-card__facts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0;
    border-top: 1px solid #eee;
  }

  .gor-request-card__facts > div {
    min-width: 0;
    padding: .65rem .4rem .25rem 0;
  }

  .gor-request-card__facts dt {
    margin: 0 0 .15rem;
    color: #777;
    font-size: .72rem;
    font-weight: 600;
    text-transform: uppercase;
  }

  .gor-request-card__facts dd {
    margin: 0;
    color: #232323;
    font-size: .88rem;
    overflow-wrap: anywhere;
  }

  .gor-request-card .gor-customer-response {
    margin: .75rem 0 0;
  }
}
