/* Cyber Grapes Reseller Store Helper v1.2.1 */
/* Keep styles scoped to the domain search and cart widgets */

.cg-domain-search *{ box-sizing: border-box; }

.cg-domain-search form{
  display:flex;
  gap:.5rem;
  align-items:stretch;
  max-width:680px;
}

.cg-domain-search .search-field{
  flex:1;
  min-width:0;
  padding:.65rem .75rem;
  font-size:1rem;
}

.cg-domain-search .search-submit,
.cg-domain-search .rstore-domain-btn{
  all:unset;
  display:inline-block;
  padding:.65rem .9rem;
  border:1px solid rgba(0,0,0,.15);
  background:#eee;
  cursor:pointer;
  line-height:1;
  white-space:nowrap;
}

/* Dark container helpers if your theme uses a dark header/footer wrapper */
.is-dark .cg-domain-search .search-submit{
  background:rgba(255,255,255,.1);
  border-color:rgba(255,255,255,.25);
  color:#fff;
}

/* Cart small tweak */
.cg-cart .rstore-cart-count{ font-weight:600; }
