/* Agenda Lyon Ouest - Producteurs locaux et marchés */

.alo-ld {
    background: #f5f3ef;
    color: #1f2933;
    font-family: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body.post-type-archive-producteur .site-header-primary-section-right,
body.single-producteur .site-header-primary-section-right,
body.post-type-archive-marche_recurrent .site-header-primary-section-right,
body.single-marche_recurrent .site-header-primary-section-right {
    display: none;
}

@media (min-width: 922px) {
    body.post-type-archive-producteur .ast-builder-grid-row.ast-grid-center-col-layout,
    body.single-producteur .ast-builder-grid-row.ast-grid-center-col-layout,
    body.post-type-archive-marche_recurrent .ast-builder-grid-row.ast-grid-center-col-layout,
    body.single-marche_recurrent .ast-builder-grid-row.ast-grid-center-col-layout {
        width: 100%;
        max-width: 100%;
        grid-template-columns: 320px minmax(0, 1fr) 0 !important;
    }

    body.post-type-archive-producteur #ast-desktop-header .ast-builder-grid-row.ast-grid-center-col-layout,
    body.single-producteur #ast-desktop-header .ast-builder-grid-row.ast-grid-center-col-layout,
    body.post-type-archive-marche_recurrent #ast-desktop-header .ast-builder-grid-row.ast-grid-center-col-layout,
    body.single-marche_recurrent #ast-desktop-header .ast-builder-grid-row.ast-grid-center-col-layout {
        grid-template-columns: minmax(320px, 1fr) auto 0 !important;
    }

    body.post-type-archive-producteur .site-header-primary-section-center,
    body.single-producteur .site-header-primary-section-center,
    body.post-type-archive-marche_recurrent .site-header-primary-section-center,
    body.single-marche_recurrent .site-header-primary-section-center {
        min-width: 0;
        justify-content: flex-end;
    }

    body.post-type-archive-producteur .main-header-menu,
    body.single-producteur .main-header-menu,
    body.post-type-archive-marche_recurrent .main-header-menu,
    body.single-marche_recurrent .main-header-menu {
        min-width: 0;
        flex-wrap: wrap;
        justify-content: flex-end;
    }
}

.alo-ld__inner,
.alo-ld-single__container {
    max-width: 1180px;
    margin: 0 auto;
    padding: 34px 20px 56px;
}

.alo-ld-hero {
    max-width: 820px;
    margin-bottom: 22px;
}

.alo-ld-hero__eyebrow,
.alo-ld-section-eyebrow {
    margin: 0 0 8px;
    color: #276749;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.alo-ld-hero__intro {
    max-width: 720px;
    margin: 10px 0 0;
    color: #4b5563;
    font-size: 1.04rem;
    line-height: 1.65;
}

.alo-ld-filters {
    margin-bottom: 20px;
}

.alo-ld-nearby-note,
.alo-ld-form-notice {
    margin: 0 0 16px;
    padding: 12px 14px;
    border: 1px solid rgba(39, 103, 73, 0.18);
    border-radius: 8px;
    background: #fff;
    color: #40534a;
    font-weight: 650;
}

.alo-ld-form-notice--success {
    border-color: rgba(39, 103, 73, 0.24);
    background: #f2fbf6;
}

.alo-ld-form-notice--error {
    border-color: rgba(185, 28, 28, 0.22);
    background: #fff5f5;
    color: #8b1e1e;
}

.alo-ld-form-notice--archive {
    max-width: 1180px;
    margin: -2px auto 18px;
}

.alo-ld-map-card,
.alo-ld-card,
.alo-ld-panel,
.alo-ld-info,
.alo-ld-submit,
.alo-ld-correction {
    border: 1px solid rgba(20, 44, 34, 0.09);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 16px 42px rgba(27, 47, 38, 0.07);
}

.alo-ld-map-card {
    margin: 18px 0 24px;
    padding: 18px;
}

.alo-ld-map-card__header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 14px;
}

.alo-ld-map-card__header h2 {
    margin: 0;
    color: #10281e;
    font-size: 1.25rem;
    line-height: 1.25;
}

.alo-ld-map-card__header p {
    margin: 0;
    color: #667085;
    font-size: 0.92rem;
    font-weight: 650;
}

.alo-ld-map {
    min-height: 330px;
    border-radius: 8px;
    overflow: hidden;
    background: #e8e5dc;
}

.alo-ld-map--empty,
.alo-ld-map--unavailable {
    display: grid;
    min-height: 180px;
    place-items: center;
    padding: 18px;
    text-align: center;
}

.alo-ld-map--empty p,
.alo-ld-map--unavailable p,
.alo-ld-map-card__empty {
    margin: 12px 0 0;
    color: #667085;
}

.alo-ld-map-popup strong {
    display: block;
    color: #10281e;
    font-size: 0.98rem;
    line-height: 1.25;
}

.alo-ld-map-popup p {
    margin: 4px 0 8px;
    color: #667085;
}

.alo-ld-map-popup__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 9px;
}

.alo-ld-map-popup__meta span {
    padding: 4px 7px;
    border-radius: 999px;
    background: #f5f3ef;
    color: #40534a;
    font-size: 0.78rem;
}

.alo-ld-map-popup__address {
    margin: 0 0 10px !important;
    padding-top: 8px;
    border-top: 1px solid rgba(20, 44, 34, 0.1);
    color: #263f33 !important;
    font-size: 0.86rem;
    font-weight: 700;
    line-height: 1.4;
}

.alo-ld-map-popup__schedule {
    display: grid;
    gap: 4px;
    margin: 8px 0 10px;
    color: #23382f;
    font-size: 0.82rem;
    font-weight: 800;
    line-height: 1.28;
}

.alo-ld-map-popup__schedule span {
    display: inline-flex;
    width: fit-content;
    max-width: 100%;
    padding: 4px 8px;
    border-radius: 999px;
    background: #f1eadf;
    overflow-wrap: anywhere;
}

.alo-ld-map-popup__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 10px;
}

.alo-ld-map-popup__link {
    display: inline-flex;
    flex: 1 1 auto;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 8px 10px;
    border-radius: 999px;
    background: #276749;
    color: #fff !important;
    font-size: 0.84rem;
    font-weight: 800;
    line-height: 1.1;
    text-align: center;
    text-decoration: none;
}

.alo-ld-map-popup__link--light {
    border: 1px solid rgba(39, 103, 73, 0.18);
    background: #ffffff;
    color: #276749 !important;
}

