.prep-gc-wrap{
    --prep-teal:#1f675f;
    --prep-teal-dark:#174f49;
    --prep-orange:#ff6600;
    --prep-text:#202833;
    --prep-muted:#66717d;
    --prep-border:#e1e7ea;
    --prep-soft:#f5f8f8;
    width:100%;
    max-width:900px;
    margin:0 auto;
    padding:18px 0;
    font-family:inherit;
}
.prep-gc-panel{
    position:relative;
    overflow:hidden;
    background:#fff;
    border:1px solid var(--prep-border);
    border-radius:12px;
    padding:38px 40px 40px;
    box-shadow:0 12px 35px rgba(20,48,45,.08);
}
.prep-gc-panel:before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    right:0;
    height:4px;
    background:var(--prep-orange);
}
.prep-gc-heading{margin:0 0 28px}
.prep-gc-eyebrow{
    display:inline-flex;
    align-items:center;
    gap:7px;
    margin:0 0 8px;
    color:var(--prep-teal);
    font-size:12px;
    line-height:1;
    font-weight:800;
    letter-spacing:.08em;
    text-transform:uppercase;
}
.prep-gc-eyebrow:before{
    content:"";
    width:18px;
    height:3px;
    border-radius:99px;
    background:var(--prep-orange);
}
.prep-gc-heading h2{
    margin:0 0 9px!important;
    color:var(--prep-text)!important;
    font-size:32px!important;
    line-height:1.2!important;
    font-weight:700!important;
}
.prep-gc-heading p{
    max-width:720px;
    margin:0!important;
    color:var(--prep-muted)!important;
    font-size:15px!important;
    line-height:1.65!important;
}
.prep-gc-form{
    position:relative;
    display:grid;
    grid-template-columns:minmax(0,1fr) auto;
    gap:12px;
    align-items:end;
    margin:0;
}
.prep-gc-form>label{
    grid-column:1/-1;
    display:block;
    margin:0 0 -3px!important;
    color:var(--prep-text)!important;
    font-size:13px!important;
    line-height:1.4!important;
    font-weight:700!important;
}
.prep-gc-form input[type=email],
.prep-gc-form input[type=text]{
    width:100%!important;
    min-height:52px!important;
    margin:0!important;
    padding:0 16px!important;
    border:1px solid #cfd8dc!important;
    border-radius:7px!important;
    background:#fff!important;
    color:var(--prep-text)!important;
    box-shadow:none!important;
    outline:none!important;
    font-family:inherit!important;
    font-size:15px!important;
    box-sizing:border-box!important;
}
.prep-gc-form input[type=email]:focus,
.prep-gc-form input[type=text]:focus{
    border-color:var(--prep-teal)!important;
    box-shadow:0 0 0 3px rgba(31,103,95,.12)!important;
}
.prep-gc-form input::placeholder{color:#99a1a8!important;opacity:1}
.prep-gc-button{
    min-height:52px!important;
    margin:0!important;
    padding:0 23px!important;
    border:1px solid var(--prep-orange)!important;
    border-radius:7px!important;
    background:var(--prep-orange)!important;
    color:#fff!important;
    box-shadow:none!important;
    font-family:inherit!important;
    font-size:14px!important;
    font-weight:700!important;
    line-height:1!important;
    text-decoration:none!important;
    cursor:pointer;
    white-space:nowrap;
    transition:transform .15s ease,filter .15s ease;
}
.prep-gc-button:hover{
    color:#fff!important;
    filter:brightness(.94);
    transform:translateY(-1px);
}
.prep-gc-hp{
    position:fixed!important;
    left:-10000px!important;
    top:-10000px!important;
    width:1px!important;
    height:1px!important;
    max-width:1px!important;
    max-height:1px!important;
    overflow:hidden!important;
    opacity:0!important;
    visibility:hidden!important;
    pointer-events:none!important;
    clip:rect(0,0,0,0)!important;
    clip-path:inset(50%)!important;
    white-space:nowrap!important;
}
.prep-gc-hp *{width:1px!important;height:1px!important;margin:0!important;padding:0!important}
.prep-gc-notice{
    margin:0 0 20px;
    padding:13px 15px;
    border-radius:7px;
    font-size:14px;
    line-height:1.5;
}
.prep-gc-notice--success{background:#eef8f4;color:#17633d;border:1px solid #c9e8d8}
.prep-gc-notice--error{background:#fff2f2;color:#982d38;border:1px solid #f2cfd3}
.prep-gc-notice--info{background:var(--prep-soft);color:#42525a;border:1px solid #dde7e7}
.prep-gc-resend-form{margin:13px 0 0}
.prep-gc-link-button{
    border:0!important;
    background:transparent!important;
    color:var(--prep-teal)!important;
    padding:0!important;
    font-size:13px!important;
    font-weight:700!important;
    cursor:pointer;
}
.prep-gc-results-head{
    display:flex;
    justify-content:space-between;
    gap:20px;
    align-items:center;
    margin-bottom:20px;
    padding:0 0 18px;
    border-bottom:1px solid var(--prep-border);
}
.prep-gc-results-head span{
    display:block;
    color:#7a868d;
    font-size:11px;
    font-weight:800;
    letter-spacing:.05em;
    text-transform:uppercase;
}
.prep-gc-results-head strong{display:block;margin-top:4px;color:var(--prep-text);font-size:14px}
.prep-gc-check-another{color:var(--prep-orange)!important;text-decoration:none!important;font-size:13px;font-weight:700}
.prep-gc-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.prep-gc-card{
    position:relative;
    overflow:hidden;
    padding:20px;
    border:1px solid var(--prep-border);
    border-radius:9px;
    background:#fff;
}
.prep-gc-card:before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    width:3px;
    background:var(--prep-teal);
}
.prep-gc-card-top{display:flex;justify-content:space-between;gap:14px;align-items:flex-start}
.prep-gc-tier{display:block;color:var(--prep-orange);text-transform:uppercase;letter-spacing:.06em;font-size:11px;font-weight:800}
.prep-gc-card h3{margin:5px 0 0!important;color:var(--prep-text)!important;font-size:15px!important;line-height:1.35!important;word-break:break-all}
.prep-gc-status{display:inline-flex;align-items:center;border-radius:999px;padding:6px 9px;font-size:11px;font-weight:800;white-space:nowrap}
.prep-gc-status--available{background:#eaf7f0;color:#17623d}
.prep-gc-status--partial{background:#fff6d8;color:#7d5a00}
.prep-gc-status--used,.prep-gc-status--inactive,.prep-gc-status--expired{background:#fbeaec;color:#96303b}
.prep-gc-values{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:17px}
.prep-gc-values>div{padding:12px;border-radius:7px;background:var(--prep-soft)}
.prep-gc-values span{display:block;margin-bottom:4px;color:#768188;font-size:11px}
.prep-gc-values strong{color:var(--prep-text);font-size:15px}
.prep-gc-expiry{margin-top:12px;color:#69757c;font-size:12px}
.prep-gc-empty{padding:28px;border:1px dashed #ccd8d8;border-radius:9px;background:var(--prep-soft);text-align:center}
.prep-gc-empty strong{display:block;color:var(--prep-text);font-size:17px}
.prep-gc-empty p{margin:7px 0 0!important;color:var(--prep-muted)!important}
.prep-gc-wrap .woocommerce-Price-amount{white-space:nowrap}
@media(max-width:700px){
    .prep-gc-wrap{padding:10px 0}
    .prep-gc-panel{padding:30px 20px 26px;border-radius:9px}
    .prep-gc-heading h2{font-size:27px!important}
    .prep-gc-form{grid-template-columns:1fr}
    .prep-gc-form>label{grid-column:auto}
    .prep-gc-button{width:100%}
    .prep-gc-grid{grid-template-columns:1fr}
    .prep-gc-results-head{align-items:flex-start;flex-direction:column}
    .prep-gc-values{grid-template-columns:1fr}
}
.prep-gc-card-image{
    margin:-20px -20px 18px;
    padding:14px 18px;
    background:#f7f9fa;
    border-bottom:1px solid var(--prep-border);
    text-align:center;
}
.prep-gc-card-image img{
    display:block;
    width:100%;
    max-width:360px;
    max-height:190px;
    height:auto;
    margin:0 auto;
    object-fit:contain;
}
.prep-gc-description{
    margin:14px 0 0!important;
    color:var(--prep-muted)!important;
    font-size:13px!important;
    line-height:1.6!important;
}
