/* BDRecipes Cleaned CSS */
:root {
    --bdr-brand-green: #5b7360;
    --bdr-brand-yellow: #ffdf6b;
    --bdr-brand-yellow-hover: #f4d257;
    --bdr-brand-star: #f59e0b;
    --bdr-text-main: #1f2937;
    --bdr-text-light: #9ca3af;
    --bdr-border: #e5e7eb;
    --bdr-bg-light: #f9fafb;
}

.bdrecipes-wrapper,
.bdrecipes-wrapper * {
    box-sizing: border-box !important;
}

.bdrecipes-wrapper h1,
.bdrecipes-wrapper h2,
.bdrecipes-wrapper h3,
.bdrecipes-wrapper h4,
.bdrecipes-wrapper h5,
.bdrecipes-wrapper h6,
.bdrecipes-wrapper p,
.bdrecipes-wrapper div,
.bdrecipes-wrapper span,
.bdrecipes-wrapper a,
.bdrecipes-wrapper ul,
.bdrecipes-wrapper ol,
.bdrecipes-wrapper li,
.bdrecipes-wrapper button,
.bdrecipes-wrapper img {
    margin: 0 !important;
    padding: 0 !important;
    border: none;
    background: none;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
    list-style: none !important;
    box-shadow: none;
    color: inherit;
    line-height: normal;
    outline: none !important;
    border-radius: 0;
    max-width: none;
}

/* Specific Base Resets */
.bdrecipes-wrapper h1,
.bdrecipes-wrapper h2,
.bdrecipes-wrapper h3,
.bdrecipes-wrapper h4,
.bdrecipes-wrapper h5,
.bdrecipes-wrapper h6 {
    line-height: 1.2 !important;
    color: var(--bdr-text-main) !important;
    text-transform: none !important;
    margin-bottom: 0.75rem !important;
    margin-top: 1rem !important;
}

.bdrecipes-wrapper h1:first-child,
.bdrecipes-wrapper h2:first-child,
.bdrecipes-wrapper h3:first-child,
.bdrecipes-wrapper h4:first-child,
.bdrecipes-wrapper h5:first-child,
.bdrecipes-wrapper h6:first-child {
    margin-top: 0 !important;
}

.bdrecipes-wrapper p {
    line-height: 1.625 !important;
    color: var(--bdr-text-main) !important;
    margin-bottom: 1rem !important;
}

.bdrecipes-wrapper p:last-child {
    margin-bottom: 0 !important;
}

.bdrecipes-wrapper a {
    color: var(--bdr-brand-green) !important;
    text-decoration: underline !important;
}

/* Restore list paddings for unstructured / WYSIWYG texts */
.bdrecipes-wrapper ul:not(.bdr-ingredient-list):not(.bdr-instruction-list),
.bdrecipes-wrapper ol:not(.bdr-ingredient-list):not(.bdr-instruction-list) {
    padding-left: 1.5rem !important;
    list-style-position: outside !important;
    margin-bottom: 1rem !important;
}

.bdrecipes-wrapper ul:not(.bdr-ingredient-list):not(.bdr-instruction-list) li {
    list-style: disc !important;
}

.bdrecipes-wrapper ol:not(.bdr-ingredient-list):not(.bdr-instruction-list) li {
    list-style: decimal !important;
}

.bdrecipes-wrapper img {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
    border: none !important;
    box-shadow: none !important;
}

.bdrecipes-wrapper button {
    appearance: none !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    background: transparent;
}

html body .bdrecipes-wrapper li::before,
html body .bdrecipes-wrapper li::after {
    content: none !important;
    display: none !important;
    background: none !important;
    background-image: none !important;
    mask: none !important;
    -webkit-mask: none !important;
}

/* Also suppress ul/ol ::before/::after from theme */
html body .bdrecipes-wrapper ul::before,
html body .bdrecipes-wrapper ul::after,
html body .bdrecipes-wrapper ol::before,
html body .bdrecipes-wrapper ol::after {
    content: none !important;
    display: none !important;
}

