.elementor-1608 .elementor-element.elementor-element-082bb29{margin-top:0%;margin-bottom:0%;padding:0% 0% 0% 0%;}.elementor-1608 .elementor-element.elementor-element-c1ed4d6 > .elementor-element-populated{margin:5% 0% 0% 0%;--e-column-margin-right:0%;--e-column-margin-left:0%;padding:0% 0% 0% 0%;}.elementor-1608 .elementor-element.elementor-element-8fb5d27{width:100%;max-width:100%;}/* Start custom CSS for html, class: .elementor-element-8fb5d27 *//* Import Montserrat font */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&display=swap');

/* Title styling */
h2.panel-title {
  text-align: center;
  color: #fff; /* or use #f0c674 for gold */
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 40px !important;
}

/* Status buttons (top section) */
.set-status {
  color: #1b1f23;
  text-decoration: none;
  padding: 8px 16px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 600;
  transition: background 0.3s;
  margin: 5px;
  display: inline-block;
}

.set-status.disponible {
  background-color: #4caf50; /* green */
}

.set-status.busy {
  background-color: #f44336; /* red */
}

.set-status.offline {
  background-color: #9e9e9e; /* gray */
}

.set-status:hover {
  opacity: 0.8;
}

/* Current status badge */
#current-status .status {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
}

#current-status .status.disponible {
  background-color: #4caf50;
  color: #fff;
}

#current-status .status.busy {
  background-color: #f44336;
  color: #fff;
}

#current-status .status.offline {
  background-color: #9e9e9e;
  color: #fff;
}/* End custom CSS */
/* Start custom CSS for column, class: .elementor-element-c1ed4d6 */#jaas-container-interpreter {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* Maintains a 16:9 aspect ratio */
  height: 0;
}

#jaas-container-interpreter > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}/* End custom CSS */