.alo-ld-map-popup a {
    color: #276749;
    font-weight: 800;
    text-decoration: none;
}

.alo-ld-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.alo-ld-card {
    display: grid;
    grid-template-columns: 190px minmax(0, 1fr);
    min-height: 210px;
    overflow: hidden;
}

.alo-ld-card__media {
    display: block;
    min-height: 100%;
    background: #e9efe8;
}

.alo-ld-media__image {
    width: 100%;
    height: 100%;
    min-height: 210px;
    object-fit: cover;
    display: block;
}

.alo-ld-media__image--broken {
    display: none;
}

.alo-ld-media__fallback {
    display: grid;
    width: 100%;
    height: 100%;
    min-height: 210px;
    place-items: center;
    background:
        linear-gradient(135deg, rgba(245, 243, 239, 0.96), rgba(232, 239, 229, 0.94)),
        #eef3ed;
    color: var(--alo-primary, #276749);
}

.alo-ld-media__fallback span {
    display: grid;
    width: 68px;
    height: 68px;
    place-items: center;
    border: 1px solid rgba(39, 103, 73, 0.18);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.58);
    font-size: 1.25rem;
    font-weight: 800;
}

.alo-ld-card__body {
    display: flex;
    min-width: 0;
    flex-direction: column;
    padding: 18px;
}

.alo-ld-card__eyebrow {
    margin: 0 0 6px;
    color: #276749;
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
}

.alo-ld-card__title {
    margin: 0;
    color: #10281e;
    font-size: 1.2rem;
    line-height: 1.24;
}

.alo-ld-card__title a {
    color: inherit;
    text-decoration: none;
}

.alo-ld-card__title a:hover {
    color: #276749;
}

.alo-ld-card__metas,
.alo-ld-single__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 12px 0 0;
}

.alo-ld-card__metas span,
.alo-ld-single__chips span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 30px;
    padding: 6px 9px;
    border-radius: 999px;
    background: #f5f3ef;
    color: #40534a;
    font-size: 0.84rem;
    font-weight: 700;
}

.alo-ld-card__metas svg,
.alo-ld-single__chips svg {
    width: 15px;
    height: 15px;
    color: #276749;
}

.alo-ld-chip--warning {
    background: #fff7e6 !important;
    color: #8a5a00 !important;
}

.alo-ld-card__excerpt {
    margin: 12px 0 0;
    color: #4b5563;
    font-size: 0.94rem;
    line-height: 1.55;
}

.alo-ld-card__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-top: auto;
    padding-top: 16px;
}

.alo-ld-card__button,
.alo-ld-card__contact,
.alo-ld-info__button,
.alo-ld-submit-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 10px 14px;
    border: 1px solid #276749;
    border-radius: 8px;
    background: #276749;
    color: #fff;
    font-weight: 800;
    line-height: 1.1;
    text-decoration: none;
}

.alo-ld-card__contact,
.alo-ld-info__button--light {
    background: #fff;
    color: #276749;
}

.alo-ld-card__button:hover,
.alo-ld-card__contact:hover,
.alo-ld-info__button:hover,
.alo-ld-submit-button:hover {
    border-color: #1f5139;
    background: #1f5139;
    color: #fff;
}

.alo-ld-empty {
    margin-top: 18px;
}

.alo-ld-submit,
.alo-ld-correction {
    margin-top: 28px;
    padding: 22px;
    max-width: 100%;
}

.alo-ld-submit {
    background:
        linear-gradient(180deg, rgba(255, 250, 242, 0.98), rgba(255, 255, 255, 0.98)),
        #fffaf2;
}

.alo-ld-submit__intro {
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(39, 103, 73, 0.12);
    margin-bottom: 18px;
}

.alo-ld-submit__intro h2,
.alo-ld-correction h2,
.alo-ld-panel h2,
.alo-ld-info h2 {
    margin: 0 0 12px;
    color: #10281e;
    font-size: 1.18rem;
    line-height: 1.25;
}

.alo-ld-submit__intro p {
    margin: 0 0 16px;
    color: #667085;
}

.alo-ld-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    width: 100%;
    max-width: 100%;
    min-width: 0;
}

.alo-ld-form--compact {
    grid-template-columns: 1fr;
}

.alo-ld-form__field {
    margin: 0;
    width: 100%;
    max-width: 100%;
    min-width: 0;
}

.alo-ld-form__field--multi {
    position: relative;
    z-index: 2;
}

.alo-ld-form__field--multi:has(.alo-category-multiselect[open]) {
    z-index: 60;
}

.alo-ld-checklist {
    min-width: 0;
    padding: 0;
    border: 0;
}

.alo-ld-checklist legend {
    display: block;
    margin: 0 0 8px;
    color: #34443c;
    font-size: 0.88rem;
    font-weight: 800;
}

