/* Start custom CSS for html, class: .elementor-element-1318816 */.mma-terms-page {
  background: #ffffff;
  color: #111111;
  padding: 90px 20px;
  font-family: inherit;
}

.mma-terms-container {
  max-width: 1080px;
  margin: 0 auto;
}

.mma-terms-header {
  max-width: 760px;
  margin-bottom: 52px;
}

.mma-eyebrow {
  display: inline-block;
  margin-bottom: 16px;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #777777;
}

.mma-terms-header h1 {
  margin: 0 0 18px;
  font-size: clamp(38px, 5vw, 68px);
  line-height: 1;
  font-weight: 600;
  letter-spacing: -2px;
  color: #050505;
}

.mma-terms-header p {
  margin: 0;
  max-width: 680px;
  font-size: 17px;
  line-height: 1.8;
  color: #555555;
}

.mma-terms-card {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 28px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.06);
}

.mma-term-item {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 32px;
  padding: 34px 42px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  transition: background 0.25s ease;
}

.mma-term-item:last-child {
  border-bottom: none;
}

.mma-term-item:hover {
  background: #fafafa;
}

.mma-term-item > span {
  font-size: 13px;
  color: #999999;
  letter-spacing: 1px;
  padding-top: 6px;
}

.mma-term-item h2 {
  margin: 0 0 12px;
  font-size: 21px;
  line-height: 1.3;
  font-weight: 600;
  color: #111111;
}

.mma-term-item p {
  margin: 0 0 12px;
  font-size: 15.5px;
  line-height: 1.85;
  color: #555555;
}

.mma-term-item p:last-child {
  margin-bottom: 0;
}

/* Mobile */
@media (max-width: 768px) {
  .mma-terms-page {
    padding: 60px 16px;
  }

  .mma-terms-header {
    margin-bottom: 34px;
  }

  .mma-terms-header h1 {
    letter-spacing: -1px;
  }

  .mma-terms-header p {
    font-size: 15.5px;
  }

  .mma-terms-card {
    border-radius: 20px;
  }

  .mma-term-item {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 28px 22px;
  }

  .mma-term-item > span {
    padding-top: 0;
  }

  .mma-term-item h2 {
    font-size: 19px;
  }

  .mma-term-item p {
    font-size: 14.5px;
  }
}/* End custom CSS */