.elementor-15366 .elementor-element.elementor-element-e84f0c9{--display:flex;}/* Start custom CSS */#tpGrid {
  display: grid;
  grid-template-columns: repeat(18, 1fr);
  gap: 5px;
  padding: 10px;
}

.tp-cell {
  padding: 5px;
  border-radius: 5px;
  background-color: #f0f0f0;
  cursor: pointer;
  text-align: center;
}

.tp-z {
  font-size: 0.8em;
  color: #666;
}

.tp-sym {
  font-weight: bold;
  font-size: 1.2em;
}

.tp-name {
  font-size: 0.8em;
}

.tp-empty {
  background-color: transparent;
  border: none;
}

#tpPanel {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
  z-index: 1000;
}

#tpPanelTitle {
  font-size: 1.5em;
  margin-bottom: 10px;
}

#tpPanelBody {
  margin-bottom: 10px;
}

#tpClose {
  padding: 5px 10px;
  background-color: #ddd;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}/* End custom CSS */