html body .bdrecipes-wrapper .bdr-notes-content li::marker,
html body .bdrecipes-wrapper .bdr-equipment-content li::marker {
    content: unset !important;
    display: revert !important;
}

.bdrecipes-wrapper .bdr-card {
    padding: 1.5rem !important;
    border: 2px solid #000 !important;
}

/* Layout Helpers */
.bdrecipes-wrapper .bdr-header,
.bdrecipes-wrapper .bdr-ingredients-header,
.bdrecipes-wrapper .bdr-ingredient-list,
.bdrecipes-wrapper .bdr-instruction-list,
.bdrecipes-wrapper .bdr-notes-list,
.bdrecipes-wrapper .bdr-nutri-col {
    display: flex !important;
    flex-direction: column !important;
}

.bdrecipes-wrapper .bdr-rating,
.bdrecipes-wrapper .bdr-rating-text,
.bdrecipes-wrapper .bdr-meta-item,
.bdrecipes-wrapper .bdr-actions,
.bdrecipes-wrapper .bdr-print-btn,
.bdrecipes-wrapper .bdr-social-btn,
.bdrecipes-wrapper .bdr-section-title,
.bdrecipes-wrapper .bdr-equipment-item,
.bdrecipes-wrapper .bdr-controls,
.bdrecipes-wrapper .bdr-serving-group,
.bdrecipes-wrapper .bdr-serving-val,
.bdrecipes-wrapper .bdr-ingredient-item,
.bdrecipes-wrapper .bdr-step-num,
.bdrecipes-wrapper .bdr-nutrition-title,
.bdrecipes-wrapper .bdr-cta-btn,
.bdrecipes-wrapper .bdr-cta-icon {
    display: flex !important;
    align-items: center !important;
    flex-direction: row !important;
}

.bdrecipes-wrapper .bdr-rating,
.bdrecipes-wrapper .bdr-meta-item,
.bdrecipes-wrapper .bdr-print-btn,
.bdrecipes-wrapper .bdr-social-btn,
.bdrecipes-wrapper .bdr-serving-val,
.bdrecipes-wrapper .bdr-step-num,
.bdrecipes-wrapper .bdr-cta-btn,
.bdrecipes-wrapper .bdr-cta-icon {
    justify-content: center !important;
}

.bdrecipes-wrapper .bdr-badge,
.bdrecipes-wrapper .bdr-rating-val,
.bdrecipes-wrapper .bdr-title,
.bdrecipes-wrapper .bdr-meta-label,
.bdrecipes-wrapper .bdr-print-btn,
.bdrecipes-wrapper .bdr-section-title,
.bdrecipes-wrapper .bdr-serving-btn,
.bdrecipes-wrapper .bdr-serving-label,
.bdrecipes-wrapper .bdr-serving-num,
.bdrecipes-wrapper .bdr-ingredient-amt,
.bdrecipes-wrapper .bdr-step-num,
.bdrecipes-wrapper .bdr-instruction-text strong,
.bdrecipes-wrapper .bdr-instruction-text b,
.bdrecipes-wrapper .bdr-notes-title,
.bdrecipes-wrapper .bdr-nutrition-title,
.bdrecipes-wrapper .bdr-nutri-val,
.bdrecipes-wrapper .bdr-nutri-label,
.bdrecipes-wrapper .bdr-nutri-row span:last-child,
.bdrecipes-wrapper .bdr-cta-btn,
.bdrecipes-wrapper .bdr-cta-title {
    font-weight: 700 !important;
}

/* Header */
.bdrecipes-wrapper .bdr-header {
    gap: 2rem !important;
    margin-bottom: 2.5rem !important;
    align-items: center !important;
}

.bdrecipes-wrapper .bdr-header-img-wrapper {
    flex-shrink: 0 !important;
    text-align: center !important;
}

