.elementor-51070101 .elementor-element.elementor-element-4f72c8d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:-14px;margin-bottom:0px;}.elementor-51070101 .elementor-element.elementor-element-4f72c8d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-51070101 .elementor-element.elementor-element-3f6598c{color:#B8B8B8;}@media(max-width:767px){.elementor-51070101 .elementor-element.elementor-element-4f72c8d{margin-top:-36px;margin-bottom:0px;}}/* Start custom CSS for page-settings */#top_column, #bottom_column {display:none}
#main .page-content {margin-bottom:0px!important}
.logo-downloads {
  max-width: 1100px;
  margin: 0 auto;
  font-family: Arial, sans-serif;
}

.logo-downloads h2 {
  color:#8e8e8e;
  margin-top: 50px;
  border-bottom: 2px solid #4a4a4a;
    border-bottom-style: solid;
  -webkit-box-shadow: 0px 5px 0px 0px #242424;
  box-shadow: 0px 3px 0px -1px #171717;
  border-bottom-style: groove;
  padding-bottom: 6px;
}

.logo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 24px;
  margin-top: 20px;
  align-items: stretch;
}

.logo-card {
  border: 3px solid #e0e0e0;
  border-radius: 10px;
  padding: 16px;
  background: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.logo-image {
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.logo-image img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}

.logo-title {
  font-weight: bold;
  text-align: center;
  color:#000;
  border-bottom:1px solid #ccc;
  min-height: 22px;
}

.file-links {
  list-style: none;
  padding: 0;
  margin: auto 0 0;
  display: flex;
  justify-content: center;
  gap: 5px;
  flex-wrap: wrap;
}

.file-links li {
  display: flex;
  align-items: center;
  gap: 6px;
}

.file-icon {
  font-size: 9px;
  padding: 4px 6px;
  border-radius: 3px;
  line-height: 1;
  color: #fff;
}

.icon-webp { background:#388e3c; }
.icon-pdf  { background:#d32f2f; }
.icon-jpg  { background:#1976d2; }

.file-links a {
  font-size: 13px;
  color: #000;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 6px;
  border-radius: 4px;
}

.file-links a:hover {
  background: #fff;
}/* End custom CSS */