/* Breakpoints */
/* Containers */
/* 
  Brand Guideline Colors
  ? Note: These names are useful as they match the named colors in Figma design system
  ?       which lets us use pixel-perfect colors (without thinking) when implementing new designs
*/
/* Font sizes */
/* Padding values */
/* Mobile padding values */
/* Margin values */
/* Mobile margin values */
/** 2023 WIP Design-system classes and mixins **/
/* line 105, app/assets/stylesheets/cms/cms_variables.scss */
.body {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

/* line 108, app/assets/stylesheets/cms/cms_variables.scss */
.body-large {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}

/* line 5, app/assets/stylesheets/classroom_finder.scss */
body {
  font-family: "Asap", sans-serif;
}

/* line 10, app/assets/stylesheets/classroom_finder.scss */
.classroom-finder-header strong {
  color: #0066cc;
}

/* line 16, app/assets/stylesheets/classroom_finder.scss */
.course_header_breadcrumb a {
  font-size: 16px;
}

/* line 19, app/assets/stylesheets/classroom_finder.scss */
.course_header_breadcrumb svg {
  margin-left: 1rem;
  margin-right: 1rem;
}

/* line 28, app/assets/stylesheets/classroom_finder.scss */
.classroom-finder {
  font-size: 16px !important;
  padding: 2em 0;
}

/* line 32, app/assets/stylesheets/classroom_finder.scss */
.classroom-finder-header {
  margin-bottom: 2em;
}

/* line 35, app/assets/stylesheets/classroom_finder.scss */
.classroom-finder-header h1 {
  font-size: 2em;
  font-weight: 600;
  color: #003462;
  margin-bottom: 0.5em !important;
}

/* line 41, app/assets/stylesheets/classroom_finder.scss */
.classroom-finder-header h1 #location-display {
  color: #0066cc;
}

/* line 46, app/assets/stylesheets/classroom_finder.scss */
.classroom-finder-header .results-count {
  color: #666;
  font-size: 1em;
  margin: 0;
}

/* line 55, app/assets/stylesheets/classroom_finder.scss */
.search-filter-bar {
  display: flex;
  gap: 1em;
  align-items: flex-end;
  padding: 1.5em;
  background: white;
  border-radius: 8px;
  margin-bottom: 1em;
  flex-wrap: wrap;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  border: 1px solid #e0e0e0;
}

/* line 67, app/assets/stylesheets/classroom_finder.scss */
.search-filter-bar .filter-group {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 150px;
}

/* line 73, app/assets/stylesheets/classroom_finder.scss */
.search-filter-bar .filter-group label {
  font-size: 0.875em !important;
  font-weight: 500;
  color: #333;
  margin-bottom: 0.5em;
}

/* line 80, app/assets/stylesheets/classroom_finder.scss */
.search-filter-bar .filter-group input,
.search-filter-bar .filter-group select {
  padding: 0.75em 1em;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 1em !important;
  width: 100%;
  background: white;
  height: 44px;
}

/* line 90, app/assets/stylesheets/classroom_finder.scss */
.search-filter-bar .filter-group input:focus,
.search-filter-bar .filter-group select:focus {
  outline: none;
  border-color: #0066cc;
  box-shadow: 0 0 0 2px rgba(0, 102, 204, 0.1);
}

/* line 98, app/assets/stylesheets/classroom_finder.scss */
.search-filter-bar .filter-group select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}

/* line 106, app/assets/stylesheets/classroom_finder.scss */
.search-filter-bar .filter-group .input-with-icon select {
  padding-right: 3em;
}

/* line 111, app/assets/stylesheets/classroom_finder.scss */
.search-filter-bar .filter-group #date-range-input {
  cursor: pointer;
  padding-left: 3em;
  padding-right: 1em;
}

/* line 116, app/assets/stylesheets/classroom_finder.scss */
.search-filter-bar .filter-group #date-range-input:focus {
  border-color: #0066cc;
  box-shadow: 0 0 0 2px rgba(0, 102, 204, 0.1);
}

/* line 122, app/assets/stylesheets/classroom_finder.scss */
.search-filter-bar .filter-group .input-with-icon {
  position: relative;
  display: flex;
  align-items: center;
}

/* line 127, app/assets/stylesheets/classroom_finder.scss */
.search-filter-bar .filter-group .input-with-icon .location-icon,
.search-filter-bar .filter-group .input-with-icon .calendar-icon,
.search-filter-bar .filter-group .input-with-icon .search-icon {
  position: absolute;
  left: 1em;
  color: #666;
  pointer-events: none;
  z-index: 1;
  width: 18px;
  height: 18px;
}

/* line 139, app/assets/stylesheets/classroom_finder.scss */
.search-filter-bar .filter-group .input-with-icon .dropdown-icon {
  position: absolute;
  right: 1em;
  color: #666;
  pointer-events: none;
  z-index: 1;
  width: 18px;
  height: 18px;
}

/* line 149, app/assets/stylesheets/classroom_finder.scss */
.search-filter-bar .filter-group .input-with-icon input {
  padding-left: 3em;
  padding-right: 3.5em;
}

/* line 154, app/assets/stylesheets/classroom_finder.scss */
.search-filter-bar .filter-group .input-with-icon input[type="date"] {
  padding-right: 1em;
}

/* line 159, app/assets/stylesheets/classroom_finder.scss */
.search-filter-bar .filter-group .input-with-icon.course-subject-input {
  cursor: pointer;
  transition: all 0.2s ease;
}

/* line 163, app/assets/stylesheets/classroom_finder.scss */
.search-filter-bar .filter-group .input-with-icon.course-subject-input input {
  cursor: pointer;
  padding-right: 3em;
  transition: all 0.2s ease;
}

/* line 170, app/assets/stylesheets/classroom_finder.scss */
.search-filter-bar .filter-group .input-with-icon.course-subject-input:hover input {
  border-color: #0066cc;
  box-shadow: 0 0 0 2px rgba(0, 102, 204, 0.08);
}

/* line 175, app/assets/stylesheets/classroom_finder.scss */
.search-filter-bar .filter-group .input-with-icon.course-subject-input:hover .search-icon,
.search-filter-bar .filter-group .input-with-icon.course-subject-input:hover .dropdown-icon {
  color: #0066cc;
}

/* line 182, app/assets/stylesheets/classroom_finder.scss */
.search-filter-bar .filter-group .input-with-icon .location-detect-btn {
  position: absolute;
  right: 0.5em;
  background: none;
  border: none;
  padding: 0.5em;
  cursor: pointer;
  color: #666;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  width: 36px;
  height: 36px;
}

/* line 197, app/assets/stylesheets/classroom_finder.scss */
.search-filter-bar .filter-group .input-with-icon .location-detect-btn:hover {
  color: #0066cc;
}

/* line 201, app/assets/stylesheets/classroom_finder.scss */
.search-filter-bar .filter-group .input-with-icon .location-detect-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* line 206, app/assets/stylesheets/classroom_finder.scss */
.search-filter-bar .filter-group .input-with-icon .location-detect-btn svg {
  width: 18px;
  height: 18px;
}

/* line 214, app/assets/stylesheets/classroom_finder.scss */
.search-filter-bar .filter-group .location-autocomplete .location-suggestions {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin-top: 0.25em;
  max-height: 200px;
  overflow-y: auto;
  z-index: 1000;
}

/* line 228, app/assets/stylesheets/classroom_finder.scss */
.search-filter-bar .filter-group .location-autocomplete .location-suggestions .suggestion-item {
  padding: 0.75em 1em;
  padding-left: 3em;
  cursor: pointer;
  font-size: 0.875em;
  color: #333;
  border-bottom: 1px solid #f0f0f0;
  transition: background-color 0.15s;
}

/* line 237, app/assets/stylesheets/classroom_finder.scss */
.search-filter-bar .filter-group .location-autocomplete .location-suggestions .suggestion-item:last-child {
  border-bottom: none;
}

/* line 241, app/assets/stylesheets/classroom_finder.scss */
.search-filter-bar .filter-group .location-autocomplete .location-suggestions .suggestion-item:hover, .search-filter-bar .filter-group .location-autocomplete .location-suggestions .suggestion-item.active {
  background-color: #f5f5f5;
  color: #0066cc;
}

/* line 253, app/assets/stylesheets/classroom_finder.scss */
.filter-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75em;
  margin-bottom: 1em;
  padding: 0.75em 1em;
  background: #f8f9fa;
  border-radius: 4px;
}

/* line 262, app/assets/stylesheets/classroom_finder.scss */
.filter-tags .filter-tag {
  display: flex;
  align-items: center;
  gap: 0.5em;
  padding: 0.5em 0.75em;
  background: white;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 0.875em;
}

/* line 272, app/assets/stylesheets/classroom_finder.scss */
.filter-tags .filter-tag .filter-tag-label {
  color: #666;
  font-weight: 500;
}

/* line 277, app/assets/stylesheets/classroom_finder.scss */
.filter-tags .filter-tag .filter-tag-value {
  color: #333;
  font-weight: 600;
}

/* line 282, app/assets/stylesheets/classroom_finder.scss */
.filter-tags .filter-tag .filter-tag-remove {
  background: none;
  border: none;
  color: #999;
  cursor: pointer;
  font-size: 1.2em;
  line-height: 1;
  padding: 0;
  margin-left: 0.25em;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.2s;
}

/* line 299, app/assets/stylesheets/classroom_finder.scss */
.filter-tags .filter-tag .filter-tag-remove:hover {
  background: #f0f0f0;
  color: #333;
}

/* line 308, app/assets/stylesheets/classroom_finder.scss */
.course-filter-section {
  margin-bottom: 1em;
  padding: 1em 1.5em;
  background: #f8f9fa;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
}

/* line 315, app/assets/stylesheets/classroom_finder.scss */
.course-filter-section .course-filter-header {
  margin-bottom: 0.75em;
}

/* line 318, app/assets/stylesheets/classroom_finder.scss */
.course-filter-section .course-filter-header .course-filter-label {
  font-size: 0.875em;
  font-weight: 600;
  color: #333;
}

/* line 325, app/assets/stylesheets/classroom_finder.scss */
.course-filter-section .course-filter-checkboxes {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}

/* line 330, app/assets/stylesheets/classroom_finder.scss */
.course-filter-section .course-filter-checkboxes .course-filter-checkbox {
  display: flex;
  align-items: center;
  gap: 0.5em;
  cursor: pointer;
  font-size: 0.875em;
  color: #333;
  user-select: none;
}

