.elementor-881 .elementor-element.elementor-element-ed45293{--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;}/* Start custom CSS for html, class: .elementor-element-e0b0097 */.size-guide {
  background: #fafafa;
  padding: 40px 20px;
  font-family: 'Segoe UI', sans-serif;
}

.guide-container {
  max-width: 960px;
  margin: auto;
  background: #fff;
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 0 12px rgba(0,0,0,0.06);
}

.guide-container h1 {
  text-align: center;
  color: #8e44ad;
  margin-bottom: 20px;
}

.size-tabs {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 30px;
}

.tab {
  padding: 10px 20px;
  background: #eee;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 600;
  transition: 0.3s;
}

.tab.active,
.tab:hover {
  background: #8e44ad;
  color: #fff;
}

.size-content h2 {
  color: #6c3483;
  margin-bottom: 15px;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}

th, td {
  border: 1px solid #ddd;
  padding: 12px;
  text-align: center;
  font-size: 15px;
}

th {
  background-color: #f0e6f6;
  color: #6c3483;
}

@media (max-width: 600px) {
  .tab {
    font-size: 14px;
    padding: 8px 14px;
  }

  th, td {
    font-size: 13px;
  }
}/* End custom CSS */