.elementor-widget-section > .uael-party-propz-wrap i{color:var( --e-global-color-primary );}.elementor-widget-section > .uael-party-propz-wrap svg{fill:var( --e-global-color-primary );}.elementor-widget-column > .uael-party-propz-wrap i{color:var( --e-global-color-primary );}.elementor-widget-column > .uael-party-propz-wrap svg{fill:var( --e-global-color-primary );}.elementor-widget-html .uael-party-propz-widget-wrap i{color:var( --e-global-color-primary );}.elementor-widget-html .uael-party-propz-widget-wrap svg{fill:var( --e-global-color-primary );}/* Start custom CSS for html, class: .elementor-element-5135f88 *//* =========================================
   TUGAS AKHIR MAHASISWA – PAGE WRAPPER
   Targets TablePress table with id=15 only
   ========================================= */

.ta-page-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 60px 20px;
  background: #ffffff;
  box-sizing: border-box;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.ta-header {
  margin-bottom: 40px;
  padding: 40px 32px;
  border-radius: 20px;
  background: linear-gradient(135deg, #720000 0%, #9c1000 50%, #d39b00 100%);
  color: #ffffff;
  position: relative;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(114, 0, 0, 0.3);
  animation: taFadeInDown 0.7s ease-out both;
}

.ta-header::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -50%;
  width: 120%;
  height: 120%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.15) 0%, transparent 70%);
  animation: taRotate 24s linear infinite;
  opacity: 0.6;
  pointer-events: none;
}

.ta-title {
  position: relative;
  z-index: 1;
  margin: 0 0 16px;
  font-size: clamp(32px, 4vw, 44px);
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffffff;
  text-shadow: 0 3px 15px rgba(0, 0, 0, 0.4);
  line-height: 1.2;
}

.ta-intro {
  position: relative;
  z-index: 1;
  margin: 0 0 12px;
  font-size: 16px;
  line-height: 1.7;
  color: #ffffff;
  opacity: 0.95;
  text-align: justify;
}

.ta-intro:last-child {
  margin-bottom: 0;
}

.ta-table-wrapper {
  margin-top: 10px;
  animation: taFadeInUp 0.7s ease-out both;
}

/* =========================================
   MODERN TABLEPRESS STYLING – TABLE 15 ONLY
   ========================================= */

.ta-table-wrapper #tablepress-15 {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
  border: 1px solid #e8e8e8;
  table-layout: auto;
  font-size: 14px;
}

/* Header */
.ta-table-wrapper #tablepress-15 thead tr {
  background: linear-gradient(90deg, #720000 0%, #9c1000 50%, #d39b00 100%);
}

.ta-table-wrapper #tablepress-15 thead th {
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0. 08em;
  padding: 16px 18px;
  font-size: 12px;
  border: none;
  text-align: left;
  white-space: nowrap;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

/* Body rows */
.ta-table-wrapper #tablepress-15 tbody tr {
  background-color: #ffffff;
  transition: background-color 0.2s ease, transform 0.15s ease, box-shadow 0. 2s ease;
}

.ta-table-wrapper #tablepress-15 tbody tr:nth-child(even) {
  background-color: #fafafa;
}

.ta-table-wrapper #tablepress-15 tbody tr:hover {
  background-color: #fff8f3;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(114, 0, 0, 0.12);
}

/* Cells */
.ta-table-wrapper #tablepress-15 tbody td {
  padding: 14px 18px;
  border-top: 1px solid #f0f0f0;
  vertical-align: middle;
  color: #333333;
  line-height: 1.6;
}

/* Nama */
.ta-table-wrapper #tablepress-15 tbody td:nth-child(1) {
  font-weight: 600;
  color: #720000;
  min-width: 160px;
}

/* NIM */
.ta-table-wrapper #tablepress-15 tbody td:nth-child(2) {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 13px;
  color: #555555;
  white-space: nowrap;
}

/* Bidang Penelitian: chip style */
.ta-table-wrapper #tablepress-15 tbody td:nth-child(3) {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #ffffff;
  background: linear-gradient(135deg, #720000 0%, #9c1000 100%);
  box-shadow: 0 2px 8px rgba(114, 0, 0, 0.2);
}

/* Judul Penelitian */
.ta-table-wrapper #tablepress-15 tbody td:nth-child(4) {
  min-width: 260px;
  max-width: 600px;
  font-weight: 500;
  color: #222222;
}

/* Link Repository Column - Button Container */
.ta-table-wrapper #tablepress-15 tbody td:nth-child(5) {
  min-width: 180px;
  text-align: center;
  vertical-align: middle;
}

/* Link Repository - Modern Button Style */
.ta-table-wrapper #tablepress-15 tbody td:nth-child(5) a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 20px;
  border-radius: 8px;
  background: linear-gradient(135deg, #720000 0%, #9c1000 100%);
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(114, 0, 0, 0.25);
  border: none;
  cursor: pointer;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
}

/* Button icon */
.ta-table-wrapper #tablepress-15 tbody td:nth-child(5) a::before {
  content: "🔗";
  font-size: 15px;
  transition: transform 0.3s ease;
}