/* line 342, app/assets/stylesheets/classroom_finder.scss */
.course-filter-section .course-filter-checkboxes .course-filter-checkbox input[type="checkbox"] {
  position: static !important;
  left: auto !important;
  width: 18px !important;
  height: 18px !important;
  cursor: pointer;
  margin: 0;
  flex-shrink: 0;
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  appearance: checkbox;
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
}

/* line 359, app/assets/stylesheets/classroom_finder.scss */
.course-filter-section .course-filter-checkboxes .course-filter-checkbox input[type="checkbox"] + label:before,
.course-filter-section .course-filter-checkboxes .course-filter-checkbox input[type="checkbox"] + label:after {
  display: none !important;
}

/* line 365, app/assets/stylesheets/classroom_finder.scss */
.course-filter-section .course-filter-checkboxes .course-filter-checkbox:before, .course-filter-section .course-filter-checkboxes .course-filter-checkbox:after {
  display: none !important;
}

/* line 370, app/assets/stylesheets/classroom_finder.scss */
.course-filter-section .course-filter-checkboxes .course-filter-checkbox span.course-filter-name {
  line-height: 1.4;
  text-transform: none !important;
  font-weight: normal;
}

/* line 375, app/assets/stylesheets/classroom_finder.scss */
.course-filter-section .course-filter-checkboxes .course-filter-checkbox span.course-filter-name .course-filter-count {
  color: #666;
  font-weight: normal;
}

/* line 381, app/assets/stylesheets/classroom_finder.scss */
.course-filter-section .course-filter-checkboxes .course-filter-checkbox:hover {
  color: #0066cc;
}

/* line 384, app/assets/stylesheets/classroom_finder.scss */
.course-filter-section .course-filter-checkboxes .course-filter-checkbox:hover span.course-filter-name .course-filter-count {
  color: #0066cc;
}

/* line 393, app/assets/stylesheets/classroom_finder.scss */
.sort-options {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5em;
  margin-bottom: 2em;
  font-size: 0.875em;
}

/* line 401, app/assets/stylesheets/classroom_finder.scss */
.sort-options .sort-left {
  display: flex;
  align-items: center;
  gap: 0.5em;
}

/* line 407, app/assets/stylesheets/classroom_finder.scss */
.sort-options .sort-label {
  color: #666;
  font-weight: 500;
}

/* line 412, app/assets/stylesheets/classroom_finder.scss */
.sort-options .sort-link {
  color: #0066cc;
  text-decoration: none;
  cursor: pointer;
  padding: 0.25em 0.5em;
  border-radius: 4px;
  transition: background-color 0.2s;
}

/* line 420, app/assets/stylesheets/classroom_finder.scss */
.sort-options .sort-link:hover {
  background-color: #f0f0f0;
}

/* line 424, app/assets/stylesheets/classroom_finder.scss */
.sort-options .sort-link.active {
  font-weight: 600;
  color: #003462;
}

/* line 430, app/assets/stylesheets/classroom_finder.scss */
.sort-options .sort-separator {
  color: #ccc;
}

/* line 434, app/assets/stylesheets/classroom_finder.scss */
.sort-options .group-training-btn {
  display: flex;
  align-items: center;
  gap: 0.5em;
  padding: 0.5em 1em;
  background: #e3f2fd;
  color: #0066cc;
  border: 1px solid #90caf9;
  border-radius: 20px;
  cursor: pointer;
  font-size: 0.875em;
  transition: background-color 0.2s, border-color 0.2s;
  margin-left: 1em;
}

/* line 448, app/assets/stylesheets/classroom_finder.scss */
.sort-options .group-training-btn i {
  font-size: 1em;
}

/* line 452, app/assets/stylesheets/classroom_finder.scss */
.sort-options .group-training-btn:hover {
  background: #bbdefb;
  border-color: #64b5f6;
}

/* line 458, app/assets/stylesheets/classroom_finder.scss */
.sort-options .map-toggle-btn {
  display: flex;
  align-items: center;
  gap: 0.5em;
  padding: 0.5em 1em;
  background: #0066cc;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 0.875em;
  transition: background-color 0.2s, transform 0.2s;
  margin-left: auto;
}

/* line 472, app/assets/stylesheets/classroom_finder.scss */
.sort-options .map-toggle-btn:hover {
  background: #0052a3;
  transform: translateY(-1px);
}

/* line 477, app/assets/stylesheets/classroom_finder.scss */
.sort-options .map-toggle-btn svg {
  width: 18px;
  height: 18px;
}

/* line 482, app/assets/stylesheets/classroom_finder.scss */
.sort-options .map-toggle-btn span {
  font-weight: 500;
}

/* line 489, app/assets/stylesheets/classroom_finder.scss */
.classroom-finder-content {
  display: flex;
  gap: 2em;
  align-items: flex-start;
}

/* line 496, app/assets/stylesheets/classroom_finder.scss */
.loading-state {
  padding: 3em;
  text-align: center;
  background: white;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin: 0 0 2em 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1em;
}

