.affiliates-contact label {
display: block;
}
.affiliates-contact input[type="text"],
.affiliates-contact textarea {
width: 100%;
display: block;
}
.affiliates-contact .missing {
color: #f00;
} .affiliates-registration label {
display: block;
}
.affiliates-registration input[type="checkbox"] {
float: left;
}
.affiliates-registration input[type="text"],
.affiliates-registration input[type="password"],
.affiliates-registration textarea {
width: 100%;
display: block;
}
.affiliates-registration .missing {
color: #f00;
}
.affiliates-registration .required {
background-image: url(//happyhippie.yoga/wp-content/plugins/affiliates/images/required.png);
background-repeat: no-repeat;
background-position: right center;
}
.affiliates-registration .field,
.affiliates-registration .sign-up {
margin: 1em 0;
display: block;
}
.affiliate-profile div.field label {
display: block;
}.affiliates-fields label {
display: block;
}
.affiliates-fields input[type="checkbox"] {
float: left;
}
.affiliates-fields input[type="text"],
.affiliates-fields input[type="password"],
.affiliates-fields textarea {
width: 100%;
display: block;
}
.affiliates-fields .missing {
color: #f00;
}
.affiliates-fields .required {
background-image: url(//happyhippie.yoga/wp-content/plugins/affiliates/images/required.png);
background-repeat: no-repeat;
background-position: right center;
}
.affiliates-fields .field,
.affiliates-fields .save {
margin: 1em 0;
display: block;
}.pwgc-applied-gift-cards {
padding-bottom: 16px;
}
.pwgc-applied-gift-cards-title {
font-weight: 600;
}
.pwgc-applied-gift-cards-list {
list-style: none;
margin: 0;
padding: 0;
}
.pwgc-applied-gift-cards-item {
display: flex;
justify-content: space-between;
align-items: flex-start;
margin-top: 4px;
}
.pwgc-gift-card-balance {
font-size: 0.9em;
opacity: 0.8;
}
.pwgc-applied-gift-cards-right {
display: flex;
align-items: flex-start;
gap: 8px;
} #pwgc-redeem-gift-card-number {
width: 100%;
}
.pwgc-apply-gift-card-button {
width: 100%;
margin-top: 4px;
} .pwgc-remove-gift-card {
border: none;
background: transparent;
cursor: pointer;
padding: 0 4px;
font-size: 1.1em;
line-height: 1;
}
.pwgc-remove-gift-card:disabled {
cursor: default;
}
.wp-block-woocommerce-checkout #pwgc-redeem-gift-card-container {
padding: 16px;
}