/* TS - Gift Cards: storefront styles */
.ts-gc-purchase {
    margin: 16px 0;
    padding: 16px;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    background: #fafafa;
}
.ts-gc-purchase .form-row { margin-bottom: 12px; display: block; }
.ts-gc-purchase label { display: block; font-weight: 600; margin-bottom: 4px; }
.ts-gc-purchase input,
.ts-gc-purchase select,
.ts-gc-purchase textarea { width: 100%; max-width: 420px; }
.ts-gc-purchase small { color: #666; display: block; margin-top: 4px; }
.ts-gc-copy-note small { font-style: italic; }

.ts-gc-balance-check { max-width: 420px; }
.ts-gc-balance-check input[type="text"],
.ts-gc-balance-check #ts_gc_code {
    width: 100% !important;
    max-width: 260px !important;
    display: block;
}
.ts-gc-balance-check .ts-gc-result { margin-top: 12px; padding: 12px; border-radius: 4px; }
.ts-gc-balance-check .ts-gc-success { background: #edfaef; border: 1px solid #b6e2c0; }
.ts-gc-balance-check .ts-gc-error { background: #fcf0f1; border: 1px solid #f0b9bc; }
