@import '../../../core/src/style/variables';

h1 {
  font-size: 1rem;
}

.RequestQuoteModal-container {
  margin-bottom: 20px;
  .PartSpecificQuoteWrapper {
    div {
      min-width: 100px;
      width: calc(100% - 100px);
      font-weight: bold;
      overflow: hidden;
      span {
        font-weight: normal;
      }
    }
  }
  .BomModal-emailDescription {
    font-size: $font-size-base;
  }
  .BomModal-emailInput {
    padding: 0.75em;
    display: block;
    width: 100%;
    border: 1px solid $grey;
    box-shadow: inset -2px 2px 0 2px #fff;
    margin-bottom: 5px;
  }
  .RequestQuoteModal-error {
    line-height: 14px;
    padding: 5px 0;
    display: flex;
    justify-content: space-between;
    .RequestQuoteModal-defaultEmail {
      text-align: right;
      .RequestQuoteModal-emailLink {
        color: $black;
        -webkit-appearance: none;
        background: none;
        border: none;
        font-size: 12px;
        padding: 0;
        margin: 0;
        text-decoration: underline;

        &:hover {
          color: $button-hover-black;
        }
      }
    }
  }
}

.RequestQuoteModal-actions {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  button {
    flex: 1;
    &:first-child {
      margin-right: 8px;
    }
  }
}
