.container {
  max-width: 1200px !important;
}

.college-tab {
  padding: 6px 6px !important;
}

.college-tabs-container {
  width: 100%;
  position: relative;
}

.tabs-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
}

.college-tabs-scroller {
  flex: 1;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  scrollbar-color: #cbd5e0 #f1f5f9;
  padding: 0px 0;
  margin: 0 0px;
}

.college-tabs-scroller::-webkit-scrollbar {
  height: 4px;
}

.college-tabs-scroller::-webkit-scrollbar-track {
  background: #f1f5f9;
  border-radius: 10px;
}

.college-tabs-scroller::-webkit-scrollbar-thumb {
  background: #cbd5e0;
  border-radius: 10px;
}

.college-tabs-scroller::-webkit-scrollbar-thumb:hover {
  background: #94a3b8;
}

.college-tabs-nav {
  display: inline-flex;
  align-items: center;
  padding: 0 0px;
  gap: 5px;
  flex-wrap: nowrap;
}

.scroll-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: white;
  border: 1px solid #e2e8f0;
  color: #4a5568;
  cursor: pointer;
  transition: all 0.2s ease;
  flex-shrink: 0;
  padding: 0;
  z-index: 10;
}

.scroll-btn:hover {
  background-color: #f8fafc;
  border-color: #cbd5e0;
  color: #1e293b;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.scroll-btn:active {
  transform: scale(0.95);
}

.scroll-btn:disabled,
.scroll-btn[style*="pointer-events: none"] {
  opacity: 0.5;
  cursor: not-allowed;
}

@media (max-width: 768px) {
  .scroll-btn {
    width: 32px;
    height: 32px;
  }

  .college-tabs-scroller {
    margin: 0 5px;
  }
}

.college-tab-select-wrapper {
  position: relative;
  display: inline-block;
  min-width: 0px;
  margin: 0 5px;
  vertical-align: middle;
  border-radius: 4px;
  width: 92px;
  transition: all 0.3s ease;
}

.college-tab-select-wrapper.active {
  background-color: #007bff;
  border-radius: 4px;
}

.college-tab-select-wrapper.active .college-tab-select {
  color: #4a5568;
  border-color: #007bff;
}

.college-tab-select {
  width: 100%;
  height: 100%;
  padding: 8px 30px 8px 12px;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.5;
  color: #495057;
  background-color: #f1f5f9;
  background-clip: padding-box;
  border: 0px solid #ced4da;
  border-radius: 4px;
  appearance: none;
  cursor: pointer;
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}

.college-tab-select:focus {
  border-color: #80bdff;
  outline: 0;
}

.college-tab-select-wrapper:after {
  content: "▼";
  font-size: 10px;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #6c757d !important;
}

.college-tab-select-wrapper.active:after {
  color: white;
}

.college-tab-select:disabled {
  background-color: #e9ecef;
  cursor: not-allowed;
}

.college-tab-select option {
  padding: 8px;
  font-size: 14px;
}

.college-tab {
  display: inline-flex;
  align-items: center;
  padding: 8px 10px;
  margin: 0 2px;
  border: none;
  /*    border-radius: 999px; */
  background: transparent;
  color: #4a5568;
  font-size: 0.95rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
}

.college-tab:hover {
  color: #0a66c2;
  border-bottom: 3px solid #0a66c2;
}

.college-tab.active {
  color: #0a66c2;
  border-bottom: 3px solid #0a66c2;
}
.section-heading-h1 {
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #333;
  margin-left: 15px;
  margin-top: 15px;
  margin-bottom: 0px;
}

/* Simplified design */
.review-card {
  background: #ffffff !important;
  border-radius: 8px;
  border: 1px solid #e5e5e5;
  margin-bottom: 16px;
}

.review-header {
  display: flex;
  align-items: flex-start;
  padding: 20px;
  border-bottom: 1px solid #f0f0f0;
}

.review-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 16px;
}

.review-info {
  flex: 1;
}

.review-name {
  font-weight: 600;
  color: #333;
  margin-bottom: 4px;
  font-size: 15px;
}

.review-meta {
  color: #666;
  font-size: 13px;
  margin-bottom: 8px;
}

.review-overall {
  text-align: right;
}

.overall-score {
  font-size: 16px;
  font-weight: 600;
  color: #1a73e8;
  margin-top: 4px;
}

.star {
  color: #ffb400;
  font-size: 14px;
}

.star.empty {
  color: #ddd;
}

.review-content {
  padding: 20px;
}

.review-title {
  font-weight: 600;
  color: #333;
  margin-bottom: 12px;
  font-size: 15px;
}

.review-comment {
  color: #444;
  line-height: 1.5;
  margin-bottom: 20px;
  font-size: 14px;
}

.rating-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 12px;
}

.rating-item {
  background: #f8f9fa;
  padding: 12px 16px;
  border-radius: 6px;
  border-left: 3px solid #1a73e8;
}

.rating-category {
  font-weight: 600;
  color: #333;
  font-size: 14px;
  margin-bottom: 4px;
}

.rating-score {
  color: #1a73e8;
  font-weight: 600;
}

.rating-desc {
  color: #666;
  font-size: 13px;
  line-height: 1.4;
  margin-top: 6px;
}
