/* Referral list — cs_center visual language */

.att_list_board {
  margin-top: 8px;
}

.att_list_board .board_list.qna_board_wrap {
  min-height: 320px;
}

.att_list_summary {
  margin-bottom: 14px;
}

.att_list_summary_card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  padding: 16px 18px;
  margin-bottom: 12px;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(42, 34, 26, 0.95), rgba(28, 22, 18, 0.98));
  border: 1px solid rgba(235, 199, 158, 0.22);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 4px 16px rgba(0, 0, 0, 0.35);
}

.att_list_summary_main {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.att_list_summary_label {
  color: #c9b090;
  font-size: 13px;
}

.att_list_summary_value {
  color: #ffb020;
  font-size: 24px;
  font-weight: 800;
}

.att_list_summary_value small {
  font-size: 14px;
  font-weight: 700;
  color: #ebc79e;
}

.att_list_summary_stats {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.att_list_summary_stat {
  text-align: right;
}

.att_list_summary_stat .label {
  color: #9a8a78;
  font-size: 12px;
  margin-bottom: 2px;
}

.att_list_summary_stat .value {
  font-size: 15px;
  font-weight: 700;
}

.att_list_summary_stat .value.active {
  color: #b8f0a0;
}

.att_list_summary_stat .value.stop {
  color: #ffb020;
}

.att_list_summary_stat .value.left {
  color: #9ca3af;
}

.att_list_filter_group {
  display: inline-flex;
  gap: 6px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

.att_list_filter_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 72px;
  height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(235, 199, 158, 0.2);
  border-radius: 6px;
  background: linear-gradient(to bottom, #2a221a, #352820);
  color: #c9b090;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.att_list_filter_btn:hover,
.att_list_filter_btn.is-active {
  background: linear-gradient(to bottom, #7a5538, #734520);
  color: #ffe8c8;
  border-color: rgba(235, 199, 158, 0.45);
}

.att-list-name {
  color: #f0e8dc !important;
  font-weight: 700;
}

.att-list-nic {
  color: #ebc79e !important;
  font-weight: 700;
}

.att-list-date {
  color: #c9b090 !important;
  font-size: 12px;
  white-space: nowrap;
}

.att-list-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 72px;
  padding: 3px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
}

.att-list-status--active {
  color: #b8f0a0;
  background: rgba(184, 240, 160, 0.12);
  border: 1px solid rgba(184, 240, 160, 0.35);
}

.att-list-status--stop {
  color: #ffb020;
  background: rgba(255, 176, 32, 0.12);
  border: 1px solid rgba(255, 176, 32, 0.35);
}

.att-list-status--left {
  color: #9ca3af;
  background: rgba(156, 163, 175, 0.12);
  border: 1px solid rgba(156, 163, 175, 0.25);
}

@media (max-width: 767px) {
  .att_list_summary_card {
    padding: 12px 14px;
  }

  .att_list_summary_value {
    font-size: 20px;
  }

  .att_list_summary_stats {
    width: 100%;
    justify-content: space-between;
  }
}
