/* public/css/style.css */
button.woot-elements--right.woot-widget-bubble.woot--close {
    background-color: blue !important;
}
button.woot-widget-bubble.woot-elements--right {
    background-color: blue !important;
}
.relative.flex.flex-col.h-full .px-0.py-3.flex.justify-center {
    display: none !important;
}
/* Ajusta a largura dos campos em telas menores */
@media (max-width: 767px) {
  #js-code, #site-url {
    min-width: 100% !important;
  }
}

/* Espaço extra para botões */
#open-site, #open-site-new, #run-js {
  min-width: 150px;
  font-weight: 500;
}

textarea#js-code {
  resize: vertical;
  min-height: 250px;
  font-family: 'Fira Mono', 'Consolas', monospace;
}

/* Melhora visual das colunas na tela grande */
@media (min-width: 768px) {
  .col-md-6 {
    border-radius: 1.5rem;
    box-shadow: 0 2px 16px 0 rgba(0,0,0,0.05);
    background: #f8f9fa;
    margin: 12px 0;
    padding: 36px 28px;
  }
}

/* Títulos */
h2 {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 1px;
}



