.vxProToolsHead{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;flex-wrap:wrap}.vxProToolsBadge{padding:5px 9px;border-radius:999px;border:1px solid rgba(139,92,246,.4);background:rgba(139,92,246,.12);color:#d8ccff;font-size:11px;font-weight:800}.vxGiveGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:12px}.vxGiveGrid .wide{grid-column:1/-1}.vxGiveField{display:flex;flex-direction:column;gap:6px}.vxGiveField>span{font-size:12px;font-weight:700}.vxGiveField small{opacity:.7;line-height:1.35}.vxGiveDest{display:grid;grid-template-columns:1fr 1fr 1fr;gap:10px}.vxGiveDest>label{border:1px solid #27344a;border-radius:12px;padding:10px;background:rgba(255,255,255,.025)}.vxGiveNotice{margin-top:12px;padding:10px 12px;border:1px solid rgba(125,102,255,.28);border-radius:12px;background:rgba(125,102,255,.08);font-size:12px;line-height:1.45}.vxGiveList{display:flex;flex-direction:column;gap:9px;margin-top:12px}.vxGiveItem{border:1px solid #253044;border-radius:12px;padding:11px;background:rgba(255,255,255,.025)}.vxGiveItemTop{display:flex;justify-content:space-between;gap:10px}.vxGiveMeta{display:flex;gap:7px;flex-wrap:wrap;margin-top:7px;font-size:11px;opacity:.78}.vxGiveActions{display:flex;gap:8px;flex-wrap:wrap;margin-top:10px}.vxGivePager{display:flex;align-items:center;justify-content:flex-end;gap:8px;margin-top:10px}.vxSelfPreview{margin-top:12px;border:1px solid rgba(88,101,242,.35);border-radius:14px;background:linear-gradient(180deg,rgba(88,101,242,.09),rgba(255,255,255,.02));padding:14px}.vxSelfPreviewBtns{display:flex;gap:7px;flex-wrap:wrap;margin-top:10px}.vxSelfPreviewBtns span{padding:7px 10px;border:1px solid #31405c;border-radius:8px;font-size:12px}.vxProLocked{padding:18px;border:1px solid rgba(239,68,68,.25);border-radius:14px;background:rgba(239,68,68,.06)}@media(max-width:800px){.vxGiveGrid,.vxGiveDest{grid-template-columns:1fr}.vxGiveGrid .wide{grid-column:auto}}
.vxGiveChecks{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.vxGiveChecks label{padding:10px;border:1px solid #27344a;border-radius:10px;background:rgba(255,255,255,.02);font-size:12px}.vxGiveDest .is-disabled{opacity:.55}.vxGiveDest .is-disabled select{cursor:not-allowed}.vxGiveWinners{margin-top:9px;padding:9px 10px;border-radius:10px;background:rgba(34,197,94,.07);border:1px solid rgba(34,197,94,.18);font-size:12px}.vxGiveWinners code{font-size:11px}.vxGiveParticipants{margin-top:10px;padding:10px;border:1px solid #26354b;border-radius:10px;background:rgba(8,14,24,.65)}.vxGiveParticipantHead{margin-bottom:7px}.vxGiveParticipantList{display:flex;flex-direction:column;gap:5px;max-height:330px;overflow:auto}.vxGiveParticipantList>div{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:10px;align-items:center;padding:6px 8px;border-radius:8px;background:rgba(255,255,255,.025);font-size:12px}.vxGiveParticipantList code{font-size:11px}.vxGiveParticipantList small{opacity:.6}.vxGiveError{color:#ff8c8c;font-size:12px}@media(max-width:800px){.vxGiveChecks{grid-template-columns:1fr}.vxGiveParticipantList>div{grid-template-columns:1fr}.vxGiveParticipantList code,.vxGiveParticipantList small{display:block}}

/* Giveaway optional embed image */
.vxGiveImageRow{display:grid;grid-template-columns:minmax(0,1fr) minmax(210px,auto) auto;gap:8px;align-items:center;margin-top:6px}
.vxGiveImageRow input[type=file]{min-width:0}
.vxGiveImagePreview{margin-top:10px;padding:10px;border:1px solid rgba(130,160,205,.22);border-radius:10px;background:rgba(7,13,21,.38)}
.vxGiveImagePreview>div{display:flex;align-items:flex-start;gap:10px}.vxGiveImagePreview img{display:block;object-fit:cover;border-radius:8px;border:1px solid rgba(255,255,255,.1)}
.vxGiveImagePreview .is-large img{width:min(100%,520px);max-height:260px}.vxGiveImagePreview .is-small img{width:96px;height:96px}.vxGiveImagePreview span{font-size:12px;color:#91a5bd}
@media(max-width:760px){.vxGiveImageRow{grid-template-columns:1fr}.vxGiveImageRow button{margin-left:0}}

/* Giveaway checkbox alignment */
.vxGiveCheck,
.vxGiveChecks label,
.vxGiveDest label > div{
  display:flex;
  align-items:center;
  gap:8px;
  line-height:1.35;
}
.vxGiveCheck input[type="checkbox"],
.vxGiveChecks input[type="checkbox"],
.vxGiveDest input[type="checkbox"]{
  appearance:auto;
  width:16px;
  height:16px;
  min-width:16px;
  min-height:16px;
  max-width:16px;
  max-height:16px;
  flex:0 0 16px;
  margin:0;
  padding:0;
  vertical-align:middle;
}
.vxGiveChecks label{
  min-height:42px;
}