.bdrecipes-wrapper .bdr-header-img {
    width: 16rem !important;
    height: 16rem !important;
    object-fit: cover !important;
}

.bdrecipes-wrapper .bdr-header-content {
    flex: 1 !important;
    text-align: center !important;
}

/* Badges & Rating */
.bdrecipes-wrapper .bdr-badge {
    display: inline-block !important;
    padding: 0.25rem 0.75rem !important;
    background: rgba(91, 115, 96, 0.1) !important;
    color: var(--bdr-brand-green) !important;
    font-size: 0.625rem !important;
    letter-spacing: 0.2em !important;
    text-transform: uppercase !important;
    border: 1px solid rgba(91, 115, 96, 0.2) !important;
    margin-bottom: 0.75rem !important;
}

.bdrecipes-wrapper .bdr-rating {
    gap: 0.75rem !important;
    margin-bottom: 1rem !important;
}

.bdrecipes-wrapper .bdr-stars {
    display: flex !important;
    color: var(--bdr-brand-star) !important;
    font-size: 0.875rem !important;
}

.bdrecipes-wrapper .bdr-rating-text {
    gap: 0.375rem !important;
    border-left: 1px solid var(--bdr-border) !important;
    padding-left: 0.75rem !important;
}

.bdrecipes-wrapper .bdr-rating-val {
    font-size: 0.875rem !important;
    color: #111827 !important;
}

.bdrecipes-wrapper .bdr-rating-count {
    color: var(--bdr-text-light) !important;
    font-size: 0.75rem !important;
}

/* Typography & Meta */
.bdrecipes-wrapper .bdr-title {
    font-size: 1.875rem !important;
    font-family: 'Playfair Display', serif !important;
    color: #111827 !important;
    margin-bottom: 1.5rem !important;
    line-height: 1.2 !important;
    text-transform: none !important;
    background: none !important;
}

.bdrecipes-wrapper .bdr-meta-grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 1rem !important;
    font-size: 0.875rem !important;
    font-weight: 500 !important;
    color: #374151 !important;
}

.bdrecipes-wrapper .bdr-meta-item {
    gap: 0.5rem !important;
}

.bdrecipes-wrapper .bdr-meta-item i {
    color: var(--bdr-text-light) !important;
    width: 1rem !important;
    text-align: center !important;
}

.bdrecipes-wrapper .bdr-meta-label {
    color: var(--bdr-text-light) !important;
    text-transform: uppercase !important;
    font-size: 0.625rem !important;
    display: block !important;
}

.bdrecipes-wrapper .bdr-author-link {
    text-decoration: underline !important;
}

.bdrecipes-wrapper .bdr-author-link,
.bdrecipes-wrapper .bdr-author-meta {
    color: #2563eb !important;
}

/* Actions Section (Print & Social Combined) */
.bdrecipes-wrapper .bdr-actions {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 1rem !important;
}

.bdrecipes-wrapper .bdr-print-btn {
    flex: 1 !important;
    background: var(--bdr-brand-yellow) !important;
    color: #111827 !important;
    padding: 1rem !important;
    border-radius: 0.75rem !important;
    gap: 0.75rem !important;
    font-size: 0.875rem !important;
    font-weight: 700 !important;
    height: auto !important;
}


.bdrecipes-wrapper .bdr-print-label-full {
    display: none !important;
}

.bdrecipes-wrapper .bdr-social-row {
    display: flex !important;
    gap: 0.5rem !important;
    flex-shrink: 0 !important;
}

.bdrecipes-wrapper .bdr-social-btn {
    width: 2.5rem !important;
    height: 2.5rem !important;
    border-radius: 0.75rem !important;
    color: #fff !important;
    font-size: 1.125rem !important;
    text-decoration: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1) !important;
    transition: all 0.2s ease !important;
}

