/* Изолированные стили для компонента activity */
.activity-component {
  width: 100%;
  background-color: #f8f9fa;
  padding: 40px 0;
  box-sizing: border-box;
}

.activity-container {
  max-width: 1200px;
  margin: 0 auto 50px;
  padding: 0 20px;
}

.activity-content {
  max-width: 750px;
  margin: 0 auto;
  text-align: center;
}

.activity-heading {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.3;
}

.activity-text {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 30px;
}

.activity-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.activity-link-text {
  font-size: 16px;
  color: #2196f3;
  font-weight: 600;
  text-decoration: none;
  margin-right: 8px;
}

.activity-link-icon {
  width: 16px;
  height: 16px;
  object-fit: contain;
}

.activity-subtext {
  font-size: 14px;
  color: #777;
  line-height: 1.5;
}