.rivf-marketplace{--rivf-green:#315b3d;--rivf-gold:#d9a928;--rivf-light:#f4f7f2;--rivf-border:#d7e0d5;display:grid;gap:1.5rem;max-width:1180px;margin:0 auto;color:#1e2a21}.rivf-marketplace__header{display:flex;justify-content:space-between;gap:1.5rem;align-items:flex-start;padding:1.5rem;border-radius:18px;background:linear-gradient(135deg,#f6f2dc,#eef5eb)}.rivf-marketplace__header h1{margin:.15rem 0 .5rem}.rivf-marketplace__eyebrow{margin:0;color:var(--rivf-green);font-size:.85rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.rivf-marketplace__panel,.rivf-marketplace__filters{padding:1.4rem;border:1px solid var(--rivf-border);border-radius:16px;background:#fff;box-shadow:0 8px 28px rgba(29,58,36,.06)}.rivf-marketplace__filters,.rivf-marketplace__form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.rivf-marketplace__filters{grid-template-columns:1fr 1fr auto;align-items:end}.rivf-marketplace__form{align-items:start}.rivf-marketplace label{display:grid;gap:.35rem;font-weight:650}.rivf-marketplace input,.rivf-marketplace textarea,.rivf-marketplace select{box-sizing:border-box;width:100%;padding:.72rem .8rem;border:1px solid #9caf9e;border-radius:8px;background:#fff;color:#17201a;font:inherit}.rivf-marketplace input:focus,.rivf-marketplace textarea:focus,.rivf-marketplace select:focus,.rivf-marketplace__button:focus{outline:3px solid var(--rivf-gold);outline-offset:2px}.rivf-marketplace__wide{grid-column:1/-1}.rivf-marketplace__button{display:inline-flex;justify-content:center;align-items:center;width:max-content;padding:.72rem 1rem;border:1px solid var(--rivf-green);border-radius:8px;background:var(--rivf-green);color:#fff!important;font-weight:700;text-decoration:none;cursor:pointer}.rivf-marketplace .rivf-marketplace__button--secondary{background:#fff!important;color:var(--rivf-green)!important}.rivf-marketplace__cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.rivf-marketplace__card{overflow:hidden;border:1px solid var(--rivf-border);border-radius:16px;background:#fff;box-shadow:0 8px 24px rgba(29,58,36,.08);scroll-margin-top:5rem}.rivf-marketplace__image{display:grid;place-items:center;aspect-ratio:4/3;background:#edf2ea;font-size:3rem}.rivf-marketplace__image img{width:100%;height:100%;object-fit:cover}.rivf-marketplace__card-body{display:grid;gap:.7rem;padding:1rem}.rivf-marketplace__card h2,.rivf-marketplace__card p{margin:0}.rivf-marketplace__badges{display:flex;flex-wrap:wrap;gap:.4rem}.rivf-marketplace__badges span{padding:.25rem .55rem;border-radius:999px;background:#e8f0e6;color:var(--rivf-green);font-size:.78rem;font-weight:700}.rivf-marketplace__price{color:var(--rivf-green);font-size:1.15rem;font-weight:800}.rivf-marketplace dl{display:grid;gap:.3rem;margin:0}.rivf-marketplace dl div{display:grid;grid-template-columns:90px 1fr;gap:.5rem}.rivf-marketplace dt{font-weight:700}.rivf-marketplace dd{margin:0}.rivf-marketplace details summary{color:var(--rivf-green);font-weight:700;cursor:pointer}.rivf-marketplace__details{padding-top:.7rem}.rivf-marketplace__empty{padding:2rem;border:2px dashed var(--rivf-border);border-radius:16px;text-align:center}.rivf-marketplace__existing{display:flex;flex-wrap:wrap;gap:1rem}.rivf-marketplace__existing label{padding:.6rem;border:1px solid var(--rivf-border);border-radius:10px}.rivf-marketplace__existing img{width:96px;height:96px;object-fit:cover}.rivf-marketplace__table-wrap{overflow-x:auto}.rivf-marketplace table{width:100%;border-collapse:collapse}.rivf-marketplace th,.rivf-marketplace td{padding:.65rem;border-bottom:1px solid var(--rivf-border);text-align:left;vertical-align:top}.rivf-marketplace th{background:var(--rivf-light);white-space:nowrap}.rivf-marketplace__actions a{display:inline-block;margin:.15rem .35rem .15rem 0}.rivf-marketplace__actions .is-danger{color:#9b3025}.rivf-marketplace__notice{padding:1rem;border-radius:10px;font-weight:700}.rivf-marketplace__notice--success{background:#e5f3e8;color:#1f562d}.rivf-marketplace__notice--error{background:#fbe9e7;color:#8c2d22}.rivf-marketplace__pagination{display:flex;justify-content:center;gap:.4rem}.rivf-marketplace__pagination .page-numbers{padding:.45rem .7rem;border-radius:6px;background:#fff}.rivf-marketplace__pagination .current{background:var(--rivf-green);color:#fff}.rivf-marketplace__mail-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.rivf-marketplace__mail-heading h2{margin:.2rem 0}.rivf-marketplace__mail-status{display:inline-flex;padding:.35rem .7rem;border-radius:999px;background:#e8f0e6;color:var(--rivf-green);font-size:.82rem;font-weight:800}.rivf-marketplace__mail-form fieldset{margin:1rem 0;padding:0;border:0}.rivf-marketplace__mail-form legend{margin-bottom:.7rem;font-weight:800}.rivf-marketplace__mail-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.rivf-marketplace label.rivf-marketplace__mail-option{display:flex;grid-template-columns:none;align-items:flex-start;gap:.7rem;padding:.9rem;border:1px solid var(--rivf-border);border-radius:10px;background:var(--rivf-light);cursor:pointer}.rivf-marketplace__mail-option:has(input:checked){border-color:var(--rivf-green);box-shadow:0 0 0 2px rgba(49,91,61,.15)}.rivf-marketplace .rivf-marketplace__mail-option input{width:auto;margin:.2rem 0 0}.rivf-marketplace__mail-option span,.rivf-marketplace__mail-option small{display:block}.rivf-marketplace__mail-option small{margin-top:.2rem;font-weight:400;line-height:1.4}@media(max-width:900px){.rivf-marketplace__cards{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:620px){.rivf-marketplace__header,.rivf-marketplace__mail-heading{display:grid}.rivf-marketplace__cards,.rivf-marketplace__filters,.rivf-marketplace__form,.rivf-marketplace__mail-options{grid-template-columns:1fr}.rivf-marketplace__wide{grid-column:auto}.rivf-marketplace__button{width:100%}}
.rivf-marketplace__filters{grid-template-columns:repeat(3,minmax(0,1fr)) auto}.rivf-marketplace label.rivf-marketplace__checkbox{display:flex;align-items:center;align-self:end;min-height:44px}.rivf-marketplace__checkbox input{width:auto}.rivf-marketplace__button{box-sizing:border-box;min-height:44px;line-height:1.2;text-align:center}@media(max-width:900px){.rivf-marketplace__filters{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:620px){.rivf-marketplace__filters{grid-template-columns:1fr}}
