/* themes/default/college-ui.css */

.college-action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 8px;
}

.college-action-btn {
  border: 1px solid #c8d3e1;
  background: #fff;
  color: #25364d;
  padding: 6px 9px;
  border-radius: 999px;
  cursor: pointer;
  font-size: 12px;
  line-height: 1;
}

.college-action-btn:hover { background: #eef4fb; }

.college-modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(20, 28, 38, 0.55);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  padding: 18px;
}

.college-modal-backdrop.active { display: flex; }

.college-modal {
  width: min(720px, 96vw);
  max-height: 90vh;
  overflow: auto;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 20px 80px rgba(0,0,0,0.28);
}

.college-modal-header {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: flex-start;
  padding: 16px 18px;
  border-bottom: 1px solid #e3e7ee;
}

.college-modal-title {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}

.college-modal-subtitle {
  margin: 4px 0 0;
  font-size: 13px;
  color: #667085;
}

.college-modal-close {
  border: 0;
  background: #f3f5f8;
  border-radius: 999px;
  width: 32px;
  height: 32px;
  cursor: pointer;
  font-size: 20px;
  line-height: 1;
}

.college-modal-body { padding: 16px 18px 18px; }

.college-field { margin-bottom: 12px; }

.college-field label {
  display: block;
  font-weight: bold;
  font-size: 13px;
  margin-bottom: 5px;
}

.college-field input,
.college-field select,
.college-field textarea {
  width: 100%;
  border: 1px solid #cfd6df;
  border-radius: 8px;
  padding: 9px;
  font-size: 14px;
}

.college-field textarea {
  min-height: 95px;
  resize: vertical;
}

.college-primary-btn,
.college-secondary-btn,
.college-danger-btn {
  border: 1px solid #c8d3e1;
  border-radius: 8px;
  padding: 9px 12px;
  cursor: pointer;
  font-size: 13px;
}

.college-primary-btn {
  background: #1f6feb;
  border-color: #1f6feb;
  color: #fff;
}

.college-secondary-btn {
  background: #fff;
  color: #25364d;
}

.college-danger-btn {
  background: #fff5f5;
  border-color: #ffd1d1;
  color: #9b1111;
}

.college-button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.college-list-choice {
  border: 1px solid #d9dde3;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 8px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
}

.college-list-name { font-weight: bold; }

.college-list-meta {
  color: #667085;
  font-size: 12px;
  margin-top: 2px;
}

.college-section-title {
  font-size: 15px;
  font-weight: bold;
  margin: 18px 0 8px;
  border-top: 1px solid #edf0f4;
  padding-top: 14px;
}

.college-note,
.college-task {
  border: 1px solid #d9dde3;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 8px;
  background: #fbfcfe;
}

.college-note-key {
  font-size: 12px;
  color: #667085;
  text-transform: uppercase;
  letter-spacing: .04em;
  font-weight: bold;
}

.college-note-value {
  margin-top: 4px;
  white-space: pre-wrap;
}

.college-task-top {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.college-task-status {
  font-size: 12px;
  color: #667085;
}

.college-task-due {
  font-size: 12px;
  color: #9b1111;
  margin-top: 4px;
}

.college-selected-program-box {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 10px 12px;
  margin-bottom: 14px;
  color: #334155;
}

.college-selected-program-box div {
  font-size: 13px;
  color: #64748b;
  margin-top: 3px;
}

.college-task-description {
    margin-top: 4px;
    margin-bottom: 8px;

    font-size: 13px;
    line-height: 1.4;

    color: #64748b;
}