/* line 508, app/assets/stylesheets/classroom_finder.scss */
.loading-state .spinner {
  width: 40px;
  height: 40px;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #0066cc;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

/* line 517, app/assets/stylesheets/classroom_finder.scss */
.loading-state p {
  color: #666;
  font-size: 1em;
  margin: 0;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* line 541, app/assets/stylesheets/classroom_finder.scss */
.course-listings {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1em;
}

/* line 548, app/assets/stylesheets/classroom_finder.scss */
.course-listings > div:not(.loading-state):not(.course-list-transition) {
  animation: fadeInUp 0.4s ease-out;
}

/* line 552, app/assets/stylesheets/classroom_finder.scss */
.course-listings .course-list-transition {
  display: flex;
  flex-direction: column;
  gap: 1em;
  position: relative;
  min-height: 0;
}

/* line 560, app/assets/stylesheets/classroom_finder.scss */
.course-listings .no-results {
  padding: 3em;
  text-align: center;
  background: white;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5em;
}

/* line 571, app/assets/stylesheets/classroom_finder.scss */
.course-listings .no-results .no-results-icon {
  margin-bottom: 0.5em;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 102, 204, 0.1);
  border-radius: 50%;
}

/* line 581, app/assets/stylesheets/classroom_finder.scss */
.course-listings .no-results .no-results-icon i {
  font-size: 2.5em;
  color: rgba(0, 102, 204, 0.6);
}

/* line 587, app/assets/stylesheets/classroom_finder.scss */
.course-listings .no-results .no-results-heading {
  font-size: 1.5em;
  font-weight: 600;
  color: #333;
  margin: 0;
  margin-bottom: 0.25em;
}

/* line 595, app/assets/stylesheets/classroom_finder.scss */
.course-listings .no-results .no-results-message {
  color: #666;
  font-size: 1em;
  margin: 0;
  margin-bottom: 1em;
}

/* line 602, app/assets/stylesheets/classroom_finder.scss */
.course-listings .no-results .no-results-actions {
  display: flex;
  gap: 1.5em;
  width: 100%;
  max-width: 800px;
  margin-top: 1em;
}

/* line 610, app/assets/stylesheets/classroom_finder.scss */
.course-listings .no-results .no-results-card {
  flex: 1;
  padding: 1.5em;
  border-radius: 8px;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 0.75em;
  transition: transform 0.2s, box-shadow 0.2s;
}

/* line 620, app/assets/stylesheets/classroom_finder.scss */
.course-listings .no-results .no-results-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* line 625, app/assets/stylesheets/classroom_finder.scss */
.course-listings .no-results .no-results-card .no-results-card-icon {
  width: 32px;
  height: 32px;
  margin-bottom: 0.25em;
  color: #666;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

/* line 634, app/assets/stylesheets/classroom_finder.scss */
.course-listings .no-results .no-results-card .no-results-card-icon svg {
  width: 24px;
  height: 24px;
}

/* line 640, app/assets/stylesheets/classroom_finder.scss */
.course-listings .no-results .no-results-card .no-results-card-title {
  font-size: 1.125em;
  font-weight: 600;
  color: #333;
  margin: 0;
}

/* line 647, app/assets/stylesheets/classroom_finder.scss */
.course-listings .no-results .no-results-card .no-results-card-text {
  font-size: 0.875em;
  color: #666;
  margin: 0;
  line-height: 1.5;
}

/* line 655, app/assets/stylesheets/classroom_finder.scss */
.course-listings .no-results .adjust-search-card {
  background: white;
  border: 1px solid #e0e0e0;
}

/* line 660, app/assets/stylesheets/classroom_finder.scss */
.course-listings .no-results .contact-card {
  background: #e3f2fd;
  border: 1px solid #90caf9;
}

@media (max-width: 768px) {
  /* line 560, app/assets/stylesheets/classroom_finder.scss */
  .course-listings .no-results {
    padding: 2em 1.5em;
  }
  /* line 669, app/assets/stylesheets/classroom_finder.scss */
  .course-listings .no-results .no-results-actions {
    flex-direction: column;
    gap: 1em;
  }
  /* line 674, app/assets/stylesheets/classroom_finder.scss */
  .course-listings .no-results .no-results-card {
    width: 100%;
  }
}

/* line 680, app/assets/stylesheets/classroom_finder.scss */
.course-listings .load-more-container {
  display: flex;
  justify-content: center;
  padding: 2em 0;
  margin-top: 1em;
}

/* line 686, app/assets/stylesheets/classroom_finder.scss */
.course-listings .load-more-container .load-more-btn {
  padding: 0.875em 2em;
  background: #0066cc;
  color: white;
  border: none;
  border-radius: 6px;
  font-size: 1em;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.2s, transform 0.2s, box-shadow 0.2s;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* line 698, app/assets/stylesheets/classroom_finder.scss */
.course-listings .load-more-container .load-more-btn .remaining-count {
  font-weight: 400;
  opacity: 0.9;
  margin-left: 0.25em;
}

/* line 704, app/assets/stylesheets/classroom_finder.scss */
.course-listings .load-more-container .load-more-btn:hover {
  background: #0052a3;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

/* line 710, app/assets/stylesheets/classroom_finder.scss */
.course-listings .load-more-container .load-more-btn:active {
  transform: translateY(0);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* line 719, app/assets/stylesheets/classroom_finder.scss */
.course-list-enter-active {
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* line 723, app/assets/stylesheets/classroom_finder.scss */
.course-list-leave-active {
  transition: opacity 0.25s cubic-bezier(0.4, 0, 1, 1), transform 0.3s cubic-bezier(0.4, 0, 1, 1);
  position: absolute;
  width: calc(100% - 3em);
  z-index: 0;
  pointer-events: none;
}

/* line 731, app/assets/stylesheets/classroom_finder.scss */
.course-list-enter {
  opacity: 0;
  transform: translateY(10px) scale(0.98);
}

/* line 736, app/assets/stylesheets/classroom_finder.scss */
.course-list-enter-to {
  opacity: 1;
  transform: translateY(0) scale(1);
}

/* line 741, app/assets/stylesheets/classroom_finder.scss */
.course-list-leave {
  opacity: 1;
  transform: translateY(0) scale(1);
}

/* line 746, app/assets/stylesheets/classroom_finder.scss */
.course-list-leave-to {
  opacity: 0;
  transform: translateY(-10px) scale(0.98);
}

/* line 752, app/assets/stylesheets/classroom_finder.scss */
.course-tile {
  display: flex;
  gap: 1.5em;
  padding: 1em 1.5em;
  margin-bottom: 0;
  background: white;
  position: relative;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.2s;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
}

/* line 767, app/assets/stylesheets/classroom_finder.scss */
.course-tile:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* line 771, app/assets/stylesheets/classroom_finder.scss */
.course-tile .course-date {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  background: #003462;
  color: white !important;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0.5em;
}

/* line 785, app/assets/stylesheets/classroom_finder.scss */
.course-tile .course-date.course-date-mobile {
  display: none;
}

/* line 789, app/assets/stylesheets/classroom_finder.scss */
.course-tile .course-date .date-month {
  font-size: 0.75em !important;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0.125em;
  color: white !important;
}

/* line 797, app/assets/stylesheets/classroom_finder.scss */
.course-tile .course-date .date-number {
  font-size: 1.5em !important;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0.125em;
  color: white !important;
}

/* line 805, app/assets/stylesheets/classroom_finder.scss */
.course-tile .course-date .date-day {
  font-size: 0.75em !important;
  opacity: 0.9;
  line-height: 1.2;
  color: white !important;
}

/* line 813, app/assets/stylesheets/classroom_finder.scss */
.course-tile .course-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* line 819, app/assets/stylesheets/classroom_finder.scss */
.course-tile .course-content .course-main-info {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1.5em;
  width: 100%;
}

/* line 827, app/assets/stylesheets/classroom_finder.scss */
.course-tile .course-content .course-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}

/* line 834, app/assets/stylesheets/classroom_finder.scss */
.course-tile .course-content .course-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.75em;
  flex-shrink: 0;
}

/* line 842, app/assets/stylesheets/classroom_finder.scss */
.course-tile .course-content .course-title {
  font-size: 1.125em;
  font-weight: 600;
  color: #003462;
  margin: 0 !important;
  line-height: 1.3;
}

/* line 850, app/assets/stylesheets/classroom_finder.scss */
.course-tile .course-content .course-time-location {
  display: flex;
  align-items: center;
  gap: 0.5em;
  font-size: 0.875em;
  color: #666;
  flex-wrap: wrap;
}

/* line 858, app/assets/stylesheets/classroom_finder.scss */
.course-tile .course-content .course-time-location .course-time,
.course-tile .course-content .course-time-location .course-location,
.course-tile .course-content .course-time-location .course-seats {
  display: flex;
  align-items: center;
  gap: 0.25em;
}

/* line 865, app/assets/stylesheets/classroom_finder.scss */
.course-tile .course-content .course-time-location .course-time svg,
.course-tile .course-content .course-time-location .course-location svg,
.course-tile .course-content .course-time-location .course-seats svg {
  flex-shrink: 0;
  color: #999;
  width: 14px;
  height: 14px;
}

/* line 874, app/assets/stylesheets/classroom_finder.scss */
.course-tile .course-content .course-time-location .course-location .remote-class-help-btn {
  background: none;
  border: none;
  padding: 0;
  margin-left: 0.25em;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  color: #0066cc;
  transition: color 0.2s;
}

/* line 885, app/assets/stylesheets/classroom_finder.scss */
.course-tile .course-content .course-time-location .course-location .remote-class-help-btn svg {
  width: 14px;
  height: 14px;
  color: #0066cc;
}

/* line 891, app/assets/stylesheets/classroom_finder.scss */
.course-tile .course-content .course-time-location .course-location .remote-class-help-btn:hover {
  color: #0052a3;
}

/* line 894, app/assets/stylesheets/classroom_finder.scss */
.course-tile .course-content .course-time-location .course-location .remote-class-help-btn:hover svg {
  color: #0052a3;
}

/* line 901, app/assets/stylesheets/classroom_finder.scss */
.course-tile .course-content .course-time-location .course-date-mobile-text {
  display: none;
}

/* line 905, app/assets/stylesheets/classroom_finder.scss */
.course-tile .course-content .course-time-location .separator {
  color: #ccc;
  margin: 0 0.25em;
}

/* line 911, app/assets/stylesheets/classroom_finder.scss */
.course-tile .course-content .course-mobile-bottom {
  display: none;
}

/* line 915, app/assets/stylesheets/classroom_finder.scss */
.course-tile .course-content .course-rating-provider {
  display: flex;
  align-items: center;
  gap: 0.5em;
  font-size: 0.875em;
  color: #666;
}

/* line 922, app/assets/stylesheets/classroom_finder.scss */
.course-tile .course-content .course-rating-provider .course-rating {
  display: flex;
  align-items: center;
  gap: 0.25em;
}

/* line 927, app/assets/stylesheets/classroom_finder.scss */
.course-tile .course-content .course-rating-provider .course-rating .stars-container {
  position: relative;
  display: inline-flex;
  width: 70px;
  height: 14px;
}

/* line 934, app/assets/stylesheets/classroom_finder.scss */
.course-tile .course-content .course-rating-provider .course-rating .stars-empty {
  display: flex;
}

/* line 937, app/assets/stylesheets/classroom_finder.scss */
.course-tile .course-content .course-rating-provider .course-rating .stars-empty svg {
  width: 14px;
  height: 14px;
  color: #ddd;
}

/* line 944, app/assets/stylesheets/classroom_finder.scss */
.course-tile .course-content .course-rating-provider .course-rating .stars-filled {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  overflow: hidden;
  white-space: nowrap;
}

/* line 952, app/assets/stylesheets/classroom_finder.scss */
.course-tile .course-content .course-rating-provider .course-rating .stars-filled svg {
  width: 14px;
  height: 14px;
  min-width: 14px;
}

/* line 960, app/assets/stylesheets/classroom_finder.scss */
.course-tile .course-content .course-rating-provider .separator {
  color: #ccc;
}

/* line 964, app/assets/stylesheets/classroom_finder.scss */
.course-tile .course-content .course-rating-provider .course-provider {
  color: #666;
}

/* line 969, app/assets/stylesheets/classroom_finder.scss */
.course-tile .course-content .course-price {
  display: flex;
  align-items: baseline;
  gap: 0.5em;
}

/* line 974, app/assets/stylesheets/classroom_finder.scss */
.course-tile .course-content .course-price .price-current {
  font-size: 1.5em;
  font-weight: 700;
  color: #003462;
}

/* line 980, app/assets/stylesheets/classroom_finder.scss */
.course-tile .course-content .course-price .price-original {
  font-size: 1em;
  color: #999;
  text-decoration: line-through;
}

/* line 987, app/assets/stylesheets/classroom_finder.scss */
.course-tile .course-content .book-course-btn {
  padding: 0.625em 1.25em;
  background: #0066cc;
  color: white;
  text-decoration: none;
  border-radius: 4px;
  font-size: 0.875em;
  font-weight: 500;
  text-align: center;
  display: inline-block;
  white-space: nowrap;
  transition: background 0.2s;
  cursor: pointer;
}

/* line 1001, app/assets/stylesheets/classroom_finder.scss */
.course-tile .course-content .book-course-btn:hover:not(.disabled) {
  background: #0052a3;
}

/* line 1005, app/assets/stylesheets/classroom_finder.scss */
.course-tile .course-content .book-course-btn.disabled {
  background: #cccccc;
  color: #666666;
  cursor: not-allowed;
  pointer-events: none;
}

/* line 1016, app/assets/stylesheets/classroom_finder.scss */
.map-sidebar {
  width: 400px;
  flex-shrink: 0;
  background: white;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, width 0.3s ease-in-out, margin 0.3s ease-in-out;
}

/* line 1027, app/assets/stylesheets/classroom_finder.scss */
.map-sidebar.map-hidden {
  width: 0;
  margin: 0;
  opacity: 0;
  transform: translateX(20px);
  pointer-events: none;
  border: none;
  overflow: hidden;
}

/* line 1037, app/assets/stylesheets/classroom_finder.scss */
.map-sidebar .map-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1em 1.5em;
  border-bottom: 1px solid #e0e0e0;
}

/* line 1044, app/assets/stylesheets/classroom_finder.scss */
.map-sidebar .map-header h3 {
  font-size: 1em;
  font-weight: 600;
  color: #003462;
  margin: 0 !important;
}

/* line 1051, app/assets/stylesheets/classroom_finder.scss */
.map-sidebar .map-header .close-map-btn {
  background: none;
  border: none;
  font-size: 1.5em;
  color: #666;
  cursor: pointer;
  padding: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

/* line 1065, app/assets/stylesheets/classroom_finder.scss */
.map-sidebar .map-header .close-map-btn:hover {
  color: #003462;
}

/* line 1072, app/assets/stylesheets/classroom_finder.scss */
.map-sidebar .filter-tags {
  padding: 1em 1.5em;
  border-bottom: 1px solid #e0e0e0;
  background: #f8f9fa;
  margin: 0;
  border-radius: 0;
}

/* line 1079, app/assets/stylesheets/classroom_finder.scss */
.map-sidebar .filter-tags .filter-tag {
  display: flex;
  align-items: center;
  gap: 0.5em;
  padding: 0.5em 0.75em;
  background: white;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 0.875em;
}

/* line 1089, app/assets/stylesheets/classroom_finder.scss */
.map-sidebar .filter-tags .filter-tag .filter-tag-label {
  color: #666;
  font-weight: 500;
}

/* line 1094, app/assets/stylesheets/classroom_finder.scss */
.map-sidebar .filter-tags .filter-tag .filter-tag-value {
  color: #333;
  font-weight: 600;
}

/* line 1099, app/assets/stylesheets/classroom_finder.scss */
.map-sidebar .filter-tags .filter-tag .filter-tag-remove {
  background: none;
  border: none;
  color: #999;
  cursor: pointer;
  font-size: 1.2em;
  line-height: 1;
  padding: 0;
  margin-left: 0.25em;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.2s;
}

/* line 1116, app/assets/stylesheets/classroom_finder.scss */
.map-sidebar .filter-tags .filter-tag .filter-tag-remove:hover {
  background: #f0f0f0;
  color: #333;
}

/* line 1124, app/assets/stylesheets/classroom_finder.scss */
.map-sidebar .map-container {
  flex: 1;
  min-height: 400px;
  background: #f5f5f5;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}

/* line 1132, app/assets/stylesheets/classroom_finder.scss */
.map-sidebar .map-container #map-container {
  width: 100%;
  height: 100%;
  min-height: 400px;
}

/* line 1138, app/assets/stylesheets/classroom_finder.scss */
.map-sidebar .map-container .search-area-btn {
  position: absolute;
  top: 1em;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 0.5em;
  padding: 0.75em 1.25em;
  background: #0066cc;
  color: white;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 0.875em;
  font-weight: 500;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  transition: background-color 0.2s, transform 0.2s, box-shadow 0.2s;
  animation: slideDown 0.3s ease-out;
}

/* line 1159, app/assets/stylesheets/classroom_finder.scss */
.map-sidebar .map-container .search-area-btn:hover {
  background: #0052a3;
  transform: translateX(-50%) translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

/* line 1165, app/assets/stylesheets/classroom_finder.scss */
.map-sidebar .map-container .search-area-btn svg {
  width: 18px;
  height: 18px;
}

/* line 1170, app/assets/stylesheets/classroom_finder.scss */
.map-sidebar .map-container .search-area-btn span {
  white-space: nowrap;
}

/* line 1175, app/assets/stylesheets/classroom_finder.scss */
.map-sidebar .map-container .map-placeholder {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #999;
}

/* line 1183, app/assets/stylesheets/classroom_finder.scss */
.map-sidebar .map-container .map-placeholder p {
  margin: 0.5em 0;
  font-size: 0.875em;
}

/* line 1188, app/assets/stylesheets/classroom_finder.scss */
.map-sidebar .map-container .map-placeholder .map-info {
  font-size: 0.75em;
  color: #bbb;
}

/* line 1195, app/assets/stylesheets/classroom_finder.scss */
.map-sidebar .map-footer {
  padding: 1em 1.5em;
  border-top: 1px solid #e0e0e0;
  font-size: 0.875em;
  color: #666;
  display: flex;
  align-items: center;
  gap: 0.5em;
}

/* line 1204, app/assets/stylesheets/classroom_finder.scss */
.map-sidebar .map-footer .location-indicator {
  color: #dc3545;
  font-size: 0.75em;
}

@media (max-width: 1024px) {
  /* line 1213, app/assets/stylesheets/classroom_finder.scss */
  .classroom-finder-content {
    flex-direction: column;
  }
  /* line 1217, app/assets/stylesheets/classroom_finder.scss */
  .map-sidebar {
    width: 100%;
  }
}

@media (max-width: 768px) {
  /* line 1223, app/assets/stylesheets/classroom_finder.scss */
  .search-filter-bar {
    flex-direction: column;
    align-items: stretch;
  }
  /* line 1227, app/assets/stylesheets/classroom_finder.scss */
  .search-filter-bar .filter-group {
    min-width: 100%;
  }
  /* line 1232, app/assets/stylesheets/classroom_finder.scss */
  .course-listings {
    padding: 0 0.5em;
    width: 100%;
    box-sizing: border-box;
  }
  /* line 1238, app/assets/stylesheets/classroom_finder.scss */
  .course-tile {
    flex-direction: column;
    padding: 1em;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  /* line 1247, app/assets/stylesheets/classroom_finder.scss */
  .course-tile .course-date-desktop {
    display: none;
  }
  /* line 1251, app/assets/stylesheets/classroom_finder.scss */
  .course-tile .course-content {
    width: 100%;
  }
  /* line 1254, app/assets/stylesheets/classroom_finder.scss */
  .course-tile .course-content .course-main-info {
    flex-direction: column;
    gap: 1em;
    width: 100%;
  }
  /* line 1260, app/assets/stylesheets/classroom_finder.scss */
  .course-tile .course-content .course-left {
    flex: 1;
    width: 100%;
  }
  /* line 1265, app/assets/stylesheets/classroom_finder.scss */
  .course-tile .course-content .course-left .course-time-location .course-date-mobile-text {
    display: inline;
    font-weight: 700;
    color: #003462;
    margin-left: 0.5em;
  }
  /* line 1271, app/assets/stylesheets/classroom_finder.scss */
  .course-tile .course-content .course-left .course-time-location .course-date-mobile-text .date-month-text {
    text-transform: lowercase !important;
    display: inline-block;
  }
  /* line 1276, app/assets/stylesheets/classroom_finder.scss */
  .course-tile .course-content .course-left .course-time-location .course-date-mobile-text .date-month-text::first-letter {
    text-transform: uppercase !important;
  }
  /* line 1283, app/assets/stylesheets/classroom_finder.scss */
  .course-tile .course-content .course-right {
    display: none;
  }
  /* line 1286, app/assets/stylesheets/classroom_finder.scss */
  .course-tile .course-content .course-right .course-date-mobile {
    display: none;
  }
  /* line 1291, app/assets/stylesheets/classroom_finder.scss */
  .course-tile .course-content .course-mobile-bottom {
    display: flex;
    flex-direction: column;
    gap: 0.75em;
    margin-top: 0.75em;
    padding-top: 0.75em;
    border-top: 1px solid #e0e0e0;
  }
  /* line 1299, app/assets/stylesheets/classroom_finder.scss */
  .course-tile .course-content .course-mobile-bottom .course-price-mobile {
    display: flex;
    align-items: baseline;
  }
  /* line 1303, app/assets/stylesheets/classroom_finder.scss */
  .course-tile .course-content .course-mobile-bottom .course-price-mobile .price-current {
    font-size: 1.5em;
    font-weight: 700;
    color: #003462;
  }
  /* line 1310, app/assets/stylesheets/classroom_finder.scss */
  .course-tile .course-content .course-mobile-bottom .book-course-btn-mobile {
    padding: 0.75em 1.25em;
    background: #0066cc;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    font-size: 0.875em;
    font-weight: 500;
    text-align: center;
    display: block;
    width: 100%;
    transition: background 0.2s;
    cursor: pointer;
  }
  /* line 1324, app/assets/stylesheets/classroom_finder.scss */
  .course-tile .course-content .course-mobile-bottom .book-course-btn-mobile:hover:not(.disabled) {
    background: #0052a3;
  }
  /* line 1328, app/assets/stylesheets/classroom_finder.scss */
  .course-tile .course-content .course-mobile-bottom .book-course-btn-mobile.disabled {
    background: #cccccc;
    color: #666666;
    cursor: not-allowed;
    pointer-events: none;
  }
}

/* line 1341, app/assets/stylesheets/classroom_finder.scss */
.course-selection-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100000;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 6em 2em 2em;
  overflow-y: auto;
  animation: fadeIn 0.2s ease-out;
}

/* line 1357, app/assets/stylesheets/classroom_finder.scss */
body.modal-open .course-selection-modal-overlay {
  overflow: hidden;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* line 1393, app/assets/stylesheets/classroom_finder.scss */
.course-selection-modal {
  background: white;
  border-radius: 8px;
  width: 100%;
  max-width: 1200px;
  max-height: calc(100vh - 8em);
  display: flex;
  flex-direction: column;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  animation: slideUp 0.3s ease-out;
  overflow: hidden;
  margin-top: 0;
  position: relative;
  box-sizing: border-box;
}

/* line 1408, app/assets/stylesheets/classroom_finder.scss */
.course-selection-modal .modal-header {
  position: relative;
  padding: 2em 2.5em 1.5em;
  border-bottom: 1px solid #f0f0f0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1em;
}

/* line 1417, app/assets/stylesheets/classroom_finder.scss */
.course-selection-modal .modal-header .modal-header-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}

/* line 1424, app/assets/stylesheets/classroom_finder.scss */
.course-selection-modal .modal-header h2 {
  font-size: 1.75em;
  font-weight: 600;
  color: #232a31;
  text-transform: none !important;
  margin: 0 !important;
  margin-bottom: 0 !important;
  text-align: left;
}

/* line 1434, app/assets/stylesheets/classroom_finder.scss */
.course-selection-modal .modal-header .modal-subtitle {
  font-size: 1em;
  color: #666;
  margin: 0;
  font-weight: 400;
}

/* line 1441, app/assets/stylesheets/classroom_finder.scss */
.course-selection-modal .modal-header .modal-close {
  position: absolute;
  top: 2em;
  right: 2em;
  background: transparent;
  border: none;
  width: 32px;
  height: 32px;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5em;
  color: #666;
  line-height: 1;
  padding: 0;
  z-index: 10;
  transition: all 0.2s;
  flex-shrink: 0;
}

/* line 1462, app/assets/stylesheets/classroom_finder.scss */
.course-selection-modal .modal-header .modal-close:hover {
  color: #333;
  opacity: 0.8;
}

/* line 1469, app/assets/stylesheets/classroom_finder.scss */
.course-selection-modal .modal-content {
  display: flex;
  flex-direction: row;
  flex: 1;
  overflow: hidden;
  min-height: 0;
  height: 100%;
  max-height: 100%;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  align-items: stretch;
  border-radius: 0 !important;
  border: none !important;
}

/* line 1485, app/assets/stylesheets/classroom_finder.scss */
.course-selection-modal .modal-left-panel {
  width: 350px;
  flex-shrink: 0;
  border-right: 1px solid #e0e0e0;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 1.5em;
  min-height: 0;
  max-height: 100%;
  box-sizing: border-box;
  flex: 0 0 350px;
  align-self: stretch;
}

/* line 1501, app/assets/stylesheets/classroom_finder.scss */
.course-selection-modal .search-bar {
  position: relative;
  margin-bottom: 1.5em;
  display: flex;
  align-items: center;
  gap: 0.5em;
}

/* line 1508, app/assets/stylesheets/classroom_finder.scss */
.course-selection-modal .search-bar .search-icon {
  position: absolute;
  left: 1em;
  top: 50%;
  transform: translateY(-50%);
  color: #666;
  pointer-events: none;
  z-index: 1;
}

/* line 1518, app/assets/stylesheets/classroom_finder.scss */
.course-selection-modal .search-bar .search-input {
  flex: 1;
  padding: 0.75em 1em 0.75em 2.75em;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 0.875em;
  background: white;
}

/* line 1526, app/assets/stylesheets/classroom_finder.scss */
.course-selection-modal .search-bar .search-input:focus {
  outline: none;
  border-color: #0066cc;
  box-shadow: 0 0 0 2px rgba(0, 102, 204, 0.1);
}

/* line 1533, app/assets/stylesheets/classroom_finder.scss */
.course-selection-modal .search-bar .search-submit-btn {
  display: none;
  background: #0066cc;
  border: none;
  border-radius: 4px;
  padding: 0.75em 1em;
  cursor: pointer;
  color: white;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s;
}

/* line 1546, app/assets/stylesheets/classroom_finder.scss */
.course-selection-modal .search-bar .search-submit-btn:hover {
  background: #0052a3;
}

/* line 1550, app/assets/stylesheets/classroom_finder.scss */
.course-selection-modal .search-bar .search-submit-btn svg {
  stroke: white;
}

/* line 1556, app/assets/stylesheets/classroom_finder.scss */
.course-selection-modal .search-results-sidebar {
  margin-bottom: 1.5em;
}

/* line 1559, app/assets/stylesheets/classroom_finder.scss */
.course-selection-modal .search-results-sidebar .search-result-item {
  padding: 0.75em 1em;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  margin-bottom: 0.5em;
  cursor: pointer;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  gap: 0.5em;
}

/* line 1570, app/assets/stylesheets/classroom_finder.scss */
.course-selection-modal .search-results-sidebar .search-result-item:hover {
  background: #f5f5f5;
  border-color: #0066cc;
}

/* line 1575, app/assets/stylesheets/classroom_finder.scss */
.course-selection-modal .search-results-sidebar .search-result-item .result-type-badge {
  font-size: 0.75em;
  padding: 0.25em 0.5em;
  border-radius: 3px;
  font-weight: 500;
}

/* line 1581, app/assets/stylesheets/classroom_finder.scss */
.course-selection-modal .search-results-sidebar .search-result-item .result-type-badge.course-badge {
  background: #e3f2fd;
  color: #1976d2;
}

/* line 1586, app/assets/stylesheets/classroom_finder.scss */
.course-selection-modal .search-results-sidebar .search-result-item .result-type-badge.group-badge {
  background: #f3e5f5;
  color: #7b1fa2;
}

/* line 1592, app/assets/stylesheets/classroom_finder.scss */
.course-selection-modal .search-results-sidebar .search-result-item .result-name {
  flex: 1;
  font-size: 0.875em;
  color: #333;
}

/* line 1600, app/assets/stylesheets/classroom_finder.scss */
.course-selection-modal .popular-courses-section {
  margin-bottom: 2em;
  padding-bottom: 1.5em;
  border-bottom: 1px solid #f0f0f0;
}

/* line 1605, app/assets/stylesheets/classroom_finder.scss */
.course-selection-modal .popular-courses-section h3 {
  font-size: 1em;
  font-weight: 600;
  color: #003462;
  margin: 0 0 1em 0 !important;
}

/* line 1612, app/assets/stylesheets/classroom_finder.scss */
.course-selection-modal .popular-courses-section .popular-courses-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 1617, app/assets/stylesheets/classroom_finder.scss */
.course-selection-modal .popular-courses-section .popular-courses-list li {
  padding: 0.75em 0;
  cursor: pointer;
  font-size: 0.875em;
  color: #333;
  border-bottom: 1px solid #f0f0f0;
  transition: color 0.2s;
  display: flex;
  align-items: center;
  gap: 0.75em;
}

/* line 1628, app/assets/stylesheets/classroom_finder.scss */
.course-selection-modal .popular-courses-section .popular-courses-list li:last-child {
  border-bottom: none;
}

/* line 1632, app/assets/stylesheets/classroom_finder.scss */
.course-selection-modal .popular-courses-section .popular-courses-list li:hover {
  color: #0066cc;
}

/* line 1636, app/assets/stylesheets/classroom_finder.scss */
.course-selection-modal .popular-courses-section .popular-courses-list li .course-icon {
  flex-shrink: 0;
  color: #666;
  width: 16px;
  height: 16px;
  transition: color 0.2s;
}

/* line 1644, app/assets/stylesheets/classroom_finder.scss */
.course-selection-modal .popular-courses-section .popular-courses-list li:hover .course-icon {
  color: #0066cc;
}

/* line 1648, app/assets/stylesheets/classroom_finder.scss */
.course-selection-modal .popular-courses-section .popular-courses-list li .course-type-label {
  font-size: 0.7em;
  padding: 0.2em 0.5em;
  border-radius: 3px;
  font-weight: 500;
  flex-shrink: 0;
}

/* line 1655, app/assets/stylesheets/classroom_finder.scss */
.course-selection-modal .popular-courses-section .popular-courses-list li .course-type-label.course-label {
  background: #e3f2fd;
  color: #1976d2;
}

/* line 1660, app/assets/stylesheets/classroom_finder.scss */
.course-selection-modal .popular-courses-section .popular-courses-list li .course-type-label.group-label {
  background: #f3e5f5;
  color: #7b1fa2;
}

/* line 1669, app/assets/stylesheets/classroom_finder.scss */
.course-selection-modal .categories-section {
  margin-bottom: 2em;
}

/* line 1672, app/assets/stylesheets/classroom_finder.scss */
.course-selection-modal .categories-section h3 {
  font-size: 1em;
  font-weight: 600;
  color: #003462;
  margin: 0 0 1em 0 !important;
}

/* line 1679, app/assets/stylesheets/classroom_finder.scss */
.course-selection-modal .categories-section .categories-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 1684, app/assets/stylesheets/classroom_finder.scss */
.course-selection-modal .categories-section .categories-list li {
  padding: 0.75em 0;
  cursor: pointer;
  border-bottom: 1px solid #f0f0f0;
  transition: background-color 0.2s;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75em;
  border-radius: 4px;
  margin-bottom: 0.25em;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

/* line 1698, app/assets/stylesheets/classroom_finder.scss */
.course-selection-modal .categories-section .categories-list li:last-child {
  border-bottom: none;
}

/* line 1702, app/assets/stylesheets/classroom_finder.scss */
.course-selection-modal .categories-section .categories-list li:hover {
  background-color: #f0f7ff;
}

/* line 1706, app/assets/stylesheets/classroom_finder.scss */
.course-selection-modal .categories-section .categories-list li .category-icon {
  flex-shrink: 0;
  color: #666;
  width: 16px;
  height: 16px;
  transition: color 0.2s;
  margin-top: 0.32em;
}

/* line 1715, app/assets/stylesheets/classroom_finder.scss */
.course-selection-modal .categories-section .categories-list li:hover .category-icon {
  color: #0066cc;
}

/* line 1719, app/assets/stylesheets/classroom_finder.scss */
.course-selection-modal .categories-section .categories-list li .category-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.125em;
}

/* line 1726, app/assets/stylesheets/classroom_finder.scss */
.course-selection-modal .categories-section .categories-list li .category-name {
  font-size: 1em;
  font-weight: 600;
  color: #003462;
}

/* line 1732, app/assets/stylesheets/classroom_finder.scss */
.course-selection-modal .categories-section .categories-list li .category-count {
  font-size: 0.85em;
  color: #666;
  font-weight: 400;
}

/* line 1738, app/assets/stylesheets/classroom_finder.scss */
.course-selection-modal .categories-section .categories-list li .category-chevron {
  font-size: 1.25em;
  color: #999;
  font-weight: 300;
  flex-shrink: 0;
  margin-left: 0.5em;
}

/* line 1747, app/assets/stylesheets/classroom_finder.scss */
.course-selection-modal .categories-section .categories-list li:hover .category-chevron {
  color: #0066cc;
}

/* line 1755, app/assets/stylesheets/classroom_finder.scss */
.course-selection-modal .contact-link {
  margin-top: auto;
  padding-top: 1.5em;
  border-top: 1px solid #e0e0e0;
}

/* line 1760, app/assets/stylesheets/classroom_finder.scss */
.course-selection-modal .contact-link a {
  font-size: 0.875em;
  color: #0066cc;
  text-decoration: none;
}

/* line 1765, app/assets/stylesheets/classroom_finder.scss */
.course-selection-modal .contact-link a:hover {
  text-decoration: underline;
}

/* line 1772, app/assets/stylesheets/classroom_finder.scss */
.modal-right-panel {
  flex: 1 1 0;
  padding: 2em;
  overflow-y: auto;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  background: #fafafa;
  min-height: 0;
  min-width: 0;
  max-height: 100%;
  position: relative;
  width: auto;
  max-width: 100%;
  box-sizing: border-box;
  align-self: stretch;
}

/* line 1789, app/assets/stylesheets/classroom_finder.scss */
.modal-right-panel .search-results-section {
  flex: 1;
  display: flex !important;
  flex-direction: column;
  min-height: 0;
  width: 100%;
  visibility: visible !important;
  opacity: 1 !important;
  padding-bottom: 1em;
  animation: fadeInUp 0.4s ease-out;
}

/* line 1800, app/assets/stylesheets/classroom_finder.scss */
.modal-right-panel .search-results-section .search-results {
  display: flex;
  flex-direction: column;
  gap: 1em;
  flex: 1;
  min-height: 0;
  width: 100%;
}

/* line 1809, app/assets/stylesheets/classroom_finder.scss */
.modal-right-panel .search-results-section .no-results {
  padding: 3em 2em;
  text-align: center;
  color: #666;
  font-size: 0.875em;
  background: white;
  border-radius: 8px;
}

/* line 1819, app/assets/stylesheets/classroom_finder.scss */
.modal-right-panel .popular-courses-default {
  flex: 1;
  display: flex !important;
  flex-direction: column;
  min-height: 0;
  width: 100%;
  visibility: visible !important;
  opacity: 1 !important;
  padding-bottom: 1em;
  animation: fadeInUp 0.4s ease-out;
}

/* line 1830, app/assets/stylesheets/classroom_finder.scss */
.modal-right-panel .popular-courses-default h3 {
  font-size: 1.5em;
  font-weight: 600;
  color: #003462;
  margin: 0 0 1.5em 0 !important;
}

/* line 1837, app/assets/stylesheets/classroom_finder.scss */
.modal-right-panel .popular-courses-default .popular-courses-grid {
  display: flex;
  flex-direction: column;
  gap: 1em;
  flex: 1;
  min-height: 0;
  width: 100%;
}

/* line 1847, app/assets/stylesheets/classroom_finder.scss */
.modal-right-panel .category-details {
  flex: 1;
  display: flex !important;
  flex-direction: column;
  min-height: 0;
  width: 100%;
  visibility: visible !important;
  opacity: 1 !important;
  padding-bottom: 1em;
  animation: fadeInUp 0.4s ease-out;
}

/* line 1858, app/assets/stylesheets/classroom_finder.scss */
.modal-right-panel .category-details .category-header {
  margin-bottom: 2em;
}

/* line 1861, app/assets/stylesheets/classroom_finder.scss */
.modal-right-panel .category-details .category-header h3 {
  font-size: 1.75em;
  font-weight: 600;
  color: #003462;
  margin: 0 0 0.5em 0 !important;
}

/* line 1868, app/assets/stylesheets/classroom_finder.scss */
.modal-right-panel .category-details .category-header .category-subtitle {
  font-size: 1em;
  color: #666;
  margin: 0;
  line-height: 1.5;
}

/* line 1876, app/assets/stylesheets/classroom_finder.scss */
.modal-right-panel .category-details .category-courses {
  display: flex;
  flex-direction: column;
  gap: 1em;
  margin-bottom: 1.5em;
}

/* line 1885, app/assets/stylesheets/classroom_finder.scss */
.modal-right-panel .search-results-section .course-block,
.modal-right-panel .popular-courses-default .course-block,
.modal-right-panel .category-details .category-courses .course-block {
  background: white;
  padding: 1.5em;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  display: flex;
  gap: 1.5em;
  align-items: flex-start;
}

/* line 1900, app/assets/stylesheets/classroom_finder.scss */
.modal-right-panel .search-results-section .course-block .course-block-image,
.modal-right-panel .popular-courses-default .course-block .course-block-image,
.modal-right-panel .category-details .category-courses .course-block .course-block-image {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 8px;
  flex-shrink: 0;
}

/* line 1908, app/assets/stylesheets/classroom_finder.scss */
.modal-right-panel .search-results-section .course-block .course-block-content,
.modal-right-panel .popular-courses-default .course-block .course-block-content,
.modal-right-panel .category-details .category-courses .course-block .course-block-content {
  flex: 1;
  min-width: 0;
  position: relative;
}

/* line 1914, app/assets/stylesheets/classroom_finder.scss */
.modal-right-panel .search-results-section .course-block:hover,
.modal-right-panel .popular-courses-default .course-block:hover,
.modal-right-panel .category-details .category-courses .course-block:hover {
  border-color: #0066cc;
  box-shadow: 0 4px 12px rgba(0, 102, 204, 0.15);
  transform: translateY(-2px);
}

/* line 1920, app/assets/stylesheets/classroom_finder.scss */
.modal-right-panel .search-results-section .course-block .course-block-header,
.modal-right-panel .popular-courses-default .course-block .course-block-header,
.modal-right-panel .category-details .category-courses .course-block .course-block-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0.75em;
  gap: 1em;
}

/* line 1927, app/assets/stylesheets/classroom_finder.scss */
.modal-right-panel .search-results-section .course-block .course-block-header h4,
.modal-right-panel .popular-courses-default .course-block .course-block-header h4,
.modal-right-panel .category-details .category-courses .course-block .course-block-header h4 {
  font-size: 1.125em;
  font-weight: 600;
  color: #003462;
  margin: 0 !important;
  flex: 1;
  line-height: 1.4;
}

/* line 1936, app/assets/stylesheets/classroom_finder.scss */
.modal-right-panel .search-results-section .course-block .course-block-header .course-badges,
.modal-right-panel .popular-courses-default .course-block .course-block-header .course-badges,
.modal-right-panel .category-details .category-courses .course-block .course-block-header .course-badges {
  display: flex;
  gap: 0.5em;
  flex-wrap: wrap;
  align-items: center;
}

/* line 1942, app/assets/stylesheets/classroom_finder.scss */
.modal-right-panel .search-results-section .course-block .course-block-header .course-badges .result-type-badge,
.modal-right-panel .popular-courses-default .course-block .course-block-header .course-badges .result-type-badge,
.modal-right-panel .category-details .category-courses .course-block .course-block-header .course-badges .result-type-badge {
  font-size: 0.75em;
  padding: 0.35em 0.65em;
  border-radius: 4px;
  font-weight: 500;
}

/* line 1948, app/assets/stylesheets/classroom_finder.scss */
.modal-right-panel .search-results-section .course-block .course-block-header .course-badges .result-type-badge.course-badge,
.modal-right-panel .popular-courses-default .course-block .course-block-header .course-badges .result-type-badge.course-badge,
.modal-right-panel .category-details .category-courses .course-block .course-block-header .course-badges .result-type-badge.course-badge {
  background: #e3f2fd;
  color: #1976d2;
}

/* line 1953, app/assets/stylesheets/classroom_finder.scss */
.modal-right-panel .search-results-section .course-block .course-block-header .course-badges .result-type-badge.group-badge,
.modal-right-panel .popular-courses-default .course-block .course-block-header .course-badges .result-type-badge.group-badge,
.modal-right-panel .category-details .category-courses .course-block .course-block-header .course-badges .result-type-badge.group-badge {
  background: #f3e5f5;
  color: #7b1fa2;
}

/* line 1959, app/assets/stylesheets/classroom_finder.scss */
.modal-right-panel .search-results-section .course-block .course-block-header .course-badges .badge,
.modal-right-panel .popular-courses-default .course-block .course-block-header .course-badges .badge,
.modal-right-panel .category-details .category-courses .course-block .course-block-header .course-badges .badge {
  font-size: 0.75em;
  padding: 0.35em 0.65em;
  border-radius: 4px;
  font-weight: 500;
}

/* line 1965, app/assets/stylesheets/classroom_finder.scss */
.modal-right-panel .search-results-section .course-block .course-block-header .course-badges .badge.badge-popular,
.modal-right-panel .popular-courses-default .course-block .course-block-header .course-badges .badge.badge-popular,
.modal-right-panel .category-details .category-courses .course-block .course-block-header .course-badges .badge.badge-popular {
  background: #fff3cd;
  color: #856404;
}

/* line 1970, app/assets/stylesheets/classroom_finder.scss */
.modal-right-panel .search-results-section .course-block .course-block-header .course-badges .badge.badge-trending,
.modal-right-panel .popular-courses-default .course-block .course-block-header .course-badges .badge.badge-trending,
.modal-right-panel .category-details .category-courses .course-block .course-block-header .course-badges .badge.badge-trending {
  background: #d4edda;
  color: #155724;
}

/* line 1978, app/assets/stylesheets/classroom_finder.scss */
.modal-right-panel .search-results-section .course-block .course-description,
.modal-right-panel .popular-courses-default .course-block .course-description,
.modal-right-panel .category-details .category-courses .course-block .course-description {
  font-size: 0.875em;
  color: #666;
  margin: 0 0 1em 0;
  line-height: 1.6;
  padding-right: 3em;
}

/* line 1986, app/assets/stylesheets/classroom_finder.scss */
.modal-right-panel .search-results-section .course-block .course-details,
.modal-right-panel .popular-courses-default .course-block .course-details,
.modal-right-panel .category-details .category-courses .course-block .course-details {
  display: flex;
  align-items: center;
  gap: 0.75em;
  flex-wrap: wrap;
}

/* line 1992, app/assets/stylesheets/classroom_finder.scss */
.modal-right-panel .search-results-section .course-block .course-details .tag-label,
.modal-right-panel .popular-courses-default .course-block .course-details .tag-label,
.modal-right-panel .category-details .category-courses .course-block .course-details .tag-label {
  font-size: 0.75em;
  padding: 0.4em 0.7em;
  border-radius: 4px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
}

/* line 2000, app/assets/stylesheets/classroom_finder.scss */
.modal-right-panel .search-results-section .course-block .course-details .tag-label.tag-level,
.modal-right-panel .popular-courses-default .course-block .course-details .tag-label.tag-level,
.modal-right-panel .category-details .category-courses .course-block .course-details .tag-label.tag-level {
  background: #e8f5e9;
  color: #2e7d32;
}

/* line 2005, app/assets/stylesheets/classroom_finder.scss */
.modal-right-panel .search-results-section .course-block .course-details .tag-label.tag-industry,
.modal-right-panel .popular-courses-default .course-block .course-details .tag-label.tag-industry,
.modal-right-panel .category-details .category-courses .course-block .course-details .tag-label.tag-industry {
  background: #e3f2fd;
  color: #1976d2;
}

/* line 2010, app/assets/stylesheets/classroom_finder.scss */
.modal-right-panel .search-results-section .course-block .course-details .tag-label.tag-format,
.modal-right-panel .popular-courses-default .course-block .course-details .tag-label.tag-format,
.modal-right-panel .category-details .category-courses .course-block .course-details .tag-label.tag-format {
  background: #fff3e0;
  color: #e65100;
}

/* line 2015, app/assets/stylesheets/classroom_finder.scss */
.modal-right-panel .search-results-section .course-block .course-details .tag-label.tag-regulated,
.modal-right-panel .popular-courses-default .course-block .course-details .tag-label.tag-regulated,
.modal-right-panel .category-details .category-courses .course-block .course-details .tag-label.tag-regulated {
  background: #fff4e6;
  color: #cc6600;
}

/* line 2022, app/assets/stylesheets/classroom_finder.scss */
.modal-right-panel .search-results-section .course-block .course-arrow,
.modal-right-panel .popular-courses-default .course-block .course-arrow,
.modal-right-panel .category-details .category-courses .course-block .course-arrow {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5em;
  color: #999;
  transition: color 0.2s, transform 0.2s;
}

/* line 2032, app/assets/stylesheets/classroom_finder.scss */
.modal-right-panel .search-results-section .course-block:hover .course-arrow,
.modal-right-panel .popular-courses-default .course-block:hover .course-arrow,
.modal-right-panel .category-details .category-courses .course-block:hover .course-arrow {
  color: #0066cc;
  transform: translateY(-50%) translateX(4px);
}

/* line 2038, app/assets/stylesheets/classroom_finder.scss */
.modal-right-panel .default-message {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  font-size: 0.875em;
  text-align: center;
  padding: 2em;
}

/* line 2049, app/assets/stylesheets/classroom_finder.scss */
.modal-right-panel .loading-state {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1em;
  color: #666;
  font-size: 0.875em;
  background: transparent !important;
  border: none !important;
  padding: 0;
  margin: 0;
}

/* line 2063, app/assets/stylesheets/classroom_finder.scss */
.modal-right-panel .loading-state .spinner {
  width: 40px;
  height: 40px;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #0066cc;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

/* line 2072, app/assets/stylesheets/classroom_finder.scss */
.modal-right-panel .loading-state p {
  margin: 0;
}

@media (max-width: 1024px) {
  /* line 2080, app/assets/stylesheets/classroom_finder.scss */
  .course-selection-modal {
    max-width: 95%;
    max-height: 95vh;
  }
  /* line 2084, app/assets/stylesheets/classroom_finder.scss */
  .course-selection-modal .modal-content {
    flex-direction: column;
  }
  /* line 2088, app/assets/stylesheets/classroom_finder.scss */
  .course-selection-modal .modal-left-panel {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #e0e0e0;
    max-height: 40vh;
  }
  /* line 2095, app/assets/stylesheets/classroom_finder.scss */
  .course-selection-modal .modal-right-panel {
    max-height: 50vh;
  }
}

@media (max-width: 768px) {
  /* line 2103, app/assets/stylesheets/classroom_finder.scss */
  .course-selection-modal-overlay {
    padding-top: 70px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    align-items: flex-start;
  }
  /* line 2111, app/assets/stylesheets/classroom_finder.scss */
  .course-selection-modal {
    max-width: 100%;
    max-height: 100vh;
    height: 100vh;
    border-radius: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
  }
  /* line 2120, app/assets/stylesheets/classroom_finder.scss */
  .course-selection-modal .modal-header {
    padding: 1em 1em 1em 1em;
    flex-shrink: 0;
    position: relative;
  }
  /* line 2125, app/assets/stylesheets/classroom_finder.scss */
  .course-selection-modal .modal-header h2 {
    font-size: 1.25em;
    padding-right: 2.5em;
  }
  /* line 2130, app/assets/stylesheets/classroom_finder.scss */
  .course-selection-modal .modal-header .modal-subtitle {
    display: none;
  }
  /* line 2134, app/assets/stylesheets/classroom_finder.scss */
  .course-selection-modal .modal-header .modal-close {
    position: absolute;
    top: 1em;
    right: 1em;
    width: 28px;
    height: 28px;
    font-size: 1.25em;
  }
  /* line 2144, app/assets/stylesheets/classroom_finder.scss */
  .course-selection-modal .modal-content {
    flex-direction: column;
    height: calc(100vh - 60px - 60px);
    overflow: hidden;
    position: relative;
    flex: 1;
    min-height: 0;
  }
  /* line 2153, app/assets/stylesheets/classroom_finder.scss */
  .course-selection-modal .mobile-back-btn {
    display: flex;
    align-items: center;
    gap: 0.5em;
    padding: 0.75em 1em;
    background: #f8f9fa;
    border: none;
    border-bottom: 1px solid #e0e0e0;
    width: 100%;
    cursor: pointer;
    font-size: 0.875em;
    color: #0066cc;
    font-weight: 500;
    flex-shrink: 0;
  }
  /* line 2168, app/assets/stylesheets/classroom_finder.scss */
  .course-selection-modal .mobile-back-btn svg {
    width: 18px;
    height: 18px;
  }
  /* line 2174, app/assets/stylesheets/classroom_finder.scss */
  .course-selection-modal .modal-left-panel {
    width: 100%;
    border-right: none;
    border-bottom: none;
    max-height: none;
    flex: 1;
    overflow-y: auto;
    padding: 1em;
    min-height: 0;
  }
  /* line 2184, app/assets/stylesheets/classroom_finder.scss */
  .course-selection-modal .modal-left-panel.mobile-hidden {
    display: none;
  }
  /* line 2188, app/assets/stylesheets/classroom_finder.scss */
  .course-selection-modal .modal-left-panel .search-bar {
    margin-bottom: 1em;
  }
  /* line 2191, app/assets/stylesheets/classroom_finder.scss */
  .course-selection-modal .modal-left-panel .search-bar .search-submit-btn {
    display: flex;
  }
  /* line 2195, app/assets/stylesheets/classroom_finder.scss */
  .course-selection-modal .modal-left-panel .search-bar .search-input {
    padding-right: 0.75em;
  }
  /* line 2200, app/assets/stylesheets/classroom_finder.scss */
  .course-selection-modal .modal-left-panel .popular-courses-section,
.course-selection-modal .modal-left-panel .categories-section {
    margin-bottom: 1.5em;
  }
  /* line 2204, app/assets/stylesheets/classroom_finder.scss */
  .course-selection-modal .modal-left-panel .popular-courses-section h3,
.course-selection-modal .modal-left-panel .categories-section h3 {
    font-size: 1em;
    margin-bottom: 0.75em;
  }
  /* line 2212, app/assets/stylesheets/classroom_finder.scss */
  .course-selection-modal .modal-left-panel .popular-courses-list li,
.course-selection-modal .modal-left-panel .categories-list li {
    padding: 0.75em;
    font-size: 0.875em;
  }
  /* line 2219, app/assets/stylesheets/classroom_finder.scss */
  .course-selection-modal .modal-right-panel {
    width: 100%;
    max-height: none;
    flex: 1;
    overflow-y: auto;
    padding: 1em;
    display: none;
    min-height: 0;
  }
  /* line 2228, app/assets/stylesheets/classroom_finder.scss */
  .course-selection-modal .modal-right-panel.mobile-visible {
    display: flex;
    flex-direction: column;
  }
  /* line 2234, app/assets/stylesheets/classroom_finder.scss */
  .course-selection-modal .modal-right-panel .course-block-image {
    display: none !important;
  }
  /* line 2238, app/assets/stylesheets/classroom_finder.scss */
  .course-selection-modal .modal-right-panel .course-block {
    padding: 1em;
    gap: 0;
  }
  /* line 2242, app/assets/stylesheets/classroom_finder.scss */
  .course-selection-modal .modal-right-panel .course-block .course-block-content {
    width: 100%;
  }
  /* line 2246, app/assets/stylesheets/classroom_finder.scss */
  .course-selection-modal .modal-right-panel .course-block .course-block-header {
    margin-bottom: 0.5em;
  }
  /* line 2249, app/assets/stylesheets/classroom_finder.scss */
  .course-selection-modal .modal-right-panel .course-block .course-block-header h4 {
    font-size: 1em;
  }
  /* line 2254, app/assets/stylesheets/classroom_finder.scss */
  .course-selection-modal .modal-right-panel .course-block .course-description {
    font-size: 0.8125em;
    margin-bottom: 0.75em;
    padding-right: 2em;
  }
  /* line 2260, app/assets/stylesheets/classroom_finder.scss */
  .course-selection-modal .modal-right-panel .course-block .course-details {
    font-size: 0.75em;
  }
  /* line 2268, app/assets/stylesheets/classroom_finder.scss */
  .mobile-back-btn {
    display: none;
  }
}

/* line 2274, app/assets/stylesheets/classroom_finder.scss */
.remote-class-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10000;
  padding: 1em;
  animation: fadeIn 0.2s ease-out;
}

/* line 2289, app/assets/stylesheets/classroom_finder.scss */
.remote-class-modal {
  background: white;
  border-radius: 8px;
  width: 100%;
  max-width: 500px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  animation: slideUp 0.3s ease-out;
  overflow: hidden;
}

/* line 2298, app/assets/stylesheets/classroom_finder.scss */
.remote-class-modal .remote-class-modal-header {
  padding: 1.5em 2em;
  border-bottom: 1px solid #e0e0e0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

/* line 2306, app/assets/stylesheets/classroom_finder.scss */
.remote-class-modal .remote-class-modal-header h3 {
  font-size: 1.5em;
  font-weight: 600;
  color: #003462;
  margin: 0;
}

/* line 2313, app/assets/stylesheets/classroom_finder.scss */
.remote-class-modal .remote-class-modal-header .remote-class-modal-close {
  position: absolute;
  right: 1em;
  background: transparent;
  border: none;
  width: 32px;
  height: 32px;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5em;
  color: #666;
  line-height: 1;
  padding: 0;
  transition: all 0.2s;
}

/* line 2331, app/assets/stylesheets/classroom_finder.scss */
.remote-class-modal .remote-class-modal-header .remote-class-modal-close:hover {
  color: #333;
  background: #f0f0f0;
}

/* line 2338, app/assets/stylesheets/classroom_finder.scss */
.remote-class-modal .remote-class-modal-body {
  padding: 2em;
  font-size: 1em;
  line-height: 1.6;
  color: #333;
}

/* line 2344, app/assets/stylesheets/classroom_finder.scss */
.remote-class-modal .remote-class-modal-body p {
  margin: 0 0 1em 0;
}

/* line 2347, app/assets/stylesheets/classroom_finder.scss */
.remote-class-modal .remote-class-modal-body p:last-child {
  margin-bottom: 0;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* line 2363, app/assets/stylesheets/classroom_finder.scss */
.group-training-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100000;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 6em 2em 2em;
  overflow-y: auto;
  animation: fadeIn 0.2s ease-out;
}

/* line 2379, app/assets/stylesheets/classroom_finder.scss */
.group-training-modal {
  background: white;
  border-radius: 8px;
  width: 100%;
  max-width: 800px;
  max-height: calc(100vh - 8em);
  display: flex;
  flex-direction: column;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  animation: slideUp 0.3s ease-out;
  overflow: hidden;
  margin-top: 0;
}

/* line 2392, app/assets/stylesheets/classroom_finder.scss */
.group-training-modal .modal-header {
  position: relative;
  padding: 2em 2.5em 1.5em;
  border-bottom: 1px solid #f0f0f0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1em;
}

/* line 2401, app/assets/stylesheets/classroom_finder.scss */
.group-training-modal .modal-header .modal-header-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}

/* line 2408, app/assets/stylesheets/classroom_finder.scss */
.group-training-modal .modal-header h2 {
  font-size: 1.75em;
  font-weight: 600;
  color: #232a31;
  text-transform: none !important;
  margin: 0 !important;
  margin-bottom: 0 !important;
  text-align: left;
}

/* line 2418, app/assets/stylesheets/classroom_finder.scss */
.group-training-modal .modal-header .modal-subtitle {
  font-size: 1em;
  color: #666;
  margin: 0;
  font-weight: 400;
}

/* line 2425, app/assets/stylesheets/classroom_finder.scss */
.group-training-modal .modal-header .modal-close {
  position: absolute;
  top: 2em;
  right: 2em;
  background: transparent;
  border: none;
  width: 32px;
  height: 32px;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5em;
  color: #666;
  line-height: 1;
  padding: 0;
  z-index: 10;
  transition: all 0.2s;
  flex-shrink: 0;
}

/* line 2446, app/assets/stylesheets/classroom_finder.scss */
.group-training-modal .modal-header .modal-close:hover {
  color: #333;
  opacity: 0.8;
}

/* line 2453, app/assets/stylesheets/classroom_finder.scss */
.group-training-modal .modal-content {
  padding: 2em 2.5em;
  overflow-y: auto;
  flex: 1;
}

/* line 2459, app/assets/stylesheets/classroom_finder.scss */
.group-training-modal .group-training-info-box {
  background: #e3f2fd;
  border: 1px solid #90caf9;
  border-radius: 8px;
  padding: 1.5em;
  margin-bottom: 2em;
}

/* line 2466, app/assets/stylesheets/classroom_finder.scss */
.group-training-modal .group-training-info-box .group-training-info-header {
  display: flex;
  align-items: center;
  gap: 0.75em;
  margin-bottom: 0.75em;
}

/* line 2472, app/assets/stylesheets/classroom_finder.scss */
.group-training-modal .group-training-info-box .group-training-info-header i {
  font-size: 1.5em;
  color: #0066cc;
}

/* line 2477, app/assets/stylesheets/classroom_finder.scss */
.group-training-modal .group-training-info-box .group-training-info-header h3 {
  font-size: 1.125em;
  font-weight: 600;
  color: #0066cc;
  margin: 0;
}

/* line 2485, app/assets/stylesheets/classroom_finder.scss */
.group-training-modal .group-training-info-box p {
  color: #333;
  font-size: 0.875em;
  line-height: 1.6;
  margin: 0;
}

/* line 2493, app/assets/stylesheets/classroom_finder.scss */
.group-training-modal .group-training-section {
  margin-bottom: 2em;
}

/* line 2496, app/assets/stylesheets/classroom_finder.scss */
.group-training-modal .group-training-section h3 {
  font-size: 1.25em;
  font-weight: 600;
  color: #003462;
  margin: 0 0 1em 0 !important;
}

/* line 2503, app/assets/stylesheets/classroom_finder.scss */
.group-training-modal .group-training-section .group-training-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 2508, app/assets/stylesheets/classroom_finder.scss */
.group-training-modal .group-training-section .group-training-list li {
  padding: 0.5em 0;
  color: #666;
  font-size: 0.875em;
  line-height: 1.4;
  display: flex;
  align-items: flex-start;
  gap: 0.5em;
}

/* line 2517, app/assets/stylesheets/classroom_finder.scss */
.group-training-modal .group-training-section .group-training-list li i {
  color: #0066cc;
  font-size: 0.875em;
  margin-top: 0.2em;
  flex-shrink: 0;
}

/* line 2524, app/assets/stylesheets/classroom_finder.scss */
.group-training-modal .group-training-section .group-training-list li strong {
  color: #333;
  font-weight: 600;
}

/* line 2531, app/assets/stylesheets/classroom_finder.scss */
.group-training-modal .group-training-section .group-training-steps {
  list-style: decimal;
  padding-left: 1.5em;
  margin: 0;
}

/* line 2536, app/assets/stylesheets/classroom_finder.scss */
.group-training-modal .group-training-section .group-training-steps li {
  padding: 0.75em 0;
  color: #666;
  font-size: 0.875em;
  line-height: 1.6;
}

/* line 2545, app/assets/stylesheets/classroom_finder.scss */
.group-training-modal .group-training-courses-box {
  background: #f5f5f5;
  border-radius: 8px;
  padding: 1.5em;
  margin-bottom: 2em;
}

/* line 2551, app/assets/stylesheets/classroom_finder.scss */
.group-training-modal .group-training-courses-box h3 {
  font-size: 1.25em;
  font-weight: 600;
  color: #003462;
  margin: 0 0 1em 0 !important;
}

/* line 2558, app/assets/stylesheets/classroom_finder.scss */
.group-training-modal .group-training-courses-box .courses-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1em;
}

/* line 2564, app/assets/stylesheets/classroom_finder.scss */
.group-training-modal .group-training-courses-box .courses-grid .courses-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 2569, app/assets/stylesheets/classroom_finder.scss */
.group-training-modal .group-training-courses-box .courses-grid .courses-column ul li {
  padding: 0.5em 0;
  color: #666;
  font-size: 0.875em;
  line-height: 1.6;
}

/* line 2580, app/assets/stylesheets/classroom_finder.scss */
.group-training-modal .quote-request-form-container {
  background: #f8f9fa;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 1.5em;
  margin-top: 1em;
}

/* line 2589, app/assets/stylesheets/classroom_finder.scss */
.group-training-modal .group-training-form .alert {
  padding: 0.75em 1em;
  margin-bottom: 1em;
  border-radius: 4px;
  font-size: 0.875em;
}

/* line 2595, app/assets/stylesheets/classroom_finder.scss */
.group-training-modal .group-training-form .alert.alert-danger {
  background: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}

/* line 2601, app/assets/stylesheets/classroom_finder.scss */
.group-training-modal .group-training-form .alert.alert-success {
  background: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}

/* line 2608, app/assets/stylesheets/classroom_finder.scss */
.group-training-modal .group-training-form .form-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1em;
  margin-bottom: 1em;
}

@media (min-width: 768px) {
  /* line 2608, app/assets/stylesheets/classroom_finder.scss */
  .group-training-modal .group-training-form .form-row {
    grid-template-columns: 1fr 1fr;
  }
}

/* line 2619, app/assets/stylesheets/classroom_finder.scss */
.group-training-modal .group-training-form .form-group {
  margin-bottom: 0;
}

/* line 2622, app/assets/stylesheets/classroom_finder.scss */
.group-training-modal .group-training-form .form-group label {
  display: block;
  font-size: 0.875em;
  font-weight: 500;
  color: #333;
  margin-bottom: 0.375em;
}

/* line 2629, app/assets/stylesheets/classroom_finder.scss */
.group-training-modal .group-training-form .form-group label .required-asterisk {
  color: #dc3545;
}

/* line 2634, app/assets/stylesheets/classroom_finder.scss */
.group-training-modal .group-training-form .form-group .form-control {
  width: 100%;
  padding: 0.625em 0.75em;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 0.875em;
  transition: border-color 0.2s, box-shadow 0.2s;
}

/* line 2642, app/assets/stylesheets/classroom_finder.scss */
.group-training-modal .group-training-form .form-group .form-control:focus {
  outline: none;
  border-color: #0066cc;
  box-shadow: 0 0 0 2px rgba(0, 102, 204, 0.1);
}

/* line 2648, app/assets/stylesheets/classroom_finder.scss */
.group-training-modal .group-training-form .form-group .form-control[type="number"] {
  -moz-appearance: textfield;
  appearance: textfield;
}

/* line 2652, app/assets/stylesheets/classroom_finder.scss */
.group-training-modal .group-training-form .form-group .form-control[type="number"]::-webkit-outer-spin-button, .group-training-modal .group-training-form .form-group .form-control[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

/* line 2661, app/assets/stylesheets/classroom_finder.scss */
.group-training-modal .group-training-form .form-group textarea.form-control {
  resize: vertical;
  min-height: 80px;
}

/* line 2666, app/assets/stylesheets/classroom_finder.scss */
.group-training-modal .group-training-form .form-group.recaptcha-container {
  margin-bottom: 0.75em;
  display: flex;
  justify-content: center;
}

/* line 2674, app/assets/stylesheets/classroom_finder.scss */
.group-training-modal .group-training-form .form-row:has(textarea) {
  grid-template-columns: 1fr;
}

/* line 2678, app/assets/stylesheets/classroom_finder.scss */
.group-training-modal .group-training-form .form-row .form-group.recaptcha-container {
  grid-column: 1 / -1;
}

/* line 2683, app/assets/stylesheets/classroom_finder.scss */
.group-training-modal .modal-footer {
  display: flex;
  justify-content: flex-end;
  gap: 1em;
  padding-top: 0.75em;
  border-top: 1px solid #e0e0e0;
  margin-top: 0.75em;
}

/* line 2691, app/assets/stylesheets/classroom_finder.scss */
.group-training-modal .modal-footer .cancel-btn,
.group-training-modal .modal-footer .submit-btn {
  padding: 0.75em 2em;
  border: none;
  border-radius: 6px;
  font-size: 1em;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.2s, transform 0.2s;
}

/* line 2701, app/assets/stylesheets/classroom_finder.scss */
.group-training-modal .modal-footer .cancel-btn:disabled,
.group-training-modal .modal-footer .submit-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

/* line 2707, app/assets/stylesheets/classroom_finder.scss */
.group-training-modal .modal-footer .cancel-btn {
  background: #f0f0f0;
  color: #333;
}

/* line 2711, app/assets/stylesheets/classroom_finder.scss */
.group-training-modal .modal-footer .cancel-btn:hover:not(:disabled) {
  background: #e0e0e0;
}

/* line 2716, app/assets/stylesheets/classroom_finder.scss */
.group-training-modal .modal-footer .submit-btn {
  background: #0066cc;
  color: white;
}

/* line 2720, app/assets/stylesheets/classroom_finder.scss */
.group-training-modal .modal-footer .submit-btn:hover:not(:disabled) {
  background: #0052a3;
  transform: translateY(-1px);
}

/* line 2726, app/assets/stylesheets/classroom_finder.scss */
.group-training-modal .modal-footer .got-it-btn {
  padding: 0.75em 2em;
  background: #0066cc;
  color: white;
  border: none;
  border-radius: 6px;
  font-size: 1em;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.2s, transform 0.2s;
}

/* line 2737, app/assets/stylesheets/classroom_finder.scss */
.group-training-modal .modal-footer .got-it-btn:hover {
  background: #0052a3;
  transform: translateY(-1px);
}

@media (max-width: 768px) {
  /* line 2747, app/assets/stylesheets/classroom_finder.scss */
  .group-training-modal-overlay {
    padding-top: 70px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    align-items: flex-start;
  }
  /* line 2755, app/assets/stylesheets/classroom_finder.scss */
  .group-training-modal {
    max-width: 100%;
    max-height: 100vh;
    height: 100vh;
    border-radius: 0;
    margin: 0;
  }
  /* line 2762, app/assets/stylesheets/classroom_finder.scss */
  .group-training-modal .modal-header {
    padding: 1em 1em 1em 1em;
  }
  /* line 2765, app/assets/stylesheets/classroom_finder.scss */
  .group-training-modal .modal-header h2 {
    font-size: 1.25em;
    padding-right: 2.5em;
  }
  /* line 2770, app/assets/stylesheets/classroom_finder.scss */
  .group-training-modal .modal-header .modal-subtitle {
    display: none;
  }
  /* line 2774, app/assets/stylesheets/classroom_finder.scss */
  .group-training-modal .modal-header .modal-close {
    top: 1em;
    right: 1em;
    width: 28px;
    height: 28px;
    font-size: 1.25em;
  }
  /* line 2783, app/assets/stylesheets/classroom_finder.scss */
  .group-training-modal .modal-content {
    padding: 1em;
  }
  /* line 2788, app/assets/stylesheets/classroom_finder.scss */
  .group-training-modal .group-training-courses-box .courses-grid {
    grid-template-columns: 1fr;
  }
}
