.elementor-26856 .elementor-element.elementor-element-70bbcaa{--display:flex;}.elementor-26856 .elementor-element.elementor-element-70bbcaa.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-26856 .elementor-element.elementor-element-811b3f5{--display:grid;--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;border-style:solid;--border-style:solid;border-width:5px 5px 5px 5px;--border-top-width:5px;--border-right-width:5px;--border-bottom-width:5px;--border-left-width:5px;border-color:#FFFFFF;--border-color:#FFFFFF;box-shadow:15px 15px 10px 0px rgba(0,0,0,0.5);--margin-top:00px;--margin-bottom:00px;--margin-left:00px;--margin-right:00px;--padding-top:0px;--padding-bottom:28px;--padding-left:13px;--padding-right:13px;}.elementor-26856 .elementor-element.elementor-element-811b3f5:not(.elementor-motion-effects-element-type-background), .elementor-26856 .elementor-element.elementor-element-811b3f5 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-26856 .elementor-element.elementor-element-05ea177{--display:flex;}@media(max-width:1024px){.elementor-26856 .elementor-element.elementor-element-811b3f5{--grid-auto-flow:row;}}@media(min-width:768px){.elementor-26856 .elementor-element.elementor-element-70bbcaa{--width:98.148%;}.elementor-26856 .elementor-element.elementor-element-811b3f5{--content-width:1402px;}.elementor-26856 .elementor-element.elementor-element-05ea177{--content-width:1153px;}}@media(max-width:767px){.elementor-26856 .elementor-element.elementor-element-811b3f5{--e-con-grid-template-columns:repeat(1, 1fr);--grid-auto-flow:row;}}/* Start custom CSS for container, class: .elementor-element-811b3f5 */.community-interactive {
  padding: 30px;
  background: #f7f9fc;
  border-radius: 12px;
}

.tile-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin-top: 20px;
}

.tile.community-tile {
  background: #ffffff;
  border: 2px solid #b3d4fc;
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  transition: box-shadow 0.3s ease;
}

.tile.community-tile:hover {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.community-btn {
  display: inline-block;
  margin-top: 15px;
  padding: 10px 20px;
  background: #4a90e2;
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  transition: background 0.3s ease;
}

.community-btn:hover {
  background: #357ab7;
}
.quick-links {
  list-style: none;
  padding: 0;
  margin: 10px 0;
}

.quick-links li {
  margin-bottom: 6px;
}

.quick-links a {
  color: #4a90e2;
  text-decoration: none;
  font-size: 0.9em;
}

.quick-links a:hover {
  text-decoration: underline;
}/* End custom CSS */