:root{--dr-gap:1.5rem;--dr-radius:10px;--dr-card-bg:#fff;--dr-card-border:#e8e8ef;--dr-text:#1f2937;--dr-muted:#6b7280;--dr-accent:#2563eb;--dr-accent-2:#1d4ed8;--dr-badge:#f3f4f6;--dr-shadow:0 8px 24px rgba(0,0,0,0.07);--dr-button-bg:#2563eb;--dr-button-bg-hover:#1d4ed8;--dr-button-text:#fff;--dr-button-radius:8px}.dr-wrap{width:100%;max-width:1400px;margin:0 auto;padding:1rem;box-sizing:border-box}.dr-grid{display:grid;gap:1.5rem;margin-top:1rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));justify-content:center;max-width:1200px;margin-left:auto;margin-right:auto}.dr-card{margin:0;width:100%;max-width:none}.dr-wrap[data-dr-columns="1"] .dr-grid{grid-template-columns:1fr;max-width:600px;margin:0 auto}.dr-wrap[data-dr-columns="2"] .dr-grid{grid-template-columns:repeat(2,1fr);max-width:100%;margin:0 auto}.dr-wrap[data-dr-columns="3"] .dr-grid{grid-template-columns:repeat(3,1fr);max-width:100%;margin:0 auto}.dr-wrap[data-dr-columns="4"] .dr-grid{grid-template-columns:repeat(4,1fr);max-width:100%;margin:0 auto}.dr-toolbar{display:flex;align-items:center;gap:10px;margin-bottom:16px}.dr-search{flex:1;padding:10px 12px;border:1px solid var(--dr-card-border);border-radius:8px;font-size:16px}.dr-count{color:var(--dr-muted);font-size:14px}.dr-card{background:var(--dr-card-bg);border:1px solid var(--dr-card-border);border-radius:var(--dr-radius);overflow:hidden;display:flex;flex-direction:column;box-shadow:var(--dr-shadow);transition:transform 0.2s ease,box-shadow 0.2s ease}.dr-card:hover{transform:translateY(-4px);box-shadow:0 6px 12px rgb(0 0 0 / .15)}.dr-card__image{aspect-ratio:16 / 10;background:#f8fafc;overflow:hidden}.dr-card__image img{width:100%;height:100%;object-fit:cover;display:block}.dr-card__body{padding:1rem;display:flex;flex-direction:column;gap:.5rem}.dr-card .dr-card__title,.dr-card .dr-card__title h3{font-size:24px;line-height:30px;font-weight:600;margin:0}.dr-card__title a{text-decoration:none;color:#123678!important}.dr-card__price{font-size:1rem;font-weight:700;color:#2c7a2c}.dr-card__meta{color:var(--dr-muted);font-size:.9rem}.dr-button{margin-top:auto;display:inline-flex;justify-content:center;align-items:center;padding:.6rem 1.2rem;background:var(--dr-button-bg);color:var(--dr-button-text);border-radius:var(--dr-button-radius);text-decoration:none;font-weight:600;font-size:.95rem;line-height:1.2;align-self:center;transition:background 0.2s ease,transform 0.15s ease}.dr-button:hover{background:var(--dr-button-bg-hover)}.dr-card .dr-card__listing-highlights{font-size:17px;margin-top:0;margin-bottom:5px;color:#333;line-height:1.4}.dr-pagination{margin-top:24px;display:flex;justify-content:center;gap:10px;flex-wrap:wrap}.dr-pagination a{display:flex;align-items:center;justify-content:center;min-width:38px;height:38px;padding:0 12px;border:1px solid var(--dr-card-border);border-radius:6px;color:#374151;background:#fff;text-decoration:none;font-weight:500;transition:all 0.2s ease}.dr-pagination a:hover{background:var(--dr-badge)}.dr-pagination a.is-active{background:var(--dr-accent);color:#fff;border-color:var(--dr-accent)}.dr-grid{align-items:stretch}.dr-card{display:flex;flex-direction:column;height:100%}.dr-card__body{display:flex;flex-direction:column;gap:.5rem;flex:1 1 auto}.dr-card__image{aspect-ratio:16 / 10;background:#f8fafc;overflow:hidden}.dr-card__image img{width:100%;height:100%;object-fit:cover;display:block}.dr-button{margin-top:auto;display:block;width:100%;text-align:center;padding:.75rem 1rem;background:var(--dr-button-bg);color:var(--dr-button-text);border-radius:var(--dr-button-radius);text-decoration:none;font-weight:600;font-size:.95rem;line-height:1.2;transition:background 0.2s ease}.dr-button:hover{background:var(--dr-button-bg-hover);transform:translateY(-2px)}.dr-pagination{margin-top:24px;display:flex;justify-content:center;gap:10px;flex-wrap:wrap}.dr-pagination a{display:flex;align-items:center;justify-content:center;min-width:38px;height:38px;padding:0 12px;border:1px solid var(--dr-card-border);border-radius:6px;background:#fff;color:#374151;text-decoration:none;font-weight:500;transition:all .2s ease}.dr-pagination a:hover{background:var(--dr-badge)}.dr-pagination a.is-active{background:var(--dr-accent);color:#fff;border-color:var(--dr-accent)}.dr-detail{max-width:960px;margin:2rem auto;padding:0 1.5rem;color:var(--dr-text);font-family:system-ui,sans-serif;box-sizing:border-box}.dr-back{margin-bottom:1rem}.dr-back a{color:var(--dr-accent);text-decoration:none;font-size:.9rem}.dr-back a:hover{text-decoration:underline}.dr-detail__title{font-size:2.2rem;font-weight:700;line-height:1.3;margin:0 0 1rem}.dr-detail__title a{text-decoration:none}.dr-detail__meta{font-size:.95rem;color:var(--dr-muted);margin-bottom:1.5rem}.dr-detail__meta span+span{margin-left:1rem}.dr-gallery-main{width:100%;max-height:480px;object-fit:cover;border-radius:var(--dr-radius);box-shadow:var(--dr-shadow);margin-bottom:1rem}.dr-gallery-thumbs{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:10px;margin-bottom:1.5rem}.dr-gallery-thumb{width:100%;height:120px;object-fit:cover;border-radius:calc(var(--dr-radius) - 2px)}.dr-stats{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center;margin:1.5rem 0;padding:0;list-style:none}.dr-stats li{background:var(--dr-badge);padding:.5rem 1rem;border-radius:var(--dr-radius);font-weight:500;font-size:.95rem}.dr-stats li strong{font-weight:700;margin-right:.4rem;color:var(--dr-text)}.dr-description{line-height:1.7;margin-top:1.5rem;font-size:1rem}.dr-description ul{margin:1rem 0 1rem 1.2rem;list-style:disc}.dr-description li{margin-bottom:.4rem}body.wp-theme-twentytwentyfive .dr-detail{max-width:960px!important;margin:2rem auto!important;padding:0 1.5rem!important}body.wp-theme-twentytwentyfive .dr-detail>*{max-width:100%!important;margin-left:auto!important;margin-right:auto!important;box-sizing:border-box}.dr-button--cta{display:inline-block;padding:1rem 2rem;font-size:1.1rem;font-weight:700;background:var(--dr-accent);color:#fff;border-radius:var(--dr-radius);text-decoration:none;box-shadow:0 6px 18px rgb(0 0 0 / .12);transition:background 0.2s ease,transform 0.15s ease}.dr-button--cta:hover{background:var(--dr-accent-2);transform:translateY(-2px)}.dr-card__toprow{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.dr-card__price{font-weight:700;color:#059669}.dr-card__status{font-size:.8em;color:#6b7280}.dr-card__listing-highlights{font-size:.9rem;line-height:1.4;color:var(--dr-muted)}.dr-card__listing-highlights p{margin-top:5px}.dr-card__listing-highlights:empty{display:none}@media (max-width:600px){.dr-card h3{font-size:1.1rem}.dr-card .dr-price{font-size:1.15rem}}@media (max-width:600px){.dr-grid{grid-template-columns:1fr!important;gap:1rem;padding:0 1rem}.dr-card{border-radius:8px;font-size:.95rem}.dr-card .dr-card__title,.dr-card .dr-card__title h3{font-size:1.25rem;line-height:1.4}.dr-card__listing-highlights{font-size:.9rem;line-height:1.4}.dr-toolbar{flex-direction:column;align-items:stretch}.dr-search{font-size:1rem;padding:10px;width:100%}.dr-count{text-align:right;margin-top:.5rem}}@media (min-width:640px) and (max-width:1024px){.dr-grid{grid-template-columns:repeat(2,1fr)!important;max-width:100%;padding:0 1rem}}@media (min-width:1025px) and (max-width:1400px){.dr-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:767px){.dr-grid{grid-template-columns:1fr!important;padding:0 1rem;gap:1rem}}