/* ===== Shared sections: breadcrumb bar + subscribe band ===== */

/* Breadcrumb bar */
.fg-breadcrumb {
    background-size: cover;
    background-position: center;
    min-height: 5rem;
    display: flex;
    align-items: center;
}
.fg-crumb-container {
    max-width: 1320px;
    margin: 0 auto;
    width: 100%;
    padding: 0 40px;
    box-sizing: border-box;
}
.fg-breadcrumb .fg-crumb-inner,
.fg-breadcrumb .fg-crumb-inner a {
    color: #fff;
    font-size: .9rem;
    text-decoration: none;
}
.fg-breadcrumb .fg-crumb-inner a { color: #FFA600; }
.fg-breadcrumb .breadcrumb_last { color: #f2d8cc; }

/* Subscribe band */
.fg-subscribe-band {
    background: #E6E6E6;
    padding: 3.2rem 40px;
}
.fg-sub-inner {
    max-width: 1320px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 32px;
}
.fg-sub-copy { flex: 0 0 30%; }
.fg-sub-copy h3 {
    color: #5F0200;
    font-size: 1.3rem;
    font-weight: 700;
    margin: 0 0 8px;
    line-height: 1.3;
}
.fg-sub-copy p {
    font-size: .875rem;
    margin: 0;
    line-height: 1.5;
}
.fg-sub-formwrap { flex: 1 1 auto; max-width: 520px; }
/* WhatsApp community button */
.fg-sub-formwrap .fg-wa-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #25D366;
    color: #fff !important;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
    padding: 14px 30px;
    border-radius: 50px;
    box-shadow: 0 4px 16px rgba(37,211,102,.28);
    transition: background .2s, transform .2s;
    white-space: nowrap;
}
.fg-sub-formwrap .fg-wa-btn:hover { background: #1da851; transform: translateY(-1px); }
.fg-sub-formwrap .fg-wa-btn svg { flex-shrink: 0; }
/* mc4wp pill — identical to the About Us page rules */
.fg-sub-formwrap .mc4wp-form { width: 100% !important; max-width: 520px; }
.fg-sub-formwrap form.fg-sub-form,
.fg-sub-formwrap .mc4wp-form-fields {
    display: flex !important;
    align-items: center;
    background: #fff;
    border-radius: 50px;
    padding: 6px 6px 6px 20px;
    box-shadow: 0 2px 12px rgba(0,0,0,.08);
    gap: 0;
}
.fg-sub-formwrap .mc4wp-form-fields > p { margin: 0 !important; padding: 0 !important; display: contents !important; }
.fg-sub-formwrap .mc4wp-form-fields label { display: contents !important; font-size: 0 !important; }
.fg-sub-formwrap input[type=email] {
    flex: 1 !important;
    border: none !important;
    outline: none !important;
    background: transparent !important;
    font-size: 14px !important;
    color: #333 !important;
    padding: 10px 0 !important;
    box-shadow: none !important;
    width: 100% !important;
    border-radius: 0 !important;
    min-width: 0;
}
.fg-sub-formwrap input[type=email]::placeholder { color: #aaa !important; font-size: 14px !important; }
.fg-sub-formwrap button,
.fg-sub-formwrap button[type=submit],
body[data-form-submit=regular] .container-wrap .fg-sub-formwrap input[type=submit],
.fg-sub-formwrap input[type=submit] {
    background: #F5A623 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 50px !important;
    padding: 12px 28px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    white-space: nowrap;
    transition: background .2s;
    flex-shrink: 0;
    box-shadow: none !important;
}
.fg-sub-formwrap button:hover,
.fg-sub-formwrap button[type=submit]:hover,
body[data-form-submit=regular] .container-wrap .fg-sub-formwrap input[type=submit]:hover,
.fg-sub-formwrap input[type=submit]:hover { background: #d4890a !important; }
/* hide the mc4wp "configure API key" admin notice if it ever slips through */
.fg-sub-formwrap p[style*="indianred"] { display: none !important; }

/* Social circles (shared with About Us styling) */
.fg-subscribe-band .fg-social { display: flex; gap: 8px; align-items: center; margin-left: auto; }
.fg-subscribe-band .fg-social a {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #fff;
    color: #FFA600;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0,0,0,.08);
    transition: .2s;
    text-decoration: none;
}
.fg-subscribe-band .fg-social a:hover { background: #FFA600; color: #fff; }

@media (max-width: 768px) {
    .fg-crumb-container { padding: 0 23px; }
    .fg-subscribe-band { padding: 2.4rem 23px; }
    .fg-sub-inner { flex-direction: column; align-items: flex-start; gap: 18px; }
    .fg-sub-copy { flex: none; }
    .fg-sub-formwrap { max-width: 100%; width: 100%; }
    .fg-subscribe-band .fg-social { margin-left: 0; }
}

/* ===== Order Delivery Date: style the Time Slot combobox like a WooCommerce
   block checkout field (it defaults to Gutenberg's flat gray token-field look) ===== */
#orddd_lite_time_slot { position: relative; }
#orddd_lite_time_slot .wc-block-components-combobox-control {
    background: #fff !important;
    border: 1px solid rgba(43,45,47,.35) !important;
    border-radius: 4px !important;
    padding: 0 12px !important;
    transition: border-color .2s;
	padding-bottom: 10px !important;
    margin-bottom: 15px !important;
}
#orddd_lite_time_slot.is-active .wc-block-components-combobox-control,
#orddd_lite_time_slot .wc-block-components-combobox-control:focus-within {
    border-color: rgba(43,45,47,.8) !important;
}
#orddd_lite_time_slot .components-combobox-control__suggestions-container {
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
}
#orddd_lite_time_slot .components-combobox-control__input,
#orddd_lite_time_slot input.components-form-token-field__input {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    min-height: 46px !important;
    padding: 0 0 10px !important;
    margin: 0 !important;
    font-size: 15px !important;
    color: #2b2d2f !important;
}
#orddd_lite_time_slot .components-base-control__label {
    font-size: 12px !important;
    color: #767676 !important;
    padding-top: 6px !important;
    margin: 0 !important;
}
/* dropdown caret */
#orddd_lite_time_slot::after {
    content: "";
    position: absolute;
    right: 16px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-right: 2px solid #767676;
    border-bottom: 2px solid #767676;
    transform: translateY(-70%) rotate(45deg);
    pointer-events: none;
}
/* dropdown suggestion list */
#orddd_lite_time_slot .components-form-token-field__suggestions-list {
    background: #fff !important;
    padding: 14px 0 !important;
    list-style: none !important;
    overflow-y: auto !important;
}
/* kill Salient's global list bullets inside the combobox */
#orddd_lite_time_slot ul,
#orddd_lite_time_slot ol,
#orddd_lite_time_slot li {
    list-style: none !important;
    margin: 0 !important;
    padding-left: 0 !important;
}
#orddd_lite_time_slot li::before,
#orddd_lite_time_slot li::after {
    content: none !important;
    display: none !important;
    background: none !important;
}
/* dropdown items */
#orddd_lite_time_slot .components-form-token-field__suggestion {
    padding: 9px 14px !important;
    font-size: 14px !important;
    color: #333 !important;
    cursor: pointer !important;
    line-height: 1.4 !important;
}
#orddd_lite_time_slot .components-form-token-field__suggestion.is-selected,
#orddd_lite_time_slot .components-form-token-field__suggestion:hover {
    background: #FFF7EC !important;
    color: #F5A623 !important;
}
/* hide empty suggestion items (days with no configured slots) */
#orddd_lite_time_slot .components-form-token-field__suggestion:empty { display: none !important; }

/* Footer Instagram feed (Elfsight) — cap height to ~50% of natural size */
.elfsight-app-4f596cbc-81e1-46c3-99de-56b91082bbea{
    max-height:360px;
    overflow:hidden;
}

/* Blog listing + single post: WhatsApp community band is the last element in
   .container-wrap, whose 40px padding-bottom left an empty white strip above the
   footer. Drop it on these templates so the band sits flush with the footer. */
body.page-template-page-blog-php .container-wrap,
body.single-post .container-wrap{padding-bottom:0 !important;}
/* Single post: the breadcrumb band is the first element in .container-wrap;
   remove the 80px top padding so it sits flush under the nav (no white gap).
   Selector must out-specify Salient's single.css rule
   body.single-post.material[data-bg-header="true"] .container-wrap{padding-top:80px}. */
html body.single-post.material[data-bg-header="true"] .container-wrap,
html body.single-post.material .container-wrap{padding-top:0 !important;}
