.rapoarte-component__container {
  max-width: 1232px;
  margin: 0 auto;
  padding: 0 20px;
}
.rapoarte-component__title {
  font-size: 32px;
  line-height: 1.2;
  font-weight: 500;
  color: #18181b;
  margin: 0 0 16px;
}
@media (min-width: 1025px) {
  .rapoarte-component__title {
    font-size: 40px;
  }
}
.rapoarte-component__description {
  max-width: 820px;
  font-size: 18px;
  line-height: 1.6;
  color: #52525b;
  margin-bottom: 32px;
}
.rapoarte-component__description p {
  margin: 0 0 16px;
}
.rapoarte-component__description p:last-child {
  margin-bottom: 0;
}
.rapoarte-component__description a {
  color: #29235c;
  text-decoration: underline;
}
.rapoarte-component__links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.rapoarte-component__button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-width: 260px;
  padding: 16px 24px;
  background: #29235c;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  border-radius: 10px;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease;
  box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.08);
}
.rapoarte-component__button:hover {
  background: #1c1745;
  color: #fff;
  text-decoration: none;
  transform: translateY(-2px);
}
.rapoarte-component__button-icon {
  flex-shrink: 0;
}
