.office-hours-today {
    padding: .5rem;
    background-color: #f5f5f5;
    border-radius: 4px;
    border: 1px solid #e0e0e0;
}

.office-hours-today h3 {
  margin: 0 0 0.5rem 0;
  font-size: 1.1em;
  font-weight: bold;
  color: #333;
}

.office-hours-today .hours-block {
  margin-bottom: 0.25rem;
  font-size: 1.1em;
  color: #232D4B;
}

.office-hours-today .hours-comment {
  color: #666;
  font-size: 0.9em;
  margin-left: 0.5rem;
  font-style: italic;
}

/* Existing status styles */
.office-hours-status {
  margin: 1rem 0;
}

.status-indicator {
  display: inline-block;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  font-weight: bold;
}

.status-open {
  background-color: #dff0d8;
  color: #3c763d;
  border: 1px solid #d6e9c6;
}

.status-closed {
  background-color: #f2dede;
  color: #a94442;
  border: 1px solid #ebccd1;
}

.status-indicator {
  font-size: 1rem;
  font-weight: bold;
  padding: 0.5rem;
  border-radius: 4px;
  display: inline-block;
  margin-bottom: 0.5rem;
}

.status-open {
  background: #e3f3e3;
  color: #2d5a27;
  border: 1px solid #c1e9c1;
}

.status-closed {
  background: #f9e3e3;
  color: #7a2121;
  border: 1px solid #f1c1c1;
}

.next-available {
  font-size: 0.9em;
  margin-top: 0.5rem;
}

.office-hours-wrapper {
  margin-top: 1rem;
}

.office-hours-exceptions {
  margin-top: 2rem;
  padding: 1rem;
  background: #fff8e1;
  border-radius: 8px;
}

.office-hours-row.has-exception {
  background-color: #fff8e1;
}

.exception-notice {
  font-style: italic;
  color: #232D4B;
  margin-top: 0.5rem;
  font-size: 0.9em;
}

tr.office-hours-row {
    display: flex;
    flex-wrap: wrap;
    border-bottom: white solid 1px;
    margin-bottom: 1em;
}

td.office-hours-times {
    margin-bottom: 1em;
}

tr.office-hours-row {
    display: flex;
    flex-wrap: wrap;
    border-bottom: white solid 1px;
    margin-right: .5em;
    border: solid gray 1px;
    border-radius: 8px;
    padding: .5em;
    width: 100%;
    background: white;
    color: #232D4B;
}

.views-field-field-amenities h2 > a {
    text-decoration: none !important;
    font-size: 1.5rem;
}

.office-hours-complete-container {
    text-align: center;
}

.updates-section > .field--name-field-hours-of-operation .field--label {
  text-align: center;
}

.amenity {
  border: solid gray 1px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  padding: 0 1em 1.5em;
}

.amenity h2 a {
  text-decoration: none !important;
  font-size: 1.5rem;
}

.view-facility-hours h2 {
  text-align: center;
}

.view-facility-hours .view-content {
    border: gray 1px solid;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

.view-facility-hours .view-filters.form-group {
    background: #C8CBD2!important;
    padding: 1em;
}

.amenity-hours .field--name-field-amenities {
    display: flex;
    justify-content: center;
    gap: 1em;
    margin-top: 1em;
}

/* Exception Styles */
.exception-label {
  color: #232D4B;
  margin-left: 0.25rem;
  font-weight: bold;
}

.office-hours-row.has-exception {
  background-color: #FDDA24;
}

.exception-notice {
  font-style: italic;
  color: #232D4B;
  margin-top: 0.5rem;
  font-size: 0.9em;
}

.office-hours-exceptions {
  margin-top: 2rem;
  padding: 1rem;
  background-color: #FDDA24;
  border-radius: 8px;
  color: #232D4B;
}

.office-hours-exceptions h3 {
  color: #232D4B;
  margin-top: 0;
  margin-bottom: 1rem;
}

.office-hours-exceptions ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.office-hours-exceptions li {
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #ffeeba;
}

.office-hours-exceptions li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

/* Status indicator modifications for exceptions */
.status-indicator .exception-notice {
  margin-top: 0.25rem;
  padding-top: 0.25rem;
  border-top: 1px solid rgba(133, 100, 4, 0.2);
}

/* Updated row styles with exception handling */
tr.office-hours-row.has-exception {
    border: 1px solid #ffeeba;
}

.office-hours-complete-container .exception-notice {
    text-align: center;
    margin-top: 0.5em;
}

.status-indicator .hours-today {
    font-size: 0.9em;
    margin-top: 0.5rem;
}

.status-indicator .hours-comment {
    color: #666;
    font-size: 0.9em;
    margin-left: 0.5rem;
    font-style: italic;
}
