/* ==========================================================
   GMD — SAVE BIG PILL
========================================================== */

.gmd-save-big-pill {
    display: inline-block;
    background: #e60023;          /* Red */
    color: #ffffff;               /* White text */
    font-size: 20px;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 50px;          /* Pill shape */
    line-height: 1;
    white-space: nowrap;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}

/* Hover (optional) */
.gmd-save-big-pill:hover {
    background: #c4001d;
}