.alo-ld-checklist__items {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.alo-ld-checklist__item {
    display: inline-flex !important;
    align-items: center;
    gap: 7px;
    min-height: 36px;
    margin: 0 !important;
    padding: 7px 10px;
    border: 1px solid rgba(39, 103, 73, 0.15);
    border-radius: 999px;
    background: #fffaf2;
    color: #173329;
    font-size: 0.86rem;
    font-weight: 800;
    line-height: 1.15;
    cursor: pointer;
}

.alo-ld-checklist__item input {
    width: 16px;
    min-width: 16px;
    height: 16px;
    min-height: 16px;
    margin: 0;
    accent-color: #276749;
}

.alo-ld-checklist__item:has(input:checked) {
    border-color: rgba(39, 103, 73, 0.36);
    background: #edf7ef;
}

.alo-ld-form__field--wide,
.alo-ld-form__actions {
    grid-column: 1 / -1;
}

.alo-ld-form label,
.alo-ld-form__label {
    display: block;
    margin-bottom: 6px;
    color: #34443c;
    font-size: 0.88rem;
    font-weight: 800;
}

.alo-ld-form input,
.alo-ld-form select,
.alo-ld-form textarea {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    border: 1px solid rgba(20, 44, 34, 0.16);
    border-radius: 8px;
    background: #fff;
    color: #1f2933;
    font: inherit;
}

.alo-ld-form input,
.alo-ld-form select {
    min-height: 44px;
    padding: 9px 11px;
}

.alo-ld-form input[type="file"] {
    padding: 8px;
    border-style: dashed;
    background: #fbfaf7;
    color: #405247;
}

.alo-ld-form input[type="file"]::file-selector-button {
    min-height: 34px;
    margin-right: 10px;
    padding: 7px 11px;
    border: 1px solid rgba(39, 103, 73, 0.22);
    border-radius: 8px;
    background: #edf6ee;
    color: var(--alo-primary, #276749);
    font: inherit;
    font-weight: 800;
    cursor: pointer;
}

.alo-ld-form input[type="file"]::file-selector-button:hover {
    background: #e1f0e5;
}

.alo-ld-form__optional,
.alo-ld-form__hint {
    color: #6f7a71;
    font-weight: 700;
}

.alo-ld-form__hint {
    display: block;
    margin-top: 7px;
    font-size: 0.8rem;
    line-height: 1.4;
}

.alo-ld-form textarea {
    padding: 11px;
}

.alo-ld-form__field--check {
    margin-top: 2px;
}

.alo-ld-check {
    display: flex !important;
    align-items: flex-start;
    gap: 10px;
    padding: 12px;
    border: 1px solid rgba(39, 103, 73, 0.14);
    border-radius: 10px;
    background: #fffaf2;
    color: #34443c;
    cursor: pointer;
}

.alo-ld-check input {
    width: 18px;
    min-width: 18px;
    height: 18px;
    min-height: 18px;
    margin: 2px 0 0;
    accent-color: #276749;
}

.alo-ld-check span {
    color: #405247;
    font-size: 0.9rem;
    font-weight: 750;
    line-height: 1.4;
}

.alo-ld-check:has(input:focus-visible) {
    outline: 3px solid rgba(242, 193, 78, 0.45);
    outline-offset: 2px;
}

.alo-ld-address-field {
    position: relative;
    z-index: 3;
}

.alo-ld-address-field__control {
    position: relative;
}

.alo-ld-address-field__suggestions {
    position: absolute;
    z-index: 80;
    right: 0;
    left: 0;
    top: calc(100% + 6px);
    max-height: 260px;
    overflow: auto;
    padding: 6px;
    border: 1px solid rgba(39, 103, 73, 0.2);
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(23, 51, 41, 0.16);
}

.alo-ld-address-suggestion {
    display: flex;
    width: 100%;
    min-height: 44px;
    flex-direction: column;
    align-items: flex-start;
    gap: 3px;
    padding: 9px 10px;
    border: 0;
    border-radius: 8px;
    background: transparent;
    color: #173329;
    font: inherit;
    text-align: left;
    cursor: pointer;
}

.alo-ld-address-suggestion:hover,
.alo-ld-address-suggestion:focus-visible {
    outline: 0;
    background: #edf6ee;
}

.alo-ld-address-suggestion strong {
    color: #10281e;
    font-size: 0.94rem;
    line-height: 1.25;
}

.alo-ld-address-suggestion span {
    color: #667085;
    font-size: 0.8rem;
    font-weight: 750;
    line-height: 1.2;
}

.alo-ld-address-field__status {
    min-height: 18px;
    margin-top: 7px;
    color: #667085;
    font-size: 0.8rem;
    font-weight: 750;
    line-height: 1.35;
}

.alo-ld-address-field__status[data-state="ok"] {
    color: #276749;
}

.alo-ld-address-field__status[data-state="warning"] {
    color: #9a3412;
}

.alo-ld-address-field__manual-toggle {
    min-height: 40px;
    margin-top: 8px;
    padding: 8px 12px;
    border: 1px solid rgba(39, 103, 73, 0.22);
    border-radius: 999px;
    background: #edf6ee;
    color: #276749;
    font: inherit;
    font-size: 0.86rem;
    font-weight: 850;
    cursor: pointer;
}

.alo-ld-address-field__manual-toggle:hover,
.alo-ld-address-field__manual-toggle:focus-visible {
    border-color: rgba(39, 103, 73, 0.4);
    background: #e1f0e5;
    outline: 0;
}

.alo-ld-address-field__manual {
    margin-top: 10px;
}

.alo-ld-address-field__map {
    width: 100%;
    height: 280px;
    border: 1px solid rgba(20, 44, 34, 0.12);
    border-radius: 10px;
    background: #edf1ec;
    overflow: hidden;
}

.alo-ld-form__trap {
    position: fixed;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
}

.alo-ld-form-multiselect {
    position: relative;
    width: 100%;
    max-width: 100%;
    min-width: 0;
}

.alo-ld-form-multiselect .alo-category-multiselect__summary {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 44px;
    padding: 9px 38px 9px 11px;
    border: 1px solid rgba(20, 44, 34, 0.16);
    border-radius: 8px;
    background: #fff;
    color: #1f2933;
    font: inherit;
    font-weight: 750;
    cursor: pointer;
    width: 100%;
    max-width: 100%;
    min-width: 0;
}

.alo-ld-form-multiselect .alo-category-multiselect__summary::after {
    right: 13px;
}

.alo-ld-form-multiselect .alo-category-multiselect__panel {
    box-sizing: border-box;
    left: 0;
    right: 0;
    z-index: 50;
    margin-top: 8px;
    border-color: rgba(39, 103, 73, 0.18);
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 16px 38px rgba(23, 51, 41, 0.14);
}

.alo-ld-form-multiselect .alo-category-multiselect__choice {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 38px;
    margin: 0;
}

.alo-ld-form-multiselect .alo-category-multiselect__choice input {
    position: absolute;
    width: 1px;
    min-width: 1px;
    height: 1px;
    min-height: 1px;
    opacity: 0;
}

.alo-ld-form-multiselect .alo-category-multiselect__box {
    display: block;
    width: 17px;
    height: 17px;
    min-width: 17px;
}

.alo-ld-form-multiselect.has-selection .alo-category-multiselect__summary,
.alo-ld-form-multiselect[open] .alo-category-multiselect__summary {
    border-color: rgba(39, 103, 73, 0.32);
    background: #f4faf5;
}

.alo-ld-single__top-back {
    margin-bottom: 18px;
}

.alo-ld-single__hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
    gap: 18px;
    align-items: center;
    margin-bottom: 22px;
    padding: 16px;
    border: 1px solid rgba(20, 44, 34, 0.09);
    border-radius: 10px;
    background: #fffaf2;
    box-shadow: 0 16px 42px rgba(27, 47, 38, 0.07);
}

.alo-ld-single__hero-copy,
.alo-ld-single__hero-media {
    border: 0;
    background: transparent;
    box-shadow: none;
}

.alo-ld-single__hero-copy {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 6px 4px 6px 6px;
}

.alo-ld-single--producteur .alo-ld-single__hero-copy {
    justify-content: center;
}

.alo-ld-single__title {
    margin: 0;
    max-width: 720px;
    color: #10281e;
    font-size: 2.15rem;
    line-height: 1.06;
    letter-spacing: 0;
}

.alo-ld-single__hero-media {
    overflow: hidden;
    width: 100%;
    max-width: 360px;
    justify-self: end;
    aspect-ratio: 4 / 3;
    border-radius: 8px;
    background: #e8efe5;
}

.alo-ld-single__hero-media .alo-ld-media__image,
.alo-ld-single__hero-media .alo-ld-media__fallback {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: cover;
}

.alo-ld-single__hero-media .alo-ld-media__image--broken {
    display: none;
}

.alo-ld-gallery {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 0;
    overflow: hidden;
    background: #e8efe5;
}

.alo-ld-gallery__viewport {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.alo-ld-gallery__track {
    display: flex;
    width: 100%;
    height: 100%;
    transition: transform 0.28s ease;
    will-change: transform;
}

.alo-ld-gallery__slide {
    flex: 0 0 100%;
    width: 100%;
    height: 100%;
    min-height: 0;
    margin: 0;
}

.alo-ld-gallery__image {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: cover;
}

.alo-ld-gallery__control {
    position: absolute;
    top: 50%;
    z-index: 2;
    display: grid;
    width: 38px;
    height: 38px;
    padding: 0;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.75);
    border-radius: 999px;
    background: rgba(16, 40, 30, 0.74);
    color: #ffffff;
    font-size: 1.6rem;
    line-height: 1;
    transform: translateY(-50%);
    cursor: pointer;
}

.alo-ld-gallery__control:hover,
.alo-ld-gallery__control:focus-visible {
    background: #276749;
}

.alo-ld-gallery__control:focus-visible {
    outline: 3px solid rgba(242, 193, 78, 0.9);
    outline-offset: 2px;
}

.alo-ld-gallery__control--prev {
    left: 10px;
}

.alo-ld-gallery__control--next {
    right: 10px;
}

.alo-ld-gallery__dots {
    position: absolute;
    right: 12px;
    bottom: 12px;
    left: 12px;
    z-index: 2;
    display: flex;
    justify-content: center;
    gap: 7px;
}

.alo-ld-gallery__dot {
    width: 8px;
    height: 8px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.88);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.52);
    cursor: pointer;
}

