@use '@carbon/colors';
@use '@carbon/layout';
@use '@carbon/type';

.buttonSection {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row;
  padding-top: layout.$spacing-03;
  width: 100%;
}
.actionBtns {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
  flex-direction: row;
  padding-top: layout.$spacing-03;
  width: 100%;
}

.nameOrder {
  margin-top: layout.$spacing-03;
  font-size: type.type-scale(2);
  margin-left: layout.$spacing-04;
}

.testOrder {
  font-size: type.type-scale(2);
  font-weight: bold;
}

.actionButtons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}

.orderDetailsContainer {
  width: 80%;
  display: flex;
  flex-direction: column;
  padding: layout.$spacing-05;
  margin-left: layout.$spacing-13;
  background-color: colors.$white-0;
  margin: layout.$spacing-05 0;
}

.orderUrgency {
  display: flex;
  justify-content: flex-end;
  font-size: type.type-scale(2);
  margin-bottom: layout.$spacing-03;
}
.printBtn {
  --cds-layout-size-height-context: var(--cds-layout-size-height-sm, 2rem);
  --cds-layout-size-height: var(--cds-layout-size-height-context);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: justify;
  padding: 0 layout.$spacing-04;
  gap: layout.$spacing-05;
  margin-right: layout.$spacing-05;
}
.orderHeader {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0;
  margin-bottom: layout.$spacing-03;
}

.orderNumber {
  font-size: type.type-scale(2);
}

.orderStatus {
  font-size: type.type-scale(2);
}

.orderDate {
  text-align: right;
  font-size: type.type-scale(2);
}

.instructions {
  text-align: justify;
  font-size: type.type-scale(1);
}

.urgencyStatus {
  font-size: type.type-scale(2);
  margin-top: layout.$spacing-03;
}

.instructionLabel {
  font-weight: bold;
  font-size: type.type-scale(2);
}
.orderName {
  font-weight: bold;
  font-size: type.type-scale(2);
}

.labResultSlot {
  text-align: center;
  margin-bottom: layout.$spacing-03;
}

.accordionTitle {
  font-weight: bold;
}
