.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;
}