/* HTML text for purchase actions and the shared shopping guide. */
.html-purchase-button {
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
    padding: 18px 16px;
    border: 2px solid #75a4b2;
    border-radius: 9px;
    background: linear-gradient(#00617c, #00455c);
    color: #fff;
    font-family: inherit;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.45;
    text-align: center;
    vertical-align: middle;
    box-shadow: 0 3px 3px rgba(0,0,0,.16);
    cursor: pointer;
}
.html-purchase-orange {
    border-color: #ffc45b;
    background: linear-gradient(#ffa600, #ee7200);
    text-shadow: 0 1px 2px #754000;
}
.html-purchase-food { width: 70%; }
#tab-content-wrapper .cart .html-purchase-recurring {
    width: 604px;
    min-height: 112px;
    margin: 18px 0 0 308px;
}
#tab-content-wrapper .html-purchase-button span,
#tab-content-wrapper .cart .html-purchase-button span {
    display: inline;
    position: static;
    width: auto;
    color: inherit;
    font: inherit;
}
.html-purchase-button:hover { filter: brightness(1.08); }
.html-purchase-button:focus,
a:focus > .html-purchase-button,
a:focus > .html-guide-button,
#footer-guide-html a:focus {
    outline: 3px solid #005c83;
    outline-offset: 4px;
}
#info-banner .html-guide-button {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 70px;
    margin: 4px;
    padding: 16px 18px;
    border: 2px solid #ffd29b;
    border-radius: 40px;
    background: #fffdf4;
    color: #236d19;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
}
#footer-guide-html {
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    width: 980px;
    max-width: 100%;
    margin: 0 auto;
    padding: 50px 0;
    color: #292929;
    font-size: 16px;
    line-height: 1.7;
}
#footer-guide-html * { box-sizing: border-box; }
#footer-guide-html .footer-guide-card {
    display: block;
    width: 100%;
    min-width: 0;
    margin: 0 0 16px;
    padding: 20px 16px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #fff;
}
#footer-guide-html .footer-support { align-self: start; }
#footer-guide-html h2 {
    margin: 0 0 16px;
    padding: 0 0 10px;
    border-bottom: 1px solid #3a782e;
    color: #286d1d;
    font-size: 21px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
}
#footer-guide-html p { margin: 0 0 16px; }
#footer-guide-html strong { color: inherit; font-weight: bold; }
#footer-guide-html .footer-guide-promotion {
    color: #c44000;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
}
#footer-guide-html .footer-guide-highlight { color: #b63d00; font-weight: bold; }
#footer-guide-html .footer-payment-cards {
    display: block;
    width: 100%;
    max-width: 274px;
    height: auto;
    margin: 0 auto 16px;
}
#footer-guide-html .footer-guide-table { width: 100%; margin: 0 0 24px; border-collapse: collapse; }
#footer-guide-html .footer-guide-table caption { text-align: left; font-size: 14px; }
#footer-guide-html .footer-guide-table th,
#footer-guide-html .footer-guide-table td { padding: 8px 5px; border-bottom: 1px solid #ddd; vertical-align: middle; }
#footer-guide-html .footer-guide-table th { text-align: left; font-weight: normal; }
#footer-guide-html .footer-guide-table td { text-align: right; white-space: nowrap; }
#footer-guide-html .footer-text-button {
    display: block;
    margin: 12px 0;
    padding: 14px 10px;
    border: 1px solid #377b2b;
    border-radius: 8px;
    background: #fff;
    color: #286d1d;
    font-size: 19px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 2px 3px rgba(0,0,0,.12);
}
#footer-guide-html .footer-text-button small { display: block; font-size: 15px; }
#footer-guide-html .footer-button-orange { border-color: #efa525; background: #ffac16; color: #382600; }
#footer-guide-html .footer-button-cream { border-color: #f2d3a6; background: #fff0d8; color: #463c2b; }
#footer-guide-html .footer-contact-label { margin: 28px 0 8px; text-align: center; font-weight: bold; color: #286d1d; }
#footer-guide-html .footer-phone { display: block; color: #286d1d; font-size: 29px; font-weight: bold; text-align: center; white-space: nowrap; text-decoration: none; }
#footer-guide-html .footer-phone-hours { text-align: center; color: #286d1d; font-weight: bold; }
#footer-guide-html .footer-points-link { color: #292929; text-align: center; text-decoration: none; }
#footer-guide-html .footer-points-link span { display: block; margin: 5px 0; }
#footer-guide-html .footer-points-link strong { display: block; font-size: 23px; }
#footer-guide-html .footer-copy-sp { display: none; }
@media screen and (max-width: 980px) {
    .html-purchase-button { padding: 15px 10px; font-size: 20px; }
    .html-purchase-food { width: 90%; }
    #tab-content-2 .right .html-purchase-button { margin: 16px 0; }
    #tab-content-wrapper .cart .html-purchase-recurring { width: 100%; min-height: 76px; margin: 0; }
    #info-banner .html-guide-button { min-height: 58px; margin: 6px 0; padding: 12px; font-size: 18px; }
    #footer-guide-html { grid-template-columns: 1fr; gap: 0; width: 100%; padding: 24px 12px; }
    #footer-guide-html .footer-guide-card { padding: 20px; }
    #footer-guide-html .footer-copy-pc { display: none; }
    #footer-guide-html .footer-copy-sp { display: inline; }
}
