/* Student Time Records Page */
.student-time-records {
  display: flex;
  gap: 5em;
}

.student-time-records .view-display {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
}

.student-time-records .forms {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 350px;
  display: flex;
  gap: 2em;
  flex-direction: column;
}

.student-time-records #edit-lunch-break--wrapper {
  border: none;
  padding: 0;
}


@media (max-width: 768px) {
  .student-time-records {
    flex-direction: column-reverse;
    gap: 0;
  }

  .student-time-records .forms {
    flex-basis: initial;
  }
}



/*.missing-time-records-block {*/
/*  background-color: #fff4e5; !* lighter orange *!*/
/*  border: 3px solid #d2691e; !* darker orange *!*/
/*  padding: 20px; !* added padding for space between text and border *!*/
/*  border-radius: 6px; !* slightly rounded corners *!*/
/*  color: #b35900; !* complementary darker orange text color *!*/
/*  font-family: Arial, sans-serif; !* optional: clean font *!*/
/*  font-size: 1.1em;*/
/*}*/

/*.missing-time-records-block .block-content {*/
/*    margin: 0 1em;*/
/*}*/

/*.missing-time-records-block a {*/
/*  display: inline-block;*/
/*  background-color: #ff6600; !* bright orange button background *!*/
/*  color: #ffffff; !* white text *!*/
/*  padding: 10px 18px;*/
/*  border-radius: 4px;*/
/*  font-weight: bold;*/
/*  text-decoration: none;*/
/*  transition: background-color 0.3s ease;*/
/*}*/

/*.missing-time-records-block a:hover,*/
/*.missing-time-records-block a:focus {*/
/*  background-color: #cc5200; !* darker orange on hover/focus *!*/
/*  color: #fff;*/
/*  outline: none;*/
/*}*/

form.smahe-ctr-student-dates-form .js-form-item-selected-dates {
  display: none;
}
