
body {
  font-family: 'Montserrat', Tahoma, Geneva, Verdana, sans-serif;
  background: linear-gradient(to right, #0f2027, #203a43, #2c5364);
  color: #f0f0f0;
  margin: 0;
  padding: 20px;
}

h1 {
  text-align: center;
  color: #00ffe5;
  margin-bottom: 10px;
}

p {
  line-height: 1.6;
  font-size: 1.1em;
}

a {
  color: #00e6ff;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.container {
  max-width: 900px;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 0 20px rgba(0, 255, 255, 0.2);
}

.equipment-list {
  margin-top: 20px;
  padding-left: 20px;
}

.equipment-list p::before {
  content: "📡 ";
  margin-right: 5px;
}

.widget-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  margin: 30px 0;
}

iframe,
.widget-row img {
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 255, 255, 0.2);
  max-width: 100%;
  height: auto;
  background-color: #FFFFFF;
}

.thumb-icon {
  vertical-align: middle;
  height: 23px;
  width: 23px;
}

@media (max-width: 600px) {
  .widget-row {
    flex-direction: column;
    align-items: center;
  }
}
