.cse-presets{margin:10px 0 12px 0;padding:10px;border:1px solid rgba(0,0,0,.08);border-radius:10px}
.cse-presets-title{font-weight:600;margin-bottom:8px}
.cse-presets-btns{display:flex;flex-wrap:wrap;gap:10px}

/* Strong selectors + !important to override theme button styles */
.wccs-wrapper .cse-preset-btn,
.cse-presets .cse-preset-btn{
  cursor:pointer !important;
  position:relative !important;
  display:inline-flex !important;
  align-items:center !important;
  gap:8px !important;
  padding:10px 14px !important;
  border:0 !important;
  border-radius:12px !important;
  background:#283792 !important;
  color:#fff !important;
  line-height:1.1 !important;
  font-weight:600 !important;
  text-decoration:none !important;
  box-shadow:none !important;
}

.wccs-wrapper .cse-preset-btn:hover,
.cse-presets .cse-preset-btn:hover{filter:brightness(1.05) !important}

.wccs-wrapper .cse-preset-btn:active,
.cse-presets .cse-preset-btn:active{transform:translateY(1px) !important}

.wccs-wrapper .cse-preset-btn.is-active,
.cse-presets .cse-preset-btn.is-active{
  outline:2px solid rgba(40,55,146,.35) !important;
  box-shadow:0 0 0 3px rgba(40,55,146,.18) !important
}

.cse-label{display:inline-block}
.cse-star{font-size:14px; line-height:1; margin-right:2px; color:#ffcc00 !important}


.cse-help-text{font-size:12px; font-weight:400; opacity:.85}
