.elementor-6072 .elementor-element.elementor-element-61c5461:not(.elementor-motion-effects-element-type-background), .elementor-6072 .elementor-element.elementor-element-61c5461 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-6072 .elementor-element.elementor-element-61c5461{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:-69px;padding:27px 0px 0px 0px;}.elementor-6072 .elementor-element.elementor-element-61c5461 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}body.elementor-page-6072 .bg-pattern{padding:2em 0em 2em 0em;}/* Start custom CSS */.announcement-list-2 {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 900px;
  margin: auto;
  padding: 20px;
}

.announcement-item {
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 20px;
  background: #f9f9f9;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.announcement-item:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.07);
  transform: translateY(-2px);
  background: #ffffff;
}

.announcement-item a {
  display: flex;
  align-items: flex-start;
  text-decoration: none;
  color: inherit;
  gap: 16px;
}

.icon {
  font-size: 24px;
  margin-top: 3px;
  flex-shrink: 0;
  color: #000;
}

.announcement-text {
  flex: 1;
}

.announcement-title {
  font-size: 18px;
  margin: 0 0 6px;
  color: #000;
  transition: color 0.3s ease;
}

.announcement-item:hover .announcement-title {
  color: #ff7b00;
}

.announcement-date {
  font-size: 14px;
  color: #777;
}/* End custom CSS */