:root{
  --rp-dark:#101b2d;
  --rp-soft:#f5f7fa;
  --rp-line:#dde3ea;
  --rp-gold:#c89a3d;
  --rp-danger:#ad2929;
  --rp-ok:#18764a;
}
.rp-wc-price-label{display:block;font-size:.72em;text-transform:uppercase;letter-spacing:.08em;opacity:.72;margin-bottom:2px}
.rp-auction-panel{margin:24px 0;padding:22px;border:1px solid var(--rp-line);border-radius:16px;background:#fff;box-shadow:0 10px 30px rgba(16,27,45,.07)}
.rp-auction-panel-top{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;margin-bottom:18px}
.rp-panel-eyebrow{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--rp-gold)}
.rp-ring{margin-top:4px;font-size:14px;color:#657083}
.rp-watch-button{border:1px solid var(--rp-line);background:#fff;border-radius:999px;padding:8px 12px;cursor:pointer}
.rp-watch-button.is-active{border-color:var(--rp-danger);color:var(--rp-danger)}
.rp-auction-price-box{display:flex;align-items:end;justify-content:space-between;gap:12px;background:var(--rp-soft);padding:16px;border-radius:12px;margin-bottom:16px}
.rp-auction-price-box span{font-size:13px;color:#5b6677}.rp-auction-price-box strong{font-size:26px;color:var(--rp-dark)}
.rp-countdown-wrap>span{display:block;font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:#6a7482;margin-bottom:8px}
.rp-countdown{display:flex;gap:8px;flex-wrap:wrap}
.rp-countdown>span{min-width:54px;text-align:center;padding:8px 9px;border-radius:9px;background:var(--rp-dark);color:#fff}
.rp-countdown b{display:block;font-size:18px;line-height:1}.rp-countdown small{font-size:10px;opacity:.72}
.rp-countdown-compact{margin:7px 0 3px}.rp-countdown-compact>span{min-width:38px;padding:5px 6px}.rp-countdown-compact b{font-size:13px}
.rp-countdown-ended{display:inline-block!important;background:#eee!important;color:#555!important;min-width:0!important}
.rp-anti-note{font-size:12px;color:#687386;margin:10px 0 16px}
.rp-bid-form{border-top:1px solid var(--rp-line);padding-top:16px}.rp-bid-form label{display:block;font-weight:700;margin-bottom:7px}
.rp-bid-row{display:flex;gap:8px}.rp-bid-row input{flex:1;min-width:0;padding:10px 12px}.rp-bid-row .button{white-space:nowrap}
.rp-bid-form small{display:block;margin-top:7px;color:#667085}.rp-bid-message{margin-top:9px;font-weight:600}.rp-bid-message.ok{color:var(--rp-ok)}.rp-bid-message.error{color:var(--rp-danger)}
.rp-auction-info{padding:13px 14px;background:var(--rp-soft);border-radius:10px}.rp-ended-box{display:grid;gap:4px}
.rp-bid-history{margin-top:18px;border-top:1px solid var(--rp-line);padding-top:14px}.rp-bid-history h4{margin:0 0 10px}.rp-bid-history ol{list-style:none;margin:0;padding:0}
.rp-bid-history li{display:grid;grid-template-columns:1fr auto auto;gap:12px;padding:8px 0;border-bottom:1px solid #edf0f3;align-items:center}.rp-bid-history small{color:#7a8492}
.rp-loop-auction-meta{margin:.35em 0 .65em}.rp-status-ended{display:inline-block;font-size:12px;font-weight:700;padding:4px 8px;border-radius:999px;background:#eee;color:#555}
.rp-empty-products{padding:18px;border:1px dashed var(--rp-line);border-radius:10px}
@media(max-width:600px){
  .rp-auction-panel{padding:16px}.rp-auction-panel-top{align-items:center}.rp-auction-price-box strong{font-size:22px}.rp-bid-row{flex-direction:column}.rp-bid-row .button{width:100%}.rp-bid-history li{grid-template-columns:1fr auto}.rp-bid-history small{grid-column:1/-1}.rp-countdown>span{min-width:46px}
}

/* v4 — organized Romanian Pigeons catalogue cards */
.rp-organized-auctions{display:grid;gap:42px;margin:10px 0 30px}
.rp-listing-section{display:grid;gap:20px}
.rp-listing-heading{display:flex;align-items:end;justify-content:space-between;gap:20px;padding-bottom:14px;border-bottom:1px solid var(--rp-line)}
.rp-listing-heading h2{margin:2px 0 0;font-size:clamp(25px,3vw,38px);line-height:1.08;color:var(--rp-dark);letter-spacing:-.035em}
.rp-section-kicker{display:block;font-size:11px;font-weight:800;letter-spacing:.16em;text-transform:uppercase;color:var(--rp-gold)}
.rp-section-count{display:inline-flex;align-items:center;white-space:nowrap;background:var(--rp-soft);border:1px solid var(--rp-line);padding:8px 11px;border-radius:999px;font-size:12px;font-weight:700;color:#606b7b}
.rp-live-section .rp-section-kicker{color:var(--rp-danger)}

.rp-pigeon-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:26px;width:100%}
.rp-pigeon-grid.rp-columns-1{grid-template-columns:1fr}.rp-pigeon-grid.rp-columns-2{grid-template-columns:repeat(2,minmax(0,1fr))}.rp-pigeon-grid.rp-columns-3{grid-template-columns:repeat(3,minmax(0,1fr))}.rp-pigeon-grid.rp-columns-4{grid-template-columns:repeat(4,minmax(0,1fr))}
.rp-pigeon-card{min-width:0;background:#fff;border:1px solid var(--rp-line);border-radius:18px;overflow:hidden;box-shadow:0 10px 35px rgba(16,27,45,.07);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}
.rp-pigeon-card:hover{transform:translateY(-4px);box-shadow:0 18px 50px rgba(16,27,45,.13);border-color:#cfd6df}
.rp-pigeon-media{display:block;position:relative;aspect-ratio:4/3;background:linear-gradient(135deg,#0b1b30,#172c48);overflow:hidden;text-decoration:none!important}
.rp-pigeon-media img,.rp-pigeon-media .rp-pigeon-image{width:100%!important;height:100%!important;display:block;object-fit:cover;margin:0!important;transition:transform .35s ease}
.rp-pigeon-card:hover .rp-pigeon-media img{transform:scale(1.035)}
.rp-pigeon-placeholder{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;background:radial-gradient(circle at 65% 25%,rgba(200,154,61,.28),transparent 28%),linear-gradient(135deg,#07111f,#173252)}
.rp-pigeon-placeholder span{font-size:46px;font-weight:850;letter-spacing:-3px;border:2px solid rgba(255,255,255,.62);border-radius:50%;width:96px;height:96px;display:grid;place-items:center}
.rp-pigeon-placeholder small{margin-top:13px;letter-spacing:1.2px;text-transform:uppercase;color:rgba(255,255,255,.82)}
.rp-sale-badge{position:absolute;top:14px;left:14px;z-index:2;padding:7px 10px;border-radius:999px;font-size:10px;font-weight:850;letter-spacing:.085em;text-transform:uppercase;box-shadow:0 4px 15px rgba(0,0,0,.10)}
.rp-badge-live{background:#b52836;color:#fff}.rp-badge-scheduled{background:#fff;color:var(--rp-dark)}.rp-badge-ended{background:#e8ebef;color:#5f6875}.rp-badge-fixed{background:var(--rp-gold);color:#17130a}
.rp-sex-badge{position:absolute;right:14px;top:14px;z-index:2;background:rgba(7,17,31,.86);color:#fff;border:1px solid rgba(255,255,255,.2);backdrop-filter:blur(7px);padding:7px 10px;border-radius:999px;font-size:10px;font-weight:750;text-transform:uppercase;letter-spacing:.06em}
.rp-pigeon-card-body{padding:20px 20px 18px}
.rp-card-topline{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:18px}
.rp-ring-number{font-size:11px;font-weight:850;letter-spacing:.095em;text-transform:uppercase;color:var(--rp-gold);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.rp-country{font-size:11px;font-weight:650;color:#7c8490;white-space:nowrap}
.rp-pigeon-title{font-size:21px!important;line-height:1.16!important;letter-spacing:-.025em;margin:7px 0 5px!important;min-height:2.32em}
.rp-pigeon-title a{color:var(--rp-dark)!important;text-decoration:none!important}
.rp-breeder{font-size:13px;color:#747e8d;margin:0 0 15px;min-height:20px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.rp-breeder strong{color:#495364;font-weight:700}
.rp-card-price-row{display:flex;justify-content:space-between;align-items:end;gap:15px;border-top:1px solid #eceff3;padding-top:15px}
.rp-card-price-row>div:first-child{min-width:0}.rp-card-price-row span{display:block;font-size:11px;color:#777f8d;margin-bottom:2px}.rp-card-price-row strong{display:block;font-size:23px;line-height:1.05;color:var(--rp-danger);letter-spacing:-.035em}.rp-card-price-row strong .woocommerce-Price-amount{font-weight:850}.rp-card-price-row strong .woocommerce-Price-currencySymbol{font-size:.7em}
.rp-bid-count{flex:0 0 auto;min-width:54px;background:var(--rp-soft);border-radius:10px;padding:7px 9px;text-align:center}.rp-bid-count span{font-size:15px;font-weight:850;color:var(--rp-dark);line-height:1;margin:0}.rp-bid-count small{display:block;margin-top:3px;font-size:9px;color:#7c8490;text-transform:uppercase}
.rp-card-timer-label{font-size:10px;font-weight:750;color:#7b8491;text-transform:uppercase;letter-spacing:.08em;margin:13px 0 6px}
.rp-card-countdown{display:grid!important;grid-template-columns:repeat(4,1fr);gap:6px;margin:0!important;flex-wrap:nowrap!important}
.rp-card-countdown>span{min-width:0!important;background:#f0f2f5!important;color:var(--rp-dark)!important;border-radius:9px;padding:7px 4px!important;text-align:center}
.rp-card-countdown b{font-size:14px!important;line-height:1!important;color:var(--rp-dark)!important}.rp-card-countdown small{display:block;font-size:8px!important;text-transform:uppercase;color:#818a97!important;margin-top:3px}
.rp-card-countdown .rp-countdown-ended{grid-column:1/-1;background:#f4eeee!important;color:var(--rp-danger)!important;font-weight:800;padding:9px!important}
.rp-start-date{margin-top:7px;font-size:10px;text-align:center;color:#7c8490}
.rp-card-ended{margin-top:12px;border-radius:9px;padding:9px 10px;background:#f3f4f6;color:#666f7c;text-align:center;font-size:12px;font-weight:750}
.rp-fixed-price-row{margin-top:6px}.rp-fixed-note{margin-top:10px;color:#7b8491;font-size:11px}
.rp-card-button{display:flex!important;align-items:center;justify-content:space-between;gap:12px;margin-top:16px;padding-top:14px;border-top:1px solid #eceff3;color:var(--rp-dark)!important;text-decoration:none!important;font-size:13px;font-weight:850}
.rp-card-button b{display:grid;place-items:center;width:30px;height:30px;border-radius:50%;background:var(--rp-dark);color:#fff;font-size:15px;transition:transform .18s ease}
.rp-card-button:hover b{transform:translateX(2px)}

@media(max-width:1100px){.rp-pigeon-grid.rp-columns-4{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:900px){.rp-pigeon-grid,.rp-pigeon-grid.rp-columns-3,.rp-pigeon-grid.rp-columns-4{grid-template-columns:repeat(2,minmax(0,1fr))}.rp-listing-heading h2{font-size:28px}}
@media(max-width:580px){.rp-pigeon-grid,.rp-pigeon-grid.rp-columns-2,.rp-pigeon-grid.rp-columns-3,.rp-pigeon-grid.rp-columns-4{grid-template-columns:1fr}.rp-pigeon-grid{gap:18px}.rp-listing-heading{align-items:flex-start}.rp-section-count{font-size:10px;padding:6px 8px}.rp-pigeon-card-body{padding:17px}.rp-pigeon-title{font-size:20px!important;min-height:0}.rp-breeder{min-height:0}.rp-card-price-row strong{font-size:22px}}

/* v5 — GPS-inspired lot catalogue + dedicated single auction page */
.rp-gps-auction-intro{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:36px;align-items:end;background:var(--rp-dark);color:#fff;padding:34px 38px;margin:4px 0 34px;border-radius:3px;box-shadow:0 16px 44px rgba(16,27,45,.12)}
.rp-gps-kicker{display:block;font-size:11px;font-weight:800;letter-spacing:.18em;text-transform:uppercase;color:#e5bd6a;margin-bottom:9px}
.rp-gps-auction-intro h1{margin:0 0 11px!important;color:#fff!important;font-size:clamp(30px,4vw,52px)!important;line-height:1.02!important;letter-spacing:-.04em}
.rp-gps-auction-intro p{margin:0;max-width:720px;color:rgba(255,255,255,.75);font-size:15px;line-height:1.65}
.rp-gps-auction-stats{display:flex;gap:26px;align-items:flex-end}
.rp-gps-auction-stats>div{min-width:100px;border-left:1px solid rgba(255,255,255,.18);padding-left:18px}
.rp-gps-auction-stats strong{display:block;color:#fff;font-size:18px;line-height:1.15;white-space:nowrap}.rp-gps-auction-stats span{display:block;color:rgba(255,255,255,.58);font-size:10px;text-transform:uppercase;letter-spacing:.08em;margin-top:6px}

.rp-gps-lot-card{position:relative;min-width:0;background:#fff;border:1px solid #dfe3e8;border-radius:2px;overflow:visible;box-shadow:0 9px 26px rgba(16,27,45,.06);transition:transform .18s ease,box-shadow .18s ease}
.rp-gps-lot-card:hover{transform:translateY(-2px);box-shadow:0 14px 34px rgba(16,27,45,.11)}
.rp-gps-lot-label{position:absolute;z-index:3;top:-13px;left:16px;background:var(--rp-dark);color:#fff;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.1em;padding:7px 11px;border-radius:2px}
.rp-gps-lot-image{display:block;position:relative;height:310px;background:#f1f3f5;overflow:hidden;text-decoration:none!important;border-bottom:1px solid #e2e5e9}
.rp-gps-lot-image img,.rp-gps-lot-image .rp-pigeon-image{width:100%!important;height:100%!important;object-fit:contain!important;display:block!important;margin:0!important;padding:0!important;background:#f5f6f7}
.rp-gps-lot-image .rp-pigeon-placeholder{height:100%}
.rp-gps-live-dot{position:absolute;right:12px;top:12px;background:#b52331;color:#fff;border-radius:2px;font-size:10px;font-weight:850;letter-spacing:.09em;padding:6px 8px}
.rp-gps-lot-body{padding:20px 20px 18px}
.rp-gps-auction-name{font-size:10px;font-weight:750;text-transform:uppercase;letter-spacing:.12em;color:#8a7551;margin-bottom:7px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.rp-gps-lot-body h3{margin:0 0 6px!important;font-size:23px!important;line-height:1.12!important;letter-spacing:-.025em!important}.rp-gps-lot-body h3 a{color:#151a22!important;text-decoration:none!important}
.rp-gps-endline{font-size:11px;font-weight:700;color:#7c8490;text-transform:uppercase;letter-spacing:.035em;margin-bottom:14px}
.rp-gps-summary{font-size:13px;line-height:1.58;color:#4f5865;margin:0 0 12px;min-height:61px}
.rp-gps-origin{font-size:12px;line-height:1.4;color:#6e7682;margin-bottom:16px}.rp-gps-origin strong{color:#2b323b}
.rp-gps-bid-meta{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:#e3e6ea;border:1px solid #e3e6ea;margin-top:8px}.rp-gps-bid-meta>div{background:#f8f9fa;padding:11px 12px;min-width:0}
.rp-gps-bid-meta span{display:block;font-size:9px;text-transform:uppercase;letter-spacing:.08em;color:#7b838f;margin-bottom:4px}.rp-gps-bid-meta strong{display:block;font-size:16px;color:#151a22;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rp-gps-bid-meta>div:first-child strong{color:var(--rp-danger);font-size:19px}
.rp-gps-bid-count{font-size:10px;color:#7c8490;margin:7px 0 0}
.rp-gps-time-label{font-size:10px;font-weight:750;color:#6f7782;text-transform:uppercase;letter-spacing:.08em;margin:14px 0 6px}
.rp-gps-countdown{display:grid!important;grid-template-columns:repeat(4,1fr);gap:5px;flex-wrap:nowrap!important}.rp-gps-countdown>span{min-width:0!important;border-radius:2px!important;padding:8px 4px!important;background:var(--rp-dark)!important}.rp-gps-countdown b{font-size:14px!important}.rp-gps-countdown small{font-size:8px!important;text-transform:uppercase}
.rp-gps-ended{margin-top:14px;background:#f1f2f4;padding:10px 12px;font-size:12px;font-weight:700;color:#6a727e}
.rp-gps-view{display:flex!important;align-items:center;justify-content:space-between;margin-top:16px;padding:13px 0 0;border-top:1px solid #e6e8eb;color:#131923!important;text-decoration:none!important;font-size:12px;font-weight:850;text-transform:uppercase;letter-spacing:.07em}.rp-gps-view span{font-size:19px;font-weight:400}.rp-gps-view:hover{color:var(--rp-danger)!important}

.rp-custom-auction-page{background:#fff}
.rp-custom-auction-page .site-main,.rp-custom-auction-page main{max-width:none}
.rp-lot-page{background:#fff;color:#161b23;padding:34px 0 72px;min-height:70vh}
.rp-lot-shell{width:min(1320px,calc(100% - 38px));margin:0 auto}
.rp-lot-breadcrumb{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:20px;padding-bottom:13px;border-bottom:1px solid #e1e4e8;font-size:12px;color:#7a828e}.rp-lot-breadcrumb a{color:#1b2330;text-decoration:none!important;font-weight:700}.rp-lot-breadcrumb span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.rp-lot-overline{display:flex;align-items:center;gap:14px;margin-bottom:16px;font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:#777f8b}.rp-lot-overline span{background:var(--rp-dark);color:#fff;padding:7px 10px;border-radius:2px;font-weight:850}.rp-lot-overline b{font-weight:750;color:#8d733e}
.rp-lot-main-grid{display:grid;grid-template-columns:minmax(0,1.48fr) minmax(360px,.82fr);gap:34px;align-items:start}
.rp-lot-visual{min-width:0}.rp-lot-gallery{display:grid;gap:11px}
.rp-lot-main-image-wrap{background:#f2f3f4;border:1px solid #e1e4e8;min-height:520px;display:grid;place-items:center;overflow:hidden}.rp-lot-main-image{display:block!important;width:100%!important;height:min(690px,66vw)!important;max-height:690px!important;object-fit:contain!important;margin:0!important;background:#f2f3f4}
.rp-lot-placeholder{height:580px!important;max-height:none!important;display:flex!important;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(135deg,#101b2d,#23344d);color:#fff}.rp-lot-placeholder span{font-size:72px;font-weight:900}.rp-lot-placeholder small{margin-top:8px;letter-spacing:.12em;text-transform:uppercase}
.rp-lot-thumbs{display:flex;gap:9px;overflow-x:auto;padding-bottom:2px}.rp-lot-thumb{width:82px;height:82px;flex:0 0 82px;border:2px solid transparent;background:#f1f2f4;padding:0;cursor:pointer}.rp-lot-thumb.is-active{border-color:var(--rp-dark)}.rp-lot-thumb img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important;margin:0!important}
.rp-lot-sidebar{margin:0!important;border:1px solid #dfe3e8!important;border-radius:2px!important;box-shadow:0 10px 30px rgba(16,27,45,.06)!important;padding:26px!important;position:sticky;top:24px;background:#fff}
.rp-lot-title-row{display:grid;grid-template-columns:1fr auto;gap:16px;align-items:start}.rp-lot-ring-label{display:block;color:#9c7a37;font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;margin-bottom:6px}.rp-lot-title-row h1{margin:0!important;color:#111821!important;font-size:clamp(31px,3vw,46px)!important;line-height:1.02!important;letter-spacing:-.04em!important}
.rp-watch-icon{width:40px;height:40px;padding:0!important;display:grid;place-items:center;border-radius:50%!important;font-size:20px;background:#fff!important}
.rp-lot-short{font-size:14px;line-height:1.58;color:#4f5865;margin:18px 0}.rp-lot-short p{margin:0 0 8px}.rp-lot-short p:last-child{margin-bottom:0}
.rp-lot-offer-card{display:grid;grid-template-columns:1.25fr .75fr;border:1px solid #dfe3e8;background:#f7f8f9;margin:20px 0 0}.rp-lot-offer-card>div{padding:15px 16px}.rp-lot-offer-card>div+div{border-left:1px solid #dfe3e8}.rp-lot-offer-card span{display:block;color:#717a86;font-size:9px;text-transform:uppercase;letter-spacing:.09em;margin-bottom:5px}.rp-lot-offer-main strong{font-size:29px;color:var(--rp-danger);letter-spacing:-.03em}.rp-lot-highest strong{font-size:16px;color:#202733}
.rp-lot-time-row{display:grid;grid-template-columns:auto 1fr;gap:16px;align-items:end;border-top:1px solid #e4e7ea;margin-top:18px;padding-top:16px}.rp-lot-time-row>div:first-child span,.rp-lot-status-card>span{display:block;font-size:9px;text-transform:uppercase;letter-spacing:.09em;color:#747d89;margin-bottom:3px}.rp-lot-time-row>div:first-child strong,.rp-lot-status-card>strong{font-size:13px;color:#202733}
.rp-lot-countdown{display:grid!important;grid-template-columns:repeat(4,1fr);gap:5px;flex-wrap:nowrap!important}.rp-lot-countdown>span{min-width:0!important;border-radius:2px!important;padding:8px 5px!important}.rp-lot-countdown b{font-size:15px!important}.rp-lot-countdown small{font-size:8px!important;text-transform:uppercase}
.rp-lot-anti{font-size:11px;line-height:1.45;color:#707985;background:#fff7e7;border-left:3px solid #c89a3d;padding:9px 10px;margin:11px 0 0}
.rp-lot-bid-box{margin-top:17px}.rp-lot-bid-box>label{display:block;font-size:12px;font-weight:800;margin-bottom:7px}.rp-lot-bid-row{display:grid!important;grid-template-columns:1fr auto;gap:8px}.rp-lot-bid-row input{height:46px;border:1px solid #cfd5dc;border-radius:2px!important;padding:0 12px;font-size:16px}.rp-lot-bid-row .button{height:46px!important;border:0!important;border-radius:2px!important;background:var(--rp-danger)!important;color:#fff!important;padding:0 20px!important;font-weight:800!important}.rp-lot-bid-box small{display:block;color:#747c87;font-size:11px;margin-top:7px}
.rp-primary-action{display:flex!important;width:100%;align-items:center;justify-content:center;min-height:47px;background:var(--rp-danger)!important;color:#fff!important;text-decoration:none!important;border:0!important;border-radius:2px!important;font-weight:850!important;padding:12px 18px;margin-top:16px;text-align:center;cursor:pointer}.rp-primary-action:hover{filter:brightness(.93)}
.rp-lot-status-card{margin-top:17px;padding:14px 15px;background:#f2f4f6;border:1px solid #e0e4e8}.rp-lot-ended{background:#f5f2f2}.rp-winner-cart{margin:0!important}

.rp-lot-data-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:28px;margin-top:38px}.rp-lot-info-card,.rp-lot-bid-history,.rp-lot-description{border-top:3px solid var(--rp-dark);padding-top:14px}
.rp-lot-subhead{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:12px}.rp-lot-subhead h3{margin:0!important;font-size:21px!important;color:#151b24!important}.rp-lot-subhead span{font-size:10px;color:#7a828d;text-transform:uppercase;letter-spacing:.08em}
.rp-lot-facts{margin:0}.rp-lot-facts>div{display:grid;grid-template-columns:42% 58%;gap:12px;padding:10px 0;border-bottom:1px solid #e8eaed}.rp-lot-facts dt{font-size:12px;color:#747c87}.rp-lot-facts dd{margin:0;font-size:12px;font-weight:700;color:#222a35;text-align:right}
.rp-lot-table-wrap{overflow:auto}.rp-lot-table{width:100%;border-collapse:collapse;background:#fff}.rp-lot-table th,.rp-lot-table td{padding:10px 11px;border-bottom:1px solid #e6e8eb;text-align:left;font-size:12px}.rp-lot-table th{background:#f3f5f6;color:#6f7883;text-transform:uppercase;letter-spacing:.06em;font-size:9px}.rp-lot-table td:nth-child(2){font-weight:800;color:#262d37}.rp-lot-empty-history{padding:18px;background:#f5f6f7;color:#747d89;font-size:13px}
.rp-lot-description{margin-top:38px}.rp-lot-description-copy{max-width:900px;color:#3f4854;font-size:15px;line-height:1.72}.rp-lot-description-copy p{margin:0 0 15px}.rp-pedigree-link{display:inline-flex;margin-top:6px;padding:11px 14px;background:var(--rp-dark);color:#fff!important;text-decoration:none!important;font-size:12px;font-weight:800}

@media(max-width:1100px){
  .rp-gps-auction-intro{grid-template-columns:1fr}.rp-gps-auction-stats{justify-content:flex-start}
  .rp-lot-main-grid{grid-template-columns:minmax(0,1.15fr) minmax(330px,.85fr);gap:24px}.rp-lot-main-image-wrap{min-height:430px}
}
@media(max-width:900px){
  .rp-lot-main-grid{grid-template-columns:1fr}.rp-lot-sidebar{position:static}.rp-lot-main-image{height:auto!important;max-height:650px!important;min-height:0}.rp-lot-main-image-wrap{min-height:0}
  .rp-lot-data-grid{grid-template-columns:1fr}.rp-gps-lot-image{height:285px}
}
@media(max-width:620px){
  .rp-gps-auction-intro{padding:25px 20px;margin-bottom:28px}.rp-gps-auction-stats{display:grid;grid-template-columns:1fr 1fr;width:100%;gap:12px}.rp-gps-auction-stats>div{padding-left:12px;min-width:0}.rp-gps-auction-stats>div:nth-child(3){grid-column:1/-1}
  .rp-gps-lot-image{height:320px}.rp-gps-summary{min-height:0}.rp-gps-bid-meta{grid-template-columns:1fr}.rp-gps-bid-meta>div+div{border-left:0;border-top:1px solid #e3e6ea}
  .rp-lot-page{padding-top:22px}.rp-lot-shell{width:min(100% - 22px,1320px)}.rp-lot-breadcrumb{align-items:flex-start;flex-direction:column}.rp-lot-overline{align-items:flex-start;flex-direction:column;gap:7px}.rp-lot-sidebar{padding:19px!important}.rp-lot-title-row h1{font-size:31px!important}.rp-lot-offer-card{grid-template-columns:1fr}.rp-lot-offer-card>div+div{border-left:0;border-top:1px solid #dfe3e8}.rp-lot-time-row{grid-template-columns:1fr}.rp-lot-bid-row{grid-template-columns:1fr}.rp-lot-bid-row .button{width:100%}.rp-lot-facts>div{grid-template-columns:1fr}.rp-lot-facts dd{text-align:left}.rp-lot-thumbs{gap:6px}.rp-lot-thumb{width:66px;height:66px;flex-basis:66px}
}

/* v5.1 — grilă automată pentru Auction Products WooCommerce */
.rp-pigeon-grid{align-items:stretch}
.rp-gps-lot-card{display:flex;flex-direction:column;height:100%}
.rp-gps-lot-body{display:flex;flex-direction:column;flex:1}
.rp-gps-lot-image{height:340px;background:#fff}
.rp-gps-lot-image img,.rp-gps-lot-image .rp-pigeon-image{object-fit:contain!important;background:#fff!important;padding:8px!important}
.rp-gps-summary{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.rp-gps-view{margin-top:auto}
.rp-gps-origin{min-height:34px}
.rp-gps-auction-name{min-height:14px}
@media(max-width:1200px){.rp-gps-lot-image{height:320px}}
@media(max-width:900px){.rp-gps-lot-image{height:360px}}
@media(max-width:580px){.rp-gps-lot-image{height:min(420px,110vw)}}


/* ==========================================================
   v5.2 — cardurile /licitatii/ reproduse după captura cerută
   ========================================================== */

/* Pagina de licitații: elimină aspectul de shop și lasă catalogul să respire. */
body.rp-auctions-list-page{
  background:#fff;
}
body.rp-auctions-list-page .entry-header,
body.rp-auctions-list-page .page-header,
body.rp-auctions-list-page .woocommerce-products-header,
body.rp-auctions-list-page main > header{
  display:none!important;
}
body.rp-auctions-list-page .site-main,
body.rp-auctions-list-page main,
body.rp-auctions-list-page .content-area,
body.rp-auctions-list-page .entry-content{
  max-width:none!important;
}
body.rp-auctions-list-page .entry-content{
  margin-top:0!important;
}
body.rp-auctions-list-page .rp-organized-auctions,
body.rp-auctions-list-page .rp-pigeon-grid,
body.rp-auctions-list-page .rp-empty-products{
  width:min(1080px,calc(100% - 34px));
  margin-left:auto;
  margin-right:auto;
}
body.rp-auctions-list-page .rp-organized-auctions{
  padding:28px 0 54px;
}
body.rp-auctions-list-page > #page main,
body.rp-auctions-list-page #content{
  padding-top:0;
}

/* 4 carduri înguste și egale, exact ca layout-ul de referință din captură. */
body.rp-auctions-list-page .rp-pigeon-grid,
.rp-screenshot-cards .rp-pigeon-grid{
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:22px!important;
  align-items:stretch;
  padding:28px 0 46px;
}

/* Card drept, fără colțuri rotunjite și fără efecte de magazin generic. */
body.rp-auctions-list-page .rp-gps-lot-card{
  position:relative;
  display:flex;
  flex-direction:column;
  height:100%;
  min-width:0;
  background:#fff;
  border:1px solid #d9dee5;
  border-radius:0!important;
  overflow:visible;
  box-shadow:none;
  transform:none!important;
}
body.rp-auctions-list-page .rp-gps-lot-card:hover{
  box-shadow:0 8px 26px rgba(16,27,45,.08);
  border-color:#cfd5dc;
}

/* LOT — mic tab bleumarin, ușor ieșit din card. */
body.rp-auctions-list-page .rp-gps-lot-label{
  top:-11px;
  left:14px;
  z-index:6;
  padding:7px 10px 6px;
  border-radius:1px;
  background:#0f1b2e;
  color:#fff;
  font-size:10px;
  line-height:1;
  font-weight:900;
  letter-spacing:.08em;
}

/* Zona fotografiei. Object-fit contain păstrează porumbelul complet. */
body.rp-auctions-list-page .rp-gps-lot-image{
  height:292px!important;
  display:grid;
  place-items:center;
  overflow:hidden;
  background:#fff!important;
  border-bottom:1px solid #dfe3e8;
}
body.rp-auctions-list-page .rp-gps-lot-image img,
body.rp-auctions-list-page .rp-gps-lot-image .rp-pigeon-image{
  display:block!important;
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  object-position:center!important;
  background:#fff!important;
  padding:8px 7px!important;
  margin:0!important;
}

/* LIVE ca în captură. */
body.rp-auctions-list-page .rp-gps-live-dot{
  top:11px;
  right:10px;
  z-index:5;
  padding:6px 7px;
  border-radius:1px;
  background:#bd2132;
  color:#fff;
  font-size:9px;
  line-height:1;
  font-weight:900;
  letter-spacing:.07em;
}

/* Conținutul cardului. */
body.rp-auctions-list-page .rp-gps-lot-body{
  display:flex;
  flex-direction:column;
  flex:1;
  padding:18px 17px 16px;
  min-height:394px;
}
body.rp-auctions-list-page .rp-gps-auction-name{
  display:none;
}
body.rp-auctions-list-page .rp-gps-lot-body h3{
  margin:0 0 5px!important;
  font-size:20px!important;
  line-height:1.1!important;
  font-weight:900!important;
  letter-spacing:-.025em!important;
  min-height:22px;
}
body.rp-auctions-list-page .rp-gps-lot-body h3 a{
  color:#0c1628!important;
}
body.rp-auctions-list-page .rp-gps-endline{
  margin:0 0 16px;
  color:#7d8692;
  font-size:9px;
  line-height:1.2;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.035em;
}
body.rp-auctions-list-page .rp-gps-summary{
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  overflow:hidden;
  min-height:42px;
  margin:0 0 18px;
  color:#536071;
  font-size:12px;
  line-height:1.7;
}
body.rp-auctions-list-page .rp-gps-origin{
  min-height:47px;
  margin:0 0 15px;
  color:#707a88;
  font-size:11px;
  line-height:1.45;
}
body.rp-auctions-list-page .rp-gps-origin strong{
  color:#111b2d;
  font-weight:850;
}

/* Oferta curentă + ofertant, două celule egale. */
body.rp-auctions-list-page .rp-gps-bid-meta{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:0;
  margin:0;
  border:1px solid #dce1e7;
  background:#fff;
}
body.rp-auctions-list-page .rp-gps-bid-meta>div{
  min-width:0;
  min-height:68px;
  padding:10px 11px 9px;
  background:#fbfcfd;
}
body.rp-auctions-list-page .rp-gps-bid-meta>div+div{
  border-left:1px solid #dce1e7;
}
body.rp-auctions-list-page .rp-gps-bid-meta span{
  display:block;
  margin:0 0 5px;
  color:#7c8491;
  font-size:8px;
  line-height:1.25;
  font-weight:500;
  text-transform:uppercase;
  letter-spacing:.075em;
}
body.rp-auctions-list-page .rp-gps-bid-meta strong{
  display:block;
  color:#070f1f;
  font-size:14px;
  line-height:1.12;
  font-weight:900;
  white-space:normal;
  overflow:visible;
}
body.rp-auctions-list-page .rp-gps-bid-meta>div:first-child strong{
  color:#647084;
  font-size:12px;
  line-height:1.25;
}
body.rp-auctions-list-page .rp-gps-bid-meta .woocommerce-Price-amount{
  font-weight:800;
}
body.rp-auctions-list-page .rp-gps-bid-count{
  margin:7px 0 0;
  color:#77818f;
  font-size:9px;
}

/* Timp rămas + cele 4 pătrate bleumarin. */
body.rp-auctions-list-page .rp-gps-time-label{
  margin:13px 0 7px;
  color:#6d7786;
  font-size:9px;
  line-height:1;
  font-weight:850;
  text-transform:uppercase;
  letter-spacing:.08em;
}
body.rp-auctions-list-page .rp-gps-countdown{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:5px!important;
  margin:0!important;
}
body.rp-auctions-list-page .rp-gps-countdown>span{
  min-width:0!important;
  min-height:48px;
  display:grid;
  place-items:center;
  align-content:center;
  padding:6px 3px!important;
  border-radius:1px!important;
  background:#0f1b2e!important;
  color:#fff!important;
}
body.rp-auctions-list-page .rp-gps-countdown b{
  color:#fff!important;
  font-size:13px!important;
  line-height:1!important;
  font-weight:900;
}
body.rp-auctions-list-page .rp-gps-countdown small{
  margin-top:5px;
  color:rgba(255,255,255,.72)!important;
  font-size:7px!important;
  line-height:1;
  text-transform:uppercase;
}

/* Linkul de jos rămâne lipit de baza tuturor cardurilor. */
body.rp-auctions-list-page .rp-gps-view{
  display:flex!important;
  align-items:center;
  justify-content:space-between;
  margin-top:auto;
  padding:16px 0 0;
  border-top:0;
  color:#0d1626!important;
  font-size:11px;
  line-height:1;
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.055em;
}
body.rp-auctions-list-page .rp-gps-view span{
  font-size:17px;
}

/* Headerele suplimentare sunt păstrate doar când shortcode-ul cere explicit grupare. */
body.rp-auctions-list-page .rp-listing-heading{
  width:min(1080px,calc(100% - 34px));
  margin-left:auto;
  margin-right:auto;
}

/* Responsive: 3 / 2 / 1 coloane, fără a strica proporțiile cardului. */
@media(max-width:1100px){
  body.rp-auctions-list-page .rp-pigeon-grid,
  .rp-screenshot-cards .rp-pigeon-grid{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
  }
  body.rp-auctions-list-page .rp-gps-lot-image{height:300px!important}
}
@media(max-width:820px){
  body.rp-auctions-list-page .rp-pigeon-grid,
  .rp-screenshot-cards .rp-pigeon-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
  body.rp-auctions-list-page .rp-gps-lot-image{height:330px!important}
}
@media(max-width:540px){
  body.rp-auctions-list-page .rp-pigeon-grid,
  .rp-screenshot-cards .rp-pigeon-grid{
    grid-template-columns:1fr!important;
    gap:25px!important;
    width:min(420px,calc(100% - 24px));
  }
  body.rp-auctions-list-page .rp-gps-lot-image{height:370px!important}
  body.rp-auctions-list-page .rp-gps-lot-body{min-height:0}
  body.rp-auctions-list-page .rp-gps-summary,
  body.rp-auctions-list-page .rp-gps-origin{min-height:0}
}


/* ==========================================================
   v5.3 — aceleași carduri în shortcode oriunde reproduse după captura cerută
   ========================================================== */

/* Pagina de licitații: elimină aspectul de shop și lasă catalogul să respire. */
.rp-screenshot-cards{
  background:#fff;
}
.rp-screenshot-cards .entry-header,
.rp-screenshot-cards .page-header,
.rp-screenshot-cards .woocommerce-products-header,
.rp-screenshot-cards main > header{
  display:none!important;
}
.rp-screenshot-cards .site-main,
.rp-screenshot-cards main,
.rp-screenshot-cards .content-area,
.rp-screenshot-cards .entry-content{
  max-width:none!important;
}
.rp-screenshot-cards .entry-content{
  margin-top:0!important;
}
.rp-screenshot-cards .rp-organized-auctions,
.rp-screenshot-cards .rp-pigeon-grid,
.rp-screenshot-cards .rp-empty-products{
  width:min(1080px,calc(100% - 34px));
  margin-left:auto;
  margin-right:auto;
}
.rp-screenshot-cards .rp-organized-auctions{
  padding:28px 0 54px;
}
.rp-screenshot-cards > #page main,
.rp-screenshot-cards #content{
  padding-top:0;
}

/* 4 carduri înguste și egale, exact ca layout-ul de referință din captură. */
.rp-screenshot-cards .rp-pigeon-grid,
.rp-screenshot-cards .rp-pigeon-grid{
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:22px!important;
  align-items:stretch;
  padding:28px 0 46px;
}

/* Card drept, fără colțuri rotunjite și fără efecte de magazin generic. */
.rp-screenshot-cards .rp-gps-lot-card{
  position:relative;
  display:flex;
  flex-direction:column;
  height:100%;
  min-width:0;
  background:#fff;
  border:1px solid #d9dee5;
  border-radius:0!important;
  overflow:visible;
  box-shadow:none;
  transform:none!important;
}
.rp-screenshot-cards .rp-gps-lot-card:hover{
  box-shadow:0 8px 26px rgba(16,27,45,.08);
  border-color:#cfd5dc;
}

/* LOT — mic tab bleumarin, ușor ieșit din card. */
.rp-screenshot-cards .rp-gps-lot-label{
  top:-11px;
  left:14px;
  z-index:6;
  padding:7px 10px 6px;
  border-radius:1px;
  background:#0f1b2e;
  color:#fff;
  font-size:10px;
  line-height:1;
  font-weight:900;
  letter-spacing:.08em;
}

/* Zona fotografiei. Object-fit contain păstrează porumbelul complet. */
.rp-screenshot-cards .rp-gps-lot-image{
  height:292px!important;
  display:grid;
  place-items:center;
  overflow:hidden;
  background:#fff!important;
  border-bottom:1px solid #dfe3e8;
}
.rp-screenshot-cards .rp-gps-lot-image img,
.rp-screenshot-cards .rp-gps-lot-image .rp-pigeon-image{
  display:block!important;
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  object-position:center!important;
  background:#fff!important;
  padding:8px 7px!important;
  margin:0!important;
}

/* LIVE ca în captură. */
.rp-screenshot-cards .rp-gps-live-dot{
  top:11px;
  right:10px;
  z-index:5;
  padding:6px 7px;
  border-radius:1px;
  background:#bd2132;
  color:#fff;
  font-size:9px;
  line-height:1;
  font-weight:900;
  letter-spacing:.07em;
}

/* Conținutul cardului. */
.rp-screenshot-cards .rp-gps-lot-body{
  display:flex;
  flex-direction:column;
  flex:1;
  padding:18px 17px 16px;
  min-height:394px;
}
.rp-screenshot-cards .rp-gps-auction-name{
  display:none;
}
.rp-screenshot-cards .rp-gps-lot-body h3{
  margin:0 0 5px!important;
  font-size:20px!important;
  line-height:1.1!important;
  font-weight:900!important;
  letter-spacing:-.025em!important;
  min-height:22px;
}
.rp-screenshot-cards .rp-gps-lot-body h3 a{
  color:#0c1628!important;
}
.rp-screenshot-cards .rp-gps-endline{
  margin:0 0 16px;
  color:#7d8692;
  font-size:9px;
  line-height:1.2;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.035em;
}
.rp-screenshot-cards .rp-gps-summary{
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  overflow:hidden;
  min-height:42px;
  margin:0 0 18px;
  color:#536071;
  font-size:12px;
  line-height:1.7;
}
.rp-screenshot-cards .rp-gps-origin{
  min-height:47px;
  margin:0 0 15px;
  color:#707a88;
  font-size:11px;
  line-height:1.45;
}
.rp-screenshot-cards .rp-gps-origin strong{
  color:#111b2d;
  font-weight:850;
}

/* Oferta curentă + ofertant, două celule egale. */
.rp-screenshot-cards .rp-gps-bid-meta{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:0;
  margin:0;
  border:1px solid #dce1e7;
  background:#fff;
}
.rp-screenshot-cards .rp-gps-bid-meta>div{
  min-width:0;
  min-height:68px;
  padding:10px 11px 9px;
  background:#fbfcfd;
}
.rp-screenshot-cards .rp-gps-bid-meta>div+div{
  border-left:1px solid #dce1e7;
}
.rp-screenshot-cards .rp-gps-bid-meta span{
  display:block;
  margin:0 0 5px;
  color:#7c8491;
  font-size:8px;
  line-height:1.25;
  font-weight:500;
  text-transform:uppercase;
  letter-spacing:.075em;
}
.rp-screenshot-cards .rp-gps-bid-meta strong{
  display:block;
  color:#070f1f;
  font-size:14px;
  line-height:1.12;
  font-weight:900;
  white-space:normal;
  overflow:visible;
}
.rp-screenshot-cards .rp-gps-bid-meta>div:first-child strong{
  color:#647084;
  font-size:12px;
  line-height:1.25;
}
.rp-screenshot-cards .rp-gps-bid-meta .woocommerce-Price-amount{
  font-weight:800;
}
.rp-screenshot-cards .rp-gps-bid-count{
  margin:7px 0 0;
  color:#77818f;
  font-size:9px;
}

/* Timp rămas + cele 4 pătrate bleumarin. */
.rp-screenshot-cards .rp-gps-time-label{
  margin:13px 0 7px;
  color:#6d7786;
  font-size:9px;
  line-height:1;
  font-weight:850;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.rp-screenshot-cards .rp-gps-countdown{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:5px!important;
  margin:0!important;
}
.rp-screenshot-cards .rp-gps-countdown>span{
  min-width:0!important;
  min-height:48px;
  display:grid;
  place-items:center;
  align-content:center;
  padding:6px 3px!important;
  border-radius:1px!important;
  background:#0f1b2e!important;
  color:#fff!important;
}
.rp-screenshot-cards .rp-gps-countdown b{
  color:#fff!important;
  font-size:13px!important;
  line-height:1!important;
  font-weight:900;
}
.rp-screenshot-cards .rp-gps-countdown small{
  margin-top:5px;
  color:rgba(255,255,255,.72)!important;
  font-size:7px!important;
  line-height:1;
  text-transform:uppercase;
}

/* Linkul de jos rămâne lipit de baza tuturor cardurilor. */
.rp-screenshot-cards .rp-gps-view{
  display:flex!important;
  align-items:center;
  justify-content:space-between;
  margin-top:auto;
  padding:16px 0 0;
  border-top:0;
  color:#0d1626!important;
  font-size:11px;
  line-height:1;
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.055em;
}
.rp-screenshot-cards .rp-gps-view span{
  font-size:17px;
}

/* Headerele suplimentare sunt păstrate doar când shortcode-ul cere explicit grupare. */
.rp-screenshot-cards .rp-listing-heading{
  width:min(1080px,calc(100% - 34px));
  margin-left:auto;
  margin-right:auto;
}

/* Responsive: 3 / 2 / 1 coloane, fără a strica proporțiile cardului. */
@media(max-width:1100px){
  .rp-screenshot-cards .rp-pigeon-grid,
  .rp-screenshot-cards .rp-pigeon-grid{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
  }
  .rp-screenshot-cards .rp-gps-lot-image{height:300px!important}
}
@media(max-width:820px){
  .rp-screenshot-cards .rp-pigeon-grid,
  .rp-screenshot-cards .rp-pigeon-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
  .rp-screenshot-cards .rp-gps-lot-image{height:330px!important}
}
@media(max-width:540px){
  .rp-screenshot-cards .rp-pigeon-grid,
  .rp-screenshot-cards .rp-pigeon-grid{
    grid-template-columns:1fr!important;
    gap:25px!important;
    width:min(420px,calc(100% - 24px));
  }
  .rp-screenshot-cards .rp-gps-lot-image{height:370px!important}
  .rp-screenshot-cards .rp-gps-lot-body{min-height:0}
  .rp-screenshot-cards .rp-gps-summary,
  .rp-screenshot-cards .rp-gps-origin{min-height:0}
}


/* Shortcode-ul exact poate fi pus în Gutenberg, Elementor sau editorul clasic. */
.rp-exact-auctions-shortcode{
  width:100%;
  max-width:none;
  margin:0;
  padding:0;
}
.rp-exact-auctions-shortcode .rp-organized-auctions{
  width:min(1080px,calc(100% - 34px));
  margin-left:auto;
  margin-right:auto;
}
.rp-exact-auctions-shortcode .rp-gps-auction-intro{
  width:100%;
}