.bdrecipes-wrapper .bdr-social-btn:hover {
    transform: scale(1.1) !important;
    opacity: 0.9 !important;
}

.bdrecipes-wrapper .bdr-social-fb {
    background: #1877F2 !important;
}

.bdrecipes-wrapper .bdr-social-yt {
    background: #FF0000 !important;
}

.bdrecipes-wrapper .bdr-social-pi {
    background: #BD081C !important;
}

.bdrecipes-wrapper .bdr-social-tw {
    background: #000000 !important;
}

.bdrecipes-wrapper .bdr-description {
    font-style: italic !important;
    color: #4b5563 !important;
    font-size: 1.1rem !important;
    line-height: 1.6 !important;
    margin: 2rem 0 !important;
    padding-top: 1.5rem !important;
    border-top: 1px solid var(--bdr-border) !important;
    text-align: left !important;
}

/* Sections */
.bdrecipes-wrapper .bdr-section {
    margin-bottom: 2rem !important;
}

.bdrecipes-wrapper .bdr-section-title {
    font-size: 1.5rem !important;
    margin-bottom: 1.5rem !important;
    gap: 0.5rem !important;
    color: #111827 !important;
    text-transform: none !important;
    background: none !important;
}

.bdrecipes-wrapper .bdr-ingredients-title {
    margin-bottom: 0 !important;
}

/* Equipment */
.bdrecipes-wrapper .bdr-equipment-content {
    color: #1f2937 !important;
    font-weight: 500 !important;
    font-size: 1.125rem !important;
}

.bdrecipes-wrapper .bdr-equipment-content ul {
    margin: 0.5rem 0 1rem 0 !important;
    padding-left: 0 !important;
    list-style-position: inside !important;
    list-style-type: disc !important;
    display: block !important;
}

.bdrecipes-wrapper .bdr-equipment-content ol {
    margin: 0.5rem 0 1rem 0 !important;
    padding-left: 0 !important;
    list-style-position: inside !important;
    list-style-type: decimal !important;
    display: block !important;
}

.bdrecipes-wrapper .bdr-equipment-content li {
    margin-bottom: 0.5rem !important;
    list-style: inherit !important;
    display: list-item !important;
    line-height: 1.6 !important;
    padding: 0 !important;
    background: none !important;
}


/* Ingredients Header & Controls */
.bdrecipes-wrapper .bdr-ingredients-header {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 1rem !important;
    margin-bottom: 1.5rem !important;
    flex-wrap: nowrap !important;
}

.bdrecipes-wrapper .bdr-ingredients-header .bdr-ingredients-title {
    margin: 0 !important;
}

.bdrecipes-wrapper .bdr-controls-wrapper {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 0.625rem !important;
    flex-wrap: nowrap !important;
    width: auto !important;
}



/* Unit & Scale Group */
.bdrecipes-wrapper .bdr-unit-scale-group {
    display: flex !important;
    border: 1px solid var(--bdr-border) !important;
    border-radius: 0.5rem !important;
    overflow: hidden !important;
    height: 2.25rem !important;
    background: #fff !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05) !important;
}

.bdrecipes-wrapper .bdr-unit-btn,
.bdrecipes-wrapper .bdr-scale-btn {
    padding: 0 0.75rem !important;
    font-size: 0.625rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: -0.02em !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    transition: all 0.2s !important;
    border: none !important;
}

.bdrecipes-wrapper .bdr-unit-btn {
    background: var(--bdr-bg-light) !important;
    color: var(--bdr-text-light) !important;
    border-right: 1px solid var(--bdr-border) !important;
    cursor: default !important;
}

.bdrecipes-wrapper .bdr-scale-btn {
    background: #fff !important;
    color: #4b5563 !important;
    border-right: 1px solid var(--bdr-border) !important;
}

.bdrecipes-wrapper .bdr-scale-btn:last-child {
    border-right: none !important;
}

