.elementor-788 .elementor-element.elementor-element-97dbbdf{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-6f38d46 */.hub-materials {
  padding: 60px 20px;
}

.hub-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.hub-header h1 {
  font-size: 32px;
  margin-bottom: 10px;
}

.hub-header p {
  max-width: 800px;
  font-size: 16px;
  color: #555;
}

.hub-note {
  font-size: 14px;
  color: #777;
  margin-top: 8px;
}

/* Material grid */
.hub-material-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin-top: 30px;
}

.hub-card {
  background: #fff;
  border-radius: 14px;
  padding: 20px 18px 22px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.05);
  display: flex;
  flex-direction: column;
}

.hub-icon-box {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(0,0,0,0.04);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
}

.hub-icon {
  font-size: 26px;
}

.hub-card-title {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 6px;
}

.hub-card-text {
  font-size: 14px;
  color: #555;
  margin: 0 0 10px;
}

.hub-list {
  list-style: none;
  padding: 0;
  margin: 0 0 10px;
}

.hub-list li {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  font-size: 14px;
  color: #444;
  margin-bottom: 4px;
}

.hub-bullet {
  flex: 0 0 auto;
  font-size: 15px;
  margin-top: 2px;
}

.hub-link {
  margin-top: auto;
  font-size: 14px;
  font-weight: 600;
  color: #1f4f8f;
  text-decoration: none;
}

.hub-link:hover {
  text-decoration: underline;
}

/* Comparison table */
.hub-compare {
  margin-top: 40px;
}

.hub-compare h2 {
  font-size: 24px;
  margin-bottom: 8px;
}

.hub-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  margin-top: 10px;
}

.hub-table th,
.hub-table td {
  padding: 8px;
  text-align: left;
}

.hub-table thead th {
  border-bottom: 2px solid #d0d7e2;
}

.hub-table tbody tr:nth-child(even) {
  background: #f7fafc;
}

/* Best links */
.hub-best-links {
  margin-top: 40px;
}

.hub-best-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.hub-best-list li {
  margin-bottom: 6px;
  font-size: 14px;
}

.hub-best-list a {
  color: #1f4f8f;
  text-decoration: none;
}

.hub-best-list a:hover {
  text-decoration: underline;
}

/* Responsive */
@media (max-width: 1024px) {
  .hub-material-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .hub-material-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */