
.tpw-floating-button{
  position:fixed;
  bottom:30px;
  right:30px;
  z-index:9999;
  display:flex;
  align-items:center;
  gap:8px;
}

.tpw-btn{
  background:#e4b529;
  color:#000;
  padding:14px 20px;
  border-radius:8px;
  font-weight:600;
  text-decoration:none;
  box-shadow:0 4px 12px rgba(0,0,0,0.25);
  display:inline-block;
}

.tpw-close{
  appearance:none;
  border:0;
  background:transparent;
  cursor:pointer;
  font-size:18px;
  font-weight:bold;
  line-height:1;
}

.tp-success{
  background:#d4edda;
  color:#155724;
  padding:12px 14px;
  margin-bottom:15px;
  border:1px solid #c3e6cb;
  border-radius:4px;
}

.tp-error{
  background:#f8d7da;
  color:#721c24;
  padding:12px 14px;
  margin-bottom:15px;
  border:1px solid #f5c6cb;
  border-radius:4px;
}

.tp-error ul{
  margin:0;
  padding-left:20px;
}

.tp-form input,
.tp-form textarea{
  border:2px solid #d8d8d8;
  border-radius:4px;
  padding:14px;
  width:100%;
  margin-bottom:15px;
  font-size:16px;
  box-sizing:border-box;
}

.tp-form textarea{
  min-height:140px;
}

.tp-row{
  display:flex;
  gap:20px;
}

.tp-col{
  flex:1;
}

.tp-consent{
  margin-bottom:20px;
  font-size:14px;
}

.tp-submit{
  background:#e4b529;
  border:none;
  padding:14px 40px;
  font-weight:600;
  cursor:pointer;
  display:block;
}

@media (max-width: 768px){
  .tpw-floating-button{
    bottom:15px;
    right:15px;
  }

  .tp-row{
    display:block;
  }
}