.bdrecipes-wrapper .bdr-scale-btn:hover {
    background: var(--bdr-bg-light) !important;
}

.bdrecipes-wrapper .bdr-scale-btn.active {
    background: #111827 !important;
    color: #fff !important;
}

/* Serving Controls (Compact) */
.bdrecipes-wrapper .bdr-serving-controls {
    display: flex !important;
    align-items: center !important;
    background: var(--bdr-bg-light) !important;
    border: 1px solid var(--bdr-border) !important;
    border-radius: 0.5rem !important;
    overflow: hidden !important;
    height: 2.25rem !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05) !important;
}

.bdrecipes-wrapper .bdr-serving-btn {
    width: 2.25rem !important;
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-weight: 700 !important;
    color: #4b5563 !important;
    cursor: pointer !important;
    transition: all 0.2s !important;
    border: none !important;
}

.bdrecipes-wrapper .bdr-serving-btn:hover {
    background: var(--bdr-brand-yellow) !important;
}

.bdrecipes-wrapper .bdr-btn-dec {
    border-right: 1px solid var(--bdr-border) !important;
}

.bdrecipes-wrapper .bdr-btn-inc {
    border-left: 1px solid var(--bdr-border) !important;
}

.bdrecipes-wrapper .bdr-serving-display {
    display: flex !important;
    align-items: center !important;
    padding: 0 0.75rem !important;
    background: #fff !important;
    height: 100% !important;
}

.bdrecipes-wrapper .bdr-serving-label {
    font-size: 0.5625rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
    color: var(--bdr-text-light) !important;
    margin-right: 0.5rem !important;
}

.bdrecipes-wrapper .bdr-serving-num {
    font-size: 0.875rem !important;
    font-weight: 700 !important;
    color: #111827 !important;
    min-width: 1rem !important;
    text-align: center !important;
}

@media (max-width: 480px) {
    .bdrecipes-wrapper .bdr-ingredients-header {
        flex-wrap: wrap !important;
    }

    .bdrecipes-wrapper .bdr-controls-wrapper {
        width: 100% !important;
        justify-content: space-between !important;
    }

    .bdrecipes-wrapper .bdr-serving-label,
    .bdrecipes-wrapper .bdr-unit-btn {
        display: none !important;
    }
}

.bdrecipes-wrapper .bdr-ingredient-heading {
    list-style: none !important;
    margin: 0 !important;
    border: none !important;
    padding: 0 !important;
}

.bdrecipes-wrapper .bdr-heading-text {
    font-weight: 700 !important;
    font-size: 1.2rem !important;
    color: #111827 !important;
    padding: 0 !important;
    line-height: 2.4 !important;
    display: block !important;
}

.bdrecipes-wrapper .bdr-heading-text:first-child,
.bdrecipes-wrapper .bdr-ingredient-heading:first-child .bdr-heading-text {
    margin-top: 0 !important;
}

/* Ingredient List */
.bdrecipes-wrapper .bdr-ingredient-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    gap: 0.25rem !important;
}

.bdrecipes-wrapper .bdr-ingredient-item {
    gap: 0.75rem !important;
    padding: 0.25rem 0.5rem !important;
    border-radius: 0.5rem !important;
    transition: background 0.2s !important;
    margin-bottom: 0px !important;
}

.bdrecipes-wrapper .bdr-ingredient-checkbox {
    appearance: none !important;
    width: 1.25rem !important;
    height: 1.25rem !important;
    border: 1px solid var(--bdr-text-light) !important;
    border-radius: 0.125rem !important;
    margin-top: 0.25rem !important;
    cursor: pointer !important;
    position: relative !important;
    display: inline-block !important;
    flex-shrink: 0 !important;
    background: #fff !important;
}

.bdrecipes-wrapper .bdr-ingredient-checkbox:checked {
    background: transparent !important;
}