.alo-ld-gallery__dot.is-active {
    width: 22px;
    background: #ffffff;
}

@media (prefers-reduced-motion: reduce) {
    .alo-ld-gallery__track {
        transition: none;
    }
}

.alo-ld-single__layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 22px;
    align-items: start;
    min-width: 0;
}

.alo-ld-single__main,
.alo-ld-single__aside {
    display: grid;
    gap: 18px;
    min-width: 0;
    max-width: 100%;
}

.alo-ld-panel,
.alo-ld-info {
    padding: 20px;
}

.alo-ld-panel,
.alo-ld-info,
.alo-ld-submit,
.alo-ld-correction {
    box-sizing: border-box;
    min-width: 0;
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.alo-ld-single__content {
    color: #35433e;
    font-size: 1.02rem;
    line-height: 1.7;
    min-width: 0;
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.alo-ld-single__content p,
.alo-ld-single__content li,
.alo-ld-single__content a,
.alo-ld-panel p,
.alo-ld-panel li,
.alo-ld-panel a,
.alo-ld-info p,
.alo-ld-info li,
.alo-ld-info a,
.alo-ld-submit p,
.alo-ld-submit a,
.alo-ld-correction p,
.alo-ld-correction a {
    min-width: 0;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.alo-ld-single__content > *:first-child {
    margin-top: 0;
}

.alo-ld-single__content > *:last-child {
    margin-bottom: 0;
}

.alo-ld-info p,
.alo-ld-panel p {
    color: #40534a;
    line-height: 1.6;
}

.alo-ld-info p:last-child,
.alo-ld-panel p:last-child {
    margin-bottom: 0;
}

.alo-ld-info--primary {
    border-color: rgba(39, 103, 73, 0.22);
}

.alo-ld-info--muted {
    background: #faf9f6;
}

.alo-ld-generated-note {
    margin-top: 18px;
    padding: 13px 14px;
    border-left: 3px solid rgba(39, 103, 73, 0.42);
    border-radius: 8px;
    background: #f8fbf7;
    color: #40534a;
    font-size: 0.94rem;
    line-height: 1.55;
}

.alo-ld-generated-note a {
    color: #276749;
    font-weight: 800;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.alo-ld-info--modes {
    background: linear-gradient(180deg, #fffdf8 0%, #f8f5ee 100%);
}

.alo-ld-mode-list {
    display: grid;
    gap: 9px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.alo-ld-mode-list li {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr);
    align-items: center;
    min-height: 36px;
    gap: 10px;
    margin: 0;
    color: #23382f;
    font-weight: 800;
}

.alo-ld-mode-list__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 999px;
    background: rgba(39, 103, 73, 0.1);
    color: #276749;
}

.alo-ld-mode-list__icon svg {
    width: 15px;
    height: 15px;
}

.alo-ld-info__note {
    padding-top: 10px;
    border-top: 1px solid rgba(20, 44, 34, 0.09);
    font-size: 0.92rem;
}

.alo-ld-links {
    display: grid;
    gap: 10px;
}

.alo-ld-links a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 42px;
    padding: 10px 12px;
    border: 1px solid rgba(39, 103, 73, 0.22);
    border-radius: 8px;
    color: #276749;
    font-weight: 800;
    text-decoration: none;
}

.alo-ld-links a:hover {
    border-color: #276749;
    background: #f2fbf6;
}

.alo-ld-contact-list {
    display: grid;
    gap: 10px;
}

.alo-ld-contact-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 5px;
    min-height: 58px;
    padding: 11px 12px;
    border: 1px solid rgba(39, 103, 73, 0.2);
    border-radius: 8px;
    background: #fffdf8;
    color: #10281e;
}

.alo-ld-contact-row:hover {
    border-color: #276749;
    background: #f7fbf6;
}

.alo-ld-contact-row__label {
    grid-column: 1 / 2;
    color: #65756d;
    font-size: 0.76rem;
    font-weight: 850;
    letter-spacing: 0;
    line-height: 1.15;
    text-transform: uppercase;
}

.alo-ld-contact-row__value {
    grid-column: 1 / 2;
    color: #276749;
    font-size: 1rem;
    font-weight: 850;
    line-height: 1.25;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.alo-ld-contact-row__action {
    grid-column: 1 / 2;
    justify-self: start;
    color: #276749;
    font-size: 0.82rem;
    font-weight: 850;
    line-height: 1.2;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.alo-ld-contact-row__action:hover {
    color: #1f5139;
}

.alo-ld a:focus-visible,
.alo-ld button:focus-visible,
.alo-ld input:focus-visible,
.alo-ld select:focus-visible,
.alo-ld textarea:focus-visible {
    outline: 3px solid rgba(242, 193, 78, 0.78);
    outline-offset: 3px;
}

@media (max-width: 1080px) {
    .alo-ld-grid {
        grid-template-columns: 1fr;
    }

    .alo-ld-single__layout {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 900px) {
    .alo-ld-single__hero {
        grid-template-columns: 1fr;
    }

    .alo-ld-single__hero-media {
        height: 220px;
        max-width: none;
        justify-self: stretch;
        aspect-ratio: auto;
    }
}

@media (max-width: 760px) {
    .alo-floating-menu-toggle {
        display: none !important;
    }

    .alo-ld__inner,
    .alo-ld-single__container {
        padding: 24px 14px 44px;
    }

    .alo-ld-map-card {
        padding: 14px;
    }

    .alo-ld-map-card__header {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }

    .alo-ld-map {
        min-height: 235px;
    }

    .alo-ld-card {
        grid-template-columns: 112px minmax(0, 1fr);
        min-height: 172px;
    }

    .alo-ld-card__body {
        padding: 14px;
    }

    .alo-ld-card__eyebrow {
        font-size: 0.7rem;
    }

    .alo-ld-card__title {
        font-size: 1.02rem;
    }

    .alo-ld-card__metas {
        gap: 6px;
    }

    .alo-ld-card__metas span {
        min-height: 26px;
        padding: 5px 7px;
        font-size: 0.76rem;
    }

    .alo-ld-card__excerpt {
        display: none;
    }

    .alo-ld-media__image,
    .alo-ld-media__fallback {
        min-height: 172px;
    }

    .alo-ld-card__actions {
        padding-top: 12px;
    }

    .alo-ld-card__button,
    .alo-ld-card__contact {
        min-height: 38px;
        padding: 9px 10px;
        font-size: 0.86rem;
    }

    .alo-ld-form {
        grid-template-columns: 1fr;
        min-width: 0;
        max-width: 100%;
    }

    .alo-ld-form__field,
    .alo-ld-form__field--wide,
    .alo-ld-form__actions,
    .alo-ld-form-multiselect,
    .alo-ld-form .alo-city-combobox,
    .alo-ld-form .alo-city-combobox__input,
    .alo-ld-form .alo-category-multiselect__summary,
    .alo-ld-form input:not([type="hidden"]):not([type="checkbox"]):not([type="radio"]),
    .alo-ld-form select,
    .alo-ld-form textarea {
        box-sizing: border-box;
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }

    .alo-ld-form input[type="file"] {
        font-size: 0.82rem;
    }

    .alo-ld-form input[type="file"]::file-selector-button {
        margin-right: 8px;
        padding-right: 9px;
        padding-left: 9px;
    }

    .alo-ld-single__hero {
        grid-template-columns: 1fr;
        gap: 14px;
        padding: 14px;
    }

    .alo-ld-single__hero-copy {
        padding: 0;
    }

    .alo-ld-single__title {
        font-size: 1.85rem;
        line-height: 1.08;
    }

    .alo-ld-single__hero-media {
        height: 190px;
    }

    .alo-ld-single__hero-media .alo-ld-media__image,
    .alo-ld-single__hero-media .alo-ld-media__fallback {
        height: 100%;
        min-height: 0;
    }

    .alo-ld-panel,
    .alo-ld-info,
    .alo-ld-submit,
    .alo-ld-correction {
        padding: 16px;
    }
}

/* V2 polish: annuaire local premium, cartes compactes et carte actionnable. */
.alo-ld {
    --alo-ld-ink: #173329;
    --alo-ld-text: #405247;
    --alo-ld-muted: #6f7a71;
    --alo-ld-surface: #fffaf2;
    --alo-ld-surface-strong: #ffffff;
    --alo-ld-cream: #f6f1e8;
    --alo-ld-border: rgba(39, 103, 73, 0.14);
    --alo-ld-border-warm: rgba(140, 111, 74, 0.16);
    --alo-ld-accent: #d9a73d;
    --alo-ld-shadow: 0 1px 2px rgba(31, 45, 36, 0.04), 0 14px 36px rgba(31, 45, 36, 0.08);
    background:
        linear-gradient(180deg, #f8f4ed 0, #f6f1e8 360px, #f8f5ee 100%);
    color: var(--alo-ld-ink);
}

.alo-ld.alo-archive {
    flex: 1 1 100%;
    width: 100%;
}

.alo-ld__inner {
    max-width: 1220px;
}

.alo-ld-hero {
    max-width: 760px;
    margin: 0 auto 22px;
    text-align: center;
}

.alo-ld-hero__eyebrow,
.alo-ld-section-eyebrow,
.alo-ld-card__eyebrow {
    color: var(--alo-ld-ink);
    letter-spacing: 0;
}

.alo-ld-hero__eyebrow::after {
    display: block;
    width: 44px;
    height: 2px;
    margin: 10px auto 0;
    border-radius: 999px;
    background: var(--alo-ld-accent);
    content: "";
}

.alo-ld .alo-archive__title {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
    color: var(--alo-ld-ink);
    font-size: 3.05rem;
    line-height: 1.04;
}

.alo-ld-hero__intro {
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
    color: var(--alo-ld-text);
}

.alo-ld .alo-filter-hero {
    margin-bottom: 18px !important;
}

.alo-ld .alo-filter-hero__form {
    max-width: 1120px;
    padding: 10px;
    border: 1px solid var(--alo-ld-border);
    border-radius: 14px;
    background: rgba(255, 250, 242, 0.94);
    box-shadow: var(--alo-ld-shadow);
    gap: 8px;
}

.alo-ld .alo-filter-hero__group {
    padding: 11px 14px;
    border: 1px solid var(--alo-ld-border-warm);
    border-radius: 10px;
    background: var(--alo-ld-surface-strong);
}

.alo-ld .alo-filter-hero__group:hover,
.alo-ld .alo-filter-hero__group:focus-within,
.alo-ld .alo-filter-hero__group--active {
    border-color: rgba(39, 103, 73, 0.26);
    background: #fffdf8;
    box-shadow: 0 0 0 3px rgba(39, 103, 73, 0.06);
}

.alo-ld .alo-filter-hero__label {
    color: var(--alo-ld-ink);
    font-size: 0.68rem;
    font-weight: 850;
}

.alo-ld .alo-filter-hero__input,
.alo-ld .alo-filter-hero__select,
.alo-ld .alo-filter-hero__date,
.alo-ld .alo-city-combobox__input,
.alo-ld .alo-select-menu__button,
.alo-ld .alo-category-multiselect__summary {
    min-height: 40px;
    border-color: rgba(39, 103, 73, 0.13) !important;
    border-radius: 8px;
    background-color: #fffaf2 !important;
    color: var(--alo-ld-ink);
}

.alo-ld .alo-city-select--enhanced,
.alo-ld .alo-filter-select--enhanced {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    clip-path: inset(50%) !important;
    border: 0 !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.alo-ld .alo-filter-hero__btn {
    min-height: 64px;
    border-radius: 10px;
    background: var(--alo-ld-ink);
    box-shadow: 0 12px 24px rgba(23, 51, 41, 0.14);
}

.alo-ld .alo-filter-hero__btn:hover,
.alo-ld .alo-filter-hero__btn:focus-visible {
    background: #276749;
}

.alo-ld-filter-actions {
    display: grid;
    min-width: 132px;
    gap: 8px;
}

.alo-ld-filter-actions .alo-filter-hero__btn,
.alo-ld-near-me {
    width: 100%;
    min-height: 40px;
    border-radius: 10px;
    font-size: 0.86rem;
}

.alo-ld-filter-actions .alo-filter-hero__btn {
    min-height: 40px;
    box-shadow: 0 8px 18px rgba(23, 51, 41, 0.14);
}

.alo-ld-near-me {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 9px 12px;
    border: 1px solid rgba(39, 103, 73, 0.2);
    background: #ffffff;
    color: var(--alo-ld-ink);
    font: inherit;
    font-weight: 850;
    line-height: 1.1;
    cursor: pointer;
    transition: border-color 0.16s ease, background 0.16s ease, color 0.16s ease, transform 0.16s ease;
}

.alo-ld-near-me:hover,
.alo-ld-near-me:focus-visible {
    border-color: rgba(39, 103, 73, 0.36);
    background: #f3faf5;
    color: #276749;
    transform: translateY(-1px);
}

.alo-ld-near-me:disabled,
.alo-ld-near-me[aria-busy="true"] {
    cursor: wait;
    opacity: 0.72;
    transform: none;
}

@media (min-width: 981px) {
    .alo-ld-archive--producteurs .alo-filter-hero__form,
    .alo-ld-archive--marches .alo-filter-hero__form {
        display: grid;
        align-items: stretch;
    }

    .alo-ld-archive--producteurs .alo-filter-hero__form {
        grid-template-columns: minmax(210px, 1.15fr) minmax(180px, 1fr) minmax(180px, 1fr) minmax(180px, 0.95fr) minmax(124px, 0.6fr) auto;
    }

    .alo-ld-archive--marches .alo-filter-hero__form {
        grid-template-columns: minmax(220px, 1.3fr) minmax(190px, 1fr) minmax(124px, 0.6fr) auto;
    }

    .alo-ld .alo-filter-hero__group {
        min-width: 0;
    }

    .alo-ld .alo-filter-hero__btn {
        justify-content: center;
        min-width: 128px;
        padding-right: 18px;
        padding-left: 18px;
    }
}

.alo-ld-empty-card {
    display: grid;
    max-width: 760px;
    margin: 20px auto 0;
    padding: 24px;
    border: 1px solid var(--alo-ld-border);
    border-radius: 12px;
    background: #fffaf2;
    box-shadow: var(--alo-ld-shadow);
    text-align: center;
}

.alo-ld-empty-card h2 {
    margin: 0;
    color: var(--alo-ld-ink);
    font-size: 1.35rem;
    line-height: 1.2;
}

.alo-ld-empty-card p:not(.alo-ld-section-eyebrow) {
    max-width: 560px;
    margin: 10px auto 0;
    color: var(--alo-ld-text);
    line-height: 1.58;
}

.alo-ld-empty-card__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-top: 18px;
}

.alo-ld-empty-card__actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 10px 14px;
    border: 1px solid rgba(39, 103, 73, 0.22);
    border-radius: 8px;
    background: #ffffff;
    color: var(--alo-ld-ink);
    font-weight: 850;
    text-decoration: none;
}

.alo-ld-empty-card__actions a:first-child,
.alo-ld-empty-card__actions a:hover,
.alo-ld-empty-card__actions a:focus-visible {
    border-color: #276749;
    background: #276749;
    color: #ffffff;
}

.alo-ld-map-card,
.alo-ld-card,
.alo-ld-panel,
.alo-ld-info,
.alo-ld-submit,
.alo-ld-correction {
    border-color: var(--alo-ld-border);
    background: var(--alo-ld-surface);
    box-shadow: var(--alo-ld-shadow);
}

.alo-ld-map-card {
    margin: 18px 0 22px;
    padding: 18px;
}

.alo-ld-map-card__header {
    align-items: center;
    margin-bottom: 12px;
}

.alo-ld-map-card__header h2 {
    color: var(--alo-ld-ink);
    font-size: 1.15rem;
}

.alo-ld-map-card__header p,
.alo-ld-map-card__empty {
    color: var(--alo-ld-muted);
}

.alo-ld-map-shell {
    display: grid;
    grid-template-columns: minmax(320px, 0.9fr) minmax(360px, 1.1fr);
    gap: 14px;
    align-items: start;
}

.alo-ld-map {
    min-height: 300px;
    height: 100%;
    border: 1px solid rgba(39, 103, 73, 0.1);
    border-radius: 10px;
    background: #efe8dc;
    overflow: hidden;
    contain: layout paint;
}

.alo-ld .leaflet-proxy {
    position: absolute;
    visibility: hidden;
    width: 0;
    height: 0;
    transform: none !important;
}

.alo-ld-map-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-content: start;
    gap: 8px;
    max-height: 300px;
    overflow: auto;
    padding: 2px;
}

.alo-ld-map-list__button {
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 9px;
    width: 100%;
    padding: 10px;
    border: 1px solid rgba(39, 103, 73, 0.13);
    border-radius: 10px;
    background: #ffffff;
    color: var(--alo-ld-ink);
    font: inherit;
    text-align: left;
    cursor: pointer;
    transition: border-color 0.16s ease, background 0.16s ease, transform 0.16s ease;
}

.alo-ld-map-list__button:hover,
.alo-ld-map-list__button:focus-visible,
.alo-ld-map-list__button.is-active {
    border-color: rgba(39, 103, 73, 0.32);
    background: #f3faf5;
    transform: translateY(-1px);
}

.alo-ld-map-list__index {
    display: grid;
    box-sizing: border-box;
    width: 30px;
    height: 30px;
    padding-top: 1px;
    place-items: center;
    border-radius: 999px;
    background: var(--alo-ld-ink);
    color: #fff;
    font-size: 0.82rem;
    font-weight: 850;
    font-variant-numeric: tabular-nums;
    line-height: 1;
    text-align: center;
}

.alo-ld-map-list__button.is-active .alo-ld-map-list__index {
    background: #d9a73d;
    color: #173329;
}

.alo-ld-map-list__text {
    display: grid;
    min-width: 0;
    gap: 2px;
}

.alo-ld-map-list__text strong {
    overflow: hidden;
    color: var(--alo-ld-ink);
    font-size: 0.92rem;
    line-height: 1.22;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.alo-ld-map-list__text span {
    overflow: hidden;
    color: var(--alo-ld-muted);
    font-size: 0.8rem;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.alo-ld-map-list__text em {
    overflow: hidden;
    color: #5b6d64;
    font-size: 0.72rem;
    font-style: normal;
    font-weight: 650;
    line-height: 1.22;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.alo-ld-single .alo-ld-map-card {
    width: 100%;
    max-width: 760px;
    margin-right: auto;
    margin-left: auto;
}

.alo-ld-single .alo-ld-map-shell {
    grid-template-columns: 1fr;
    gap: 10px;
}

.alo-ld-single .alo-ld-map {
    min-height: 0;
    aspect-ratio: 16 / 9;
}

.alo-ld-single .alo-ld-map-list {
    grid-template-columns: 1fr;
    max-height: none;
}

.alo-ld-single__main .alo-ld-map-shell {
    grid-template-columns: 1fr;
}

.alo-ld-grid {
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 335px), 1fr));
    gap: 14px;
}

.alo-ld-card {
    grid-template-columns: 146px minmax(0, 1fr);
    height: 178px;
    min-height: 178px;
    align-items: stretch;
    border-radius: 10px;
    background: #fffaf2;
    transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.alo-ld-card:hover {
    border-color: rgba(39, 103, 73, 0.24);
    box-shadow: 0 1px 2px rgba(31, 45, 36, 0.05), 0 18px 42px rgba(31, 45, 36, 0.11);
    transform: translateY(-2px);
}

.alo-ld-card__media {
    width: 146px;
    height: 176px;
    min-height: 0;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    border-right: 1px solid rgba(39, 103, 73, 0.08);
    background: #e8efe5;
}

.alo-ld-card .alo-ld-media__image,
.alo-ld-card .alo-ld-media__fallback {
    width: 146px;
    height: 176px;
    min-height: 0;
}

.alo-ld-card .alo-ld-media__fallback {
    background:
        radial-gradient(circle at 28% 24%, rgba(242, 193, 78, 0.22), transparent 30%),
        linear-gradient(135deg, rgba(255, 250, 242, 0.98), rgba(232, 239, 229, 0.94)),
        #eef3ed;
}

.alo-ld-media__fallback[hidden] {
    display: none !important;
}

.alo-ld-media__fallback span {
    width: 52px;
    height: 52px;
    font-size: 1rem;
}

.alo-ld-card__body {
    display: grid;
    height: 176px;
    min-height: 0;
    grid-template-rows: auto auto 1fr auto;
    align-content: start;
    padding: 12px 14px;
    overflow: hidden;
}

.alo-ld-card__eyebrow {
    margin-bottom: 3px;
    font-size: 0.62rem;
    line-height: 1;
}

.alo-ld-card__title {
    display: -webkit-box;
    overflow: hidden;
    color: var(--alo-ld-ink);
    font-size: 0.94rem;
    line-height: 1.18;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.alo-ld-card__metas {
    flex-wrap: wrap;
    gap: 5px;
    min-width: 0;
    max-height: 55px;
    margin-top: 8px;
    overflow: hidden;
}

.alo-ld-card__metas span {
    flex: 0 1 auto;
    min-width: 0;
    max-width: 100%;
    min-height: 24px;
    padding: 4px 8px;
    background: #f1eadf;
    color: var(--alo-ld-text);
    font-size: 0.75rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.alo-ld-card__metas span:only-child {
    max-width: 100%;
}

.alo-ld-card__metas span:nth-child(n+3) {
    display: none;
}

.alo-ld-card--producteur .alo-ld-card__metas {
    display: grid;
    grid-template-columns: minmax(0, 100%);
    align-content: start;
    gap: 6px;
    min-height: 54px;
    max-height: none;
    overflow: visible;
}

.alo-ld-card--producteur .alo-ld-card__metas span {
    width: fit-content;
    max-width: 100%;
    min-height: 24px;
    line-height: 1.18;
}

.alo-ld-card--marche_recurrent {
    height: 192px;
    min-height: 192px;
}

.alo-ld-card--marche_recurrent .alo-ld-card__media,
.alo-ld-card--marche_recurrent .alo-ld-media__image,
.alo-ld-card--marche_recurrent .alo-ld-media__fallback {
    height: 190px;
}

.alo-ld-card--marche_recurrent .alo-ld-card__body {
    height: 190px;
}

.alo-ld-card--marche_recurrent .alo-ld-card__metas {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    align-content: start;
    gap: 5px;
    max-height: none;
    overflow: visible;
}

.alo-ld-card--marche_recurrent .alo-ld-card__metas span {
    width: fit-content;
    max-width: 100%;
    white-space: normal;
    line-height: 1.18;
}

.alo-ld-card__metas svg {
    flex: 0 0 auto;
    width: 13px;
    height: 13px;
}

.alo-ld-card__excerpt {
    display: none;
}

.alo-ld-card__actions {
    gap: 7px;
    margin-top: 10px;
    padding-top: 0;
    align-self: end;
}

.alo-ld-card__button,
.alo-ld-card__contact {
    min-height: 36px;
    padding: 7px 12px;
    border-radius: 8px;
    font-size: 0.82rem;
}

.alo-ld-card__contact {
    display: none;
}

.alo-ld-single__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.alo-ld-single__action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 11px 15px;
    border: 1px solid #276749;
    border-radius: 8px;
    background: #276749;
    color: #ffffff;
    font-weight: 850;
    line-height: 1.1;
    text-decoration: none;
    box-shadow: 0 10px 22px rgba(23, 51, 41, 0.14);
}

.alo-ld-single__action--light {
    border-color: rgba(39, 103, 73, 0.2);
    background: #ffffff;
    color: #276749;
    box-shadow: none;
}

.alo-ld-single__action:hover,
.alo-ld-single__action:focus-visible {
    border-color: #1f5139;
    background: #1f5139;
    color: #ffffff;
}

@media (max-width: 980px) {
    .alo-ld-map-shell {
        grid-template-columns: 1fr;
    }

    .alo-ld-single .alo-ld-map-shell {
        grid-template-columns: 1fr;
    }

    .alo-ld-map-list {
        grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
        max-height: none;
    }
}

@media (max-width: 760px) {
    .alo-ld-archive--producteurs,
    .alo-ld-archive--marches {
        padding-right: 10px;
        padding-left: 10px;
    }

    .alo-ld-archive--producteurs .alo-ld__inner,
    .alo-ld-archive--marches .alo-ld__inner {
        padding-right: 8px;
        padding-left: 8px;
    }

    .alo-ld .alo-archive__title {
        font-size: 2rem;
    }

    .alo-ld .alo-filter-hero__form {
        padding: 8px;
        border-radius: 12px;
    }

    .alo-ld .alo-filter-hero__group {
        padding: 10px;
    }

    .alo-ld .alo-filter-hero__btn {
        min-height: 48px;
    }

    .alo-ld-filter-actions {
        grid-template-columns: 1fr;
        width: 100%;
        min-width: 0;
    }

    .alo-ld-filter-actions .alo-filter-hero__btn,
    .alo-ld-near-me {
        min-height: 46px;
        font-size: 0.88rem;
    }

    .alo-ld-map-card {
        padding: 12px;
    }

    .alo-ld-map {
        min-height: 245px;
    }

    .alo-ld-map-list {
        display: flex;
        gap: 8px;
        overflow-x: auto;
        padding: 2px 2px 8px;
        scroll-snap-type: x proximity;
    }

    .alo-ld-map-list__button {
        flex: 0 0 240px;
        scroll-snap-align: start;
    }

    .alo-ld-card {
        grid-template-columns: 124px minmax(0, 1fr);
        height: 182px;
        min-height: 182px;
        border-radius: 9px;
    }

    .alo-ld-card__media,
    .alo-ld-card .alo-ld-media__image,
    .alo-ld-card .alo-ld-media__fallback {
        width: 124px;
        height: 180px;
        min-height: 0;
    }

    .alo-ld-card__body {
        height: 180px;
        min-height: 0;
        grid-template-rows: auto auto 1fr auto;
        padding: 12px;
    }

    .alo-ld-card__title {
        font-size: 0.9rem;
        line-height: 1.18;
    }

    .alo-ld-card__metas {
        flex-wrap: wrap;
        gap: 5px;
        max-height: 52px;
        margin-top: 8px;
        overflow: hidden;
    }

    .alo-ld-card__metas span {
        max-width: 100%;
        min-height: 23px;
        padding: 3px 7px;
        font-size: 0.73rem;
        line-height: 1.15;
    }

    .alo-ld-card--producteur {
        grid-template-columns: 124px minmax(0, 1fr);
        height: 182px;
        min-height: 182px;
    }

    .alo-ld-card--producteur .alo-ld-card__media,
    .alo-ld-card--producteur .alo-ld-media__image,
    .alo-ld-card--producteur .alo-ld-media__fallback {
        width: 124px;
        height: 180px;
    }

    .alo-ld-card--producteur .alo-ld-card__body {
        height: 180px;
        padding: 12px;
    }

    .alo-ld-card--producteur .alo-ld-card__metas {
        display: grid;
        grid-template-columns: minmax(0, 100%);
        align-content: start;
        gap: 5px;
        min-height: 51px;
        max-height: none;
        overflow: visible;
    }

    .alo-ld-card--producteur .alo-ld-card__metas span {
        width: fit-content;
        max-width: 100%;
        min-height: 23px;
        padding: 3px 7px;
        font-size: 0.73rem;
        line-height: 1.15;
    }

    .alo-ld-card--marche_recurrent {
        grid-template-columns: 124px minmax(0, 1fr);
        height: 198px;
        min-height: 198px;
    }

    .alo-ld-card--marche_recurrent .alo-ld-card__media,
    .alo-ld-card--marche_recurrent .alo-ld-media__image,
    .alo-ld-card--marche_recurrent .alo-ld-media__fallback {
        width: 124px;
        height: 196px;
    }

    .alo-ld-card--marche_recurrent .alo-ld-card__body {
        height: 196px;
        padding: 12px;
    }

    .alo-ld-card--marche_recurrent .alo-ld-card__metas {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        align-content: start;
        gap: 5px;
        max-height: none;
        overflow: visible;
    }

    .alo-ld-card--marche_recurrent .alo-ld-card__metas span {
        width: fit-content;
        max-width: 100%;
        white-space: normal;
        line-height: 1.15;
    }

    .alo-ld-card__actions {
        margin-top: 9px;
        padding-top: 0;
    }

    .alo-ld-card__button,
    .alo-ld-card__contact {
        min-height: 36px;
        padding: 7px 10px;
        border-radius: 7px;
        font-size: 0.8rem;
        line-height: 1;
    }

    .alo-ld-empty-card {
        padding: 18px 14px;
        text-align: left;
    }

    .alo-ld-empty-card__actions {
        justify-content: stretch;
    }

    .alo-ld-empty-card__actions a {
        width: 100%;
    }

    .alo-ld-single__actions {
        gap: 8px;
    }

    .alo-ld-single__action {
        flex: 1 1 132px;
        min-height: 44px;
    }
}
