* {
  font-family: "Inter", sans-serif;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  overflow-x: hidden;
}
.hero {
  background-attachment: fixed;
}
.prose {
  max-width: none;
  color: inherit;
}
.prose p {
  margin-bottom: 1.5rem;
  line-height: 1.8;
}
.card {
  transition: transform 0.2s ease;
}
.card:hover {
  transform: translateY(-5px);
}
.modal-box {
  max-width: 700px !important;
  border-radius: 1.5rem;
  background-color: #fefefe;
  height: 90vh;
  overflow-y: auto;
  margin-top: auto;
  margin-bottom: auto;
}
.table th {
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
@media (max-width: 1200px) {
  h1 {
    font-size: 2.5rem !important;
  }
  h2 {
    font-size: 1.8rem !important;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 1.8rem !important;
  }
  h2 {
    font-size: 1.4rem !important;
  }
  .hero {
    min-height: 50vh;
  }
} /* Main container padding */
.rightsCloudWrap {
  padding: 25px 20px 0 20px; /* Top and sides padding */
  color: #e0e0e0; /* Light text for dark theme */
}

/* Compact Header Styles */
.rightsCloudWrap h1 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 16px;
  color: #000000;
}

.rightsCloudWrap h2 {
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 14px;
  color: #000000;
}

.rightsCloudWrap h3 {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 12px;
  color: #000000;
}

.rightsCloudWrap h4 {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #000000;
}

.rightsCloudWrap h5 {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #000000;
}

/* Content Text Styles */
.rightsCloudWrap p {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 15px;
  color: #000000; /* Slightly muted for better readability */
}

/* List Styles */
.rightsCloudWrap ul {
  margin-bottom: 15px;
  padding-left: 20px;
  list-style-type: disc;
}

.rightsCloudWrap li {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 6px;
  color: #000000;
}

/* Last element margin reset */
.rightsCloudWrap > *:last-child {
  margin-bottom: 0;
}

.card {
  background-color: #ebebeb !important;

  figure {
    width: 100%;
    height: 243px;

    img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }
}

.table td {
  background-color: #e0e0e0 !important;
}

.collapse {
  height: fit-content;
}

.menu {
  background-color: #e0e0e0 !important;
}

@media (min-width: 1024px) {
  .dropdown {
    display: none;
  }
}

.hero {
  padding: 130px 0 70px;
}

.hero > * {
  grid-row-start: auto !important;
  grid-column-start: auto !important;
}