.bdrecipes-wrapper .bdr-ingredient-checkbox:checked::after {
    content: '\f00c' !important;
    font-family: 'Font Awesome 6 Free' !important;
    font-weight: 900 !important;
    color: #374151 !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    font-size: 0.8rem !important;
}

.bdrecipes-wrapper .bdr-ingredient-label {
    margin-top: 0.125rem !important;
    color: #374151 !important;
    transition: all 0.2s !important;
}

.bdrecipes-wrapper .bdr-ingredient-label.checked {
    text-decoration: line-through !important;
    color: var(--bdr-text-light) !important;
}

.bdrecipes-wrapper .bdr-ingredient-amt,
.bdrecipes-wrapper .bdr-instruction-text strong,
.bdrecipes-wrapper .bdr-instruction-text b,
.bdrecipes-wrapper .bdr-nutri-row span:last-child {
    color: #111827 !important;
}

/* Instructions */
.bdrecipes-wrapper .bdr-instruction-list {
    gap: 1.25rem !important;
}

.bdrecipes-wrapper .bdr-instruction-item {
    display: flex !important;
    gap: 0.5rem !important;
    align-items: flex-start !important;
}

.bdrecipes-wrapper .bdr-instruction-item.bdr-step-image-only {
    padding-left: 0 !important;
    display: block !important;
    /* Images don't need flex gap */
}

