/* Cleubi.com - botões sociais reais, menores e estáveis */

.clbs-actions{
  box-sizing:border-box;
  display:flex;
  flex-direction:row;
  align-items:center;
  justify-content:flex-start;
  gap:5px;
  width:100%;
  max-width:100%;
  margin-top:10px;
  padding:0;
  overflow-x:auto;
  overflow-y:hidden;
  scrollbar-width:none;
  clear:both;
  position:relative;
  z-index:2;
}

.clbs-actions::-webkit-scrollbar{
  display:none;
}

.clbs-btn{
  box-sizing:border-box;
  flex:0 0 46px;
  width:46px;
  min-width:46px;
  max-width:46px;
  height:36px;
  min-height:36px;
  max-height:36px;
  border:1.1px solid rgba(30,41,59,.55);
  border-radius:11px;
  background:#fff;
  color:#293653;
  padding:2px 2px;
  margin:0;
  display:inline-flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:1px;
  line-height:1;
  text-align:center;
  font-weight:950;
  font-family:Arial, Helvetica, sans-serif;
  box-shadow:0 2px 5px rgba(15,23,42,.12);
  cursor:pointer;
  text-decoration:none;
  overflow:hidden;
  white-space:nowrap;
  -webkit-tap-highlight-color:transparent;
}

.clbs-btn.is-active{
  background:#c8f3e7;
  border-color:#23705f;
  color:#123f34;
}

.clbs-btn.is-busy{
  opacity:.62;
  pointer-events:none;
}

.clbs-btn.is-danger{
  background:#fff4f6;
  color:#9f1239;
  border-color:#bd6b80;
}

.clbs-emoji{
  display:block;
  font-size:11.5px;
  line-height:1;
  margin:0;
  padding:0;
}

.clbs-count{
  display:block;
  font-size:9.7px;
  line-height:1;
  font-weight:950;
  margin:0;
  padding:0;
  max-width:100%;
  overflow:hidden;
  text-overflow:ellipsis;
}

.clbs-label{
  display:block;
  font-size:6.9px;
  line-height:1;
  font-weight:950;
  margin:0;
  padding:0;
  max-width:100%;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.clbs-toast{
  position:fixed;
  left:50%;
  bottom:24px;
  transform:translateX(-50%);
  z-index:999999;
  background:#111827;
  color:#fff;
  padding:10px 14px;
  border-radius:999px;
  font:900 13px Arial,sans-serif;
  box-shadow:0 16px 38px rgba(15,23,42,.25);
}

.clbs-modal-bg{
  position:fixed;
  inset:0;
  z-index:999998;
  background:rgba(15,23,42,.58);
  display:flex;
  align-items:center;
  justify-content:center;
  padding:16px;
}

.clbs-modal{
  width:min(540px,96vw);
  max-height:84vh;
  overflow:auto;
  background:#fff7ed;
  color:#293653;
  border-radius:24px;
  padding:18px;
  box-shadow:0 24px 70px rgba(15,23,42,.35);
  font-family:Arial, Helvetica, sans-serif;
}

.clbs-modal h3{
  margin:0 0 10px;
  font-size:21px;
}

.clbs-modal p{
  margin:6px 0 12px;
  color:#5b6478;
  font-weight:700;
}

.clbs-salver-list{
  display:grid;
  gap:8px;
}

.clbs-salver-item{
  display:flex;
  align-items:center;
  gap:10px;
  background:#ffffff;
  border:1px solid rgba(30,41,59,.12);
  border-radius:16px;
  padding:10px;
}

.clbs-salver-avatar{
  width:34px;
  height:34px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#1f2a44;
  color:#fff;
  font-weight:950;
}

.clbs-salver-name{
  font-weight:950;
  color:#293653;
}

.clbs-salver-user{
  font-size:12px;
  color:#6b7280;
  font-weight:700;
}

.clbs-modal textarea{
  width:100%;
  min-height:130px;
  border:1px solid rgba(30,41,59,.22);
  border-radius:16px;
  padding:13px;
  font-size:16px;
  outline:none;
  resize:vertical;
  background:#f8fcff;
}

.clbs-modal-actions{
  display:flex;
  justify-content:flex-end;
  gap:10px;
  margin-top:12px;
  flex-wrap:wrap;
}

.clbs-modal-actions button{
  border:0;
  border-radius:999px;
  padding:10px 14px;
  font-weight:950;
  cursor:pointer;
}

.clbs-cancel{
  background:#e5e7eb;
  color:#293653;
}

.clbs-primary{
  background:#263965;
  color:#fff;
}

@media(max-width:700px){
  .clbs-actions{
    gap:5px;
    margin-top:9px;
  }

  .clbs-btn{
    flex-basis:44px;
    width:44px;
    min-width:44px;
    max-width:44px;
    height:35px;
    min-height:35px;
    max-height:35px;
    border-radius:10px;
  }

  .clbs-emoji{
    font-size:11px;
  }

  .clbs-count{
    font-size:9.4px;
  }

  .clbs-label{
    font-size:6.7px;
  }
}