/* Button hover effect */
.ta-table-wrapper #tablepress-15 tbody td:nth-child(5) a:hover {
  background: linear-gradient(135deg, #d39b00 0%, #ffb700 100%);
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(211, 155, 0, 0.4);
}

.ta-table-wrapper #tablepress-15 tbody td:nth-child(5) a:hover::before {
  transform: scale(1.2) rotate(15deg);
}

/* Button active/pressed effect */
.ta-table-wrapper #tablepress-15 tbody td:nth-child(5) a:active {
  transform: translateY(-1px);
  box-shadow: 0 4px 10px rgba(114, 0, 0, 0.3);
}

/* Alternative: If you want to show the actual URL text, add this class to links */
.ta-table-wrapper #tablepress-15 tbody td:nth-child(5) a.show-url::after {
  content: attr(href);
  font-size: 10px;
  opacity: 0.7;
  display: block;
  margin-top: 2px;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
}

/* Hide backend "Sunting" caption on frontend */
.ta-table-wrapper #tablepress-15 caption {
  display: none;
}

/* =========================================
   SIMPLE ANIMATIONS
   ========================================= */

@keyframes taFadeInDown {
  from {
    opacity: 0;
    transform: translateY(-24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes taFadeInUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes taRotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* =========================================
   RESPONSIVE
   ========================================= */

@media screen and (max-width: 992px) {
  .ta-page-container {
    padding: 40px 15px;
  }

  .ta-header {
    padding: 32px 24px;
    margin-bottom: 32px;
  }

  .ta-table-wrapper #tablepress-15 {
    font-size: 13px;
  }

  .ta-table-wrapper #tablepress-15 thead th {
    padding: 14px 16px;
    font-size: 11px;
  }

  .ta-table-wrapper #tablepress-15 tbody td {
    padding: 12px 16px;
  }

  .ta-table-wrapper #tablepress-15 tbody td:nth-child(5) a {
    padding: 8px 16px;
    font-size: 12px;
  }
}

/* Mobile card-table layout */
@media screen and (max-width: 768px) {
  .ta-table-wrapper #tablepress-15 thead {
    display: none;
  }

  .ta-table-wrapper #tablepress-15,
  .ta-table-wrapper #tablepress-15 tbody,
  .ta-table-wrapper #tablepress-15 tr,
  .ta-table-wrapper #tablepress-15 td {
    display: block;
    width: 100%;
  }

  .ta-table-wrapper #tablepress-15 tbody tr {
    margin: 0 0 16px;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #e8e8e8;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    background: #ffffff;
  }

  .ta-table-wrapper #tablepress-15 tbody td {
    border: none;
    border-bottom: 1px solid #f3f3f3;
    padding: 12px 16px;
    position: relative;
    text-align: left;
  }

  .ta-table-wrapper #tablepress-15 tbody td:last-child {
    border-bottom: none;
  }

  /* Labels for each cell */
  .ta-table-wrapper #tablepress-15 tbody td:nth-child(1)::before {
    content: "Nama";
  }

  .ta-table-wrapper #tablepress-15 tbody td:nth-child(2)::before {
    content: "NIM";
  }

  .ta-table-wrapper #tablepress-15 tbody td:nth-child(3)::before {
    content: "Bidang";
    margin-right: 8px;
  }

  .ta-table-wrapper #tablepress-15 tbody td:nth-child(4)::before {
    content: "Judul";
  }

  .ta-table-wrapper #tablepress-15 tbody td:nth-child(5)::before {
    content: "Repository";
    display: block;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #999999;
    margin-bottom: 8px;
  }

  .ta-table-wrapper #tablepress-15 tbody td::before {
    display: block;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #999999;
    margin-bottom: 4px;
  }

  .ta-table-wrapper #tablepress-15 tbody td:nth-child(3) {
    display: inline-flex;
    align-items: center;
    gap: 8px;
  }

  .ta-table-wrapper #tablepress-15 tbody td:nth-child(4) {
    max-width: none;
  }

  /* Make button full width on mobile */
  .ta-table-wrapper #tablepress-15 tbody td:nth-child(5) {
    text-align: stretch;
  }

  .ta-table-wrapper #tablepress-15 tbody td:nth-child(5) a {
    width: 100%;
    display: flex;
    padding: 12px 20px;
  }
}

@media screen and (max-width: 480px) {
  .ta-page-container {
    padding: 28px 12px;
  }

  .ta-header {
    padding: 28px 20px;
    border-radius: 16px;
  }

  .ta-title {
    font-size: 26px;
    letter-spacing: 0.04em;
    margin-bottom: 12px;
  }

  .ta-intro {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .ta-table-wrapper #tablepress-15 tbody tr {
    border-radius: 14px;
    margin-bottom: 12px;
  }

  .ta-table-wrapper #tablepress-15 tbody td {
    padding: 10px 14px;
  }

  .ta-table-wrapper #tablepress-15 tbody td:nth-child(5) a {
    padding: 12px 16px;
    font-size: 12px;
  }
}/* End custom CSS */