.bdrecipes-wrapper .bdr-step-num {
    flex-shrink: 0 !important;
    position: static !important;
    width: 2rem !important;
    height: 2rem !important;
    background: var(--bdr-brand-yellow) !important;
    font-size: 0.875rem !important;
    color: #111827 !important;
    border-radius: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.bdrecipes-wrapper .bdr-instruction-text {
    line-height: 1.625 !important;
    margin: 0 !important;
    color: #374151 !important;
}

/* Step images inside Instructions */
.bdrecipes-wrapper .bdr-instruction-text img,
.bdrecipes-wrapper .bdr-instruction-text figure img {
    max-width: 100% !important;
    height: auto !important;
    border-radius: 0.5rem !important;
    border: 1px solid var(--bdr-border) !important;
}

/* Alignment Support */
.bdrecipes-wrapper .alignleft {
    float: left !important;
    margin: 0.5rem 1.5rem 0.5rem 0 !important;
}

.bdrecipes-wrapper .alignright {
    float: right !important;
    margin: 0.5rem 0 0.5rem 1.5rem !important;
}

.bdrecipes-wrapper .aligncenter {
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
    clear: both !important;
}

.bdrecipes-wrapper .bdr-instruction-text figure {
    margin: 1rem 0 !important;
}

.bdrecipes-wrapper .bdr-instruction-text::after {
    content: "" !important;
    display: table !important;
    clear: both !important;
}

.bdrecipes-wrapper .bdr-instruction-text figcaption {
    font-size: 0.75rem !important;
    color: var(--bdr-text-light) !important;
    text-align: center !important;
    margin-top: 0.25rem !important;
}

/* Notes - Full Rich Text Support */
.bdrecipes-wrapper .bdr-notes-box {
    background: var(--bdr-bg-light) !important;
    padding: 1.5rem !important;
    border-radius: 1rem !important;
    border-left: 4px solid var(--bdr-border) !important;
    margin-bottom: 3rem !important;
}

.bdrecipes-wrapper .bdr-notes-title {
    color: #111827 !important;
    margin: 0 0 1rem 0 !important;
    font-size: 1.125rem !important;
}

.bdrecipes-wrapper .bdr-notes-content {
    color: #4b5563 !important;
    line-height: 1.7 !important;
}

.bdrecipes-wrapper .bdr-notes-content>p {
    margin-bottom: 0.85rem !important;
    line-height: 1.7 !important;
}

.bdrecipes-wrapper .bdr-notes-content>p:last-child {
    margin-bottom: 0 !important;
}

/* List reset override for notes content */
html body .bdrecipes-wrapper .bdr-notes-content ul,
html body .bdrecipes-wrapper .bdr-notes-content ol {
    padding-left: 1.5rem !important;
    margin: 0.5rem 0 1rem 0 !important;
    display: block !important;
    list-style-position: outside !important;
}

html body .bdrecipes-wrapper .bdr-notes-content ul li {
    list-style-type: disc !important;
    display: list-item !important;
    margin-bottom: 0.4rem !important;
    padding: 0 !important;
}

html body .bdrecipes-wrapper .bdr-notes-content ol li {
    list-style-type: decimal !important;
    display: list-item !important;
    margin-bottom: 0.4rem !important;
    padding: 0 !important;
}

/* Nutrition — fieldset design like index02.html */
.bdrecipes-wrapper .bdr-nutrition-box {
    border: 2px solid rgb(0, 0, 0) !important;
    border-radius: 1rem !important;
    padding: 2rem !important;
    position: relative !important;
    background: #fff !important;
}

.bdrecipes-wrapper .bdr-nutrition-title {
    position: absolute !important;
    top: -0.875rem !important;
    left: 1.5rem !important;
    background: #fff !important;
    padding: 0 1rem !important;
    font-size: 0.8125rem !important;
    letter-spacing: 0.1em !important;
    text-transform: uppercase !important;
    gap: 0.5rem !important;
    margin: 0 !important;
    border: none !important;
    z-index: 1 !important;
    display: flex !important;
    align-items: center !important;
    flex-direction: row !important;
    font-weight: 800 !important;
    white-space: nowrap !important;
}

.bdrecipes-wrapper .bdr-nutrition-sub {
    color: #6b7280 !important;
    font-weight: 400 !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
    font-size: 0.6875rem !important;
}

.bdrecipes-wrapper .bdr-nutrition-main {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 1.5rem 1rem !important;
    text-align: left !important;
    border-bottom: 1px solid #e5e7eb !important;
    padding-bottom: 1.5rem !important;
    margin-bottom: 1.25rem !important;
    margin-top: 0.5rem !important;
}

.bdrecipes-wrapper .bdr-nutri-val {
    font-size: 1.5rem !important;
    margin: 0 !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    background: none !important;
}

.bdrecipes-wrapper .bdr-nutri-label {
    font-size: 0.5625rem !important;
    text-transform: uppercase !important;
    letter-spacing: 0.08em !important;
    color: #4b5563 !important;
    margin: 0.3rem 0 0 !important;
    font-weight: 600 !important;
    line-height: 1.4 !important;
    background: none !important;
}

.bdrecipes-wrapper .bdr-nutrition-grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 0 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

.bdrecipes-wrapper .bdr-nutri-col {
    gap: 0.75rem !important;
}

.bdrecipes-wrapper .bdr-nutri-row {
    display: flex !important;
    justify-content: space-between !important;
    border: 1px solid #f3f4f6 !important;
    padding: 0.6rem 0.25rem 0.6rem 0.6rem !important;
    font-size: 0.8125rem !important;
    color: #374151 !important;
    margin-bottom: 0.5rem !important;
}

.bdrecipes-wrapper .bdr-nutrition-disclaimer {
    font-size: 0.6875rem !important;
    color: #6b7280 !important;
    font-style: normal !important;
    line-height: 1.6 !important;
    margin: 0 !important;
}

/* CTA */
.bdrecipes-wrapper .bdr-cta-section {
    background: rgba(255, 223, 107, 0.3) !important;
    border-radius: 0rem !important;
    padding: 2rem !important;
    text-align: center !important;
    position: relative !important;
    overflow: hidden !important;
}

.bdrecipes-wrapper .bdr-cta-title {
    font-size: 1.875rem !important;
    font-family: 'Playfair Display', serif !important;
    margin-bottom: 0.75rem !important;
    color: #111827 !important;
}

.bdrecipes-wrapper .bdr-cta-text {
    margin-bottom: 2rem !important;
    font-weight: 500 !important;
    color: #374151 !important;
    font-size: 0.875rem !important;
}

.bdrecipes-wrapper .bdr-cta-buttons {
    display: flex !important;
    gap: 0.66% !important;
    width: 100% !important;
    flex-wrap: wrap !important;
}

.bdrecipes-wrapper .bdr-cta-btn {
    flex: 0 0 24.5% !important;
    background: #fff !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.5rem !important;
    padding: 0.75rem 0.5rem !important;
    border-radius: 0.75rem !important;
    font-size: 0.8125rem !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) !important;
    border: 1px solid var(--bdr-border) !important;
    color: #374151 !important;
}

.bdrecipes-wrapper .bdr-cta-btn:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1) !important;
}

.bdrecipes-wrapper .bdr-cta-icon {
    width: 1.75rem !important;
    height: 1.75rem !important;
    border-radius: 0.5rem !important;
    color: #fff !important;
    font-size: 0.75rem !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
}

.bdrecipes-wrapper .bdr-cta-pin {
    background: #E60023 !important;
}

.bdrecipes-wrapper .bdr-cta-insta {
    background: linear-gradient(45deg, #facc15, #ef4444, #a855f7) !important;
}

.bdrecipes-wrapper .bdr-cta-fb {
    background: #1877F2 !important;
}

.bdrecipes-wrapper .bdr-cta-yt {
    background: #FF0000 !important;
}

@media (max-width: 768px) {
    .bdrecipes-wrapper .bdr-cta-btn {
        flex: 0 0 calc(50% - 0.5rem) !important;
    }

    .bdrecipes-wrapper .bdr-cta-buttons {
        gap: 1rem !important;
    }
}

/* Jump to Recipe Button */
.bdr-jump-to-recipe-wrapper {
    margin: 0rem 0 1rem 0 !important;
}

.bdr-jump-to-recipe-btn {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    background: #ffffff !important;
    border: 2px solid #000000 !important;
    color: #000000 !important;
    padding: 12px 24px !important;
    border-radius: 8px !important;
    font-weight: 800 !important;
    font-size: 15px !important;
    text-decoration: none !important;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05) !important;
}

.bdr-jump-to-recipe-btn i {
    font-size: 0.9rem !important;
}

.bdr-jump-to-recipe-btn:hover {
    transform: translateY(-2px) !important;
    box-shadow: 4px 4px 0px #000000 !important;
    background: #ffcc00 !important;
    color: #000000 !important;
}

/* Media Queries */
@media (min-width: 640px) {
    .bdrecipes-wrapper .bdr-print-label-full {
        display: inline !important;
    }

    .bdrecipes-wrapper .bdr-social-row {
        gap: 1rem !important;
    }

    .bdrecipes-wrapper .bdr-social-btn {
        width: 3rem !important;
        height: 3rem !important;
        font-size: 1.25rem !important;
    }

    .bdrecipes-wrapper .bdr-ingredients-header {
        flex-direction: row !important;
        justify-content: space-between !important;
    }

    .bdrecipes-wrapper .bdr-nutrition-main {
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
        gap: 1rem !important;
        text-align: left !important;
    }
}

@media (min-width: 768px) {
    .bdrecipes-wrapper .bdr-header {
        flex-direction: row !important;
        align-items: flex-start !important;
    }

    .bdrecipes-wrapper .bdr-header-img {
        width: 16rem !important;
        height: 16rem !important;
    }

    .bdrecipes-wrapper .bdr-header-content {
        text-align: left !important;
    }

    .bdrecipes-wrapper .bdr-rating,
    .bdrecipes-wrapper .bdr-meta-item {
        justify-content: flex-start !important;
    }

    .bdrecipes-wrapper .bdr-title {
        font-size: 2.25rem !important;
    }

    .bdrecipes-wrapper .bdr-serving-label {
        display: inline !important;
    }
}