.featured-listings-section{padding:3rem 0;background:var(--bg-secondary);position:relative;overflow:hidden}.featured-listings-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 80%,rgba(16,185,129,.06) 0,transparent 50%),radial-gradient(circle at 80% 20%,rgba(59,130,246,.04) 0,transparent 50%)}.featured-section-header{text-align:center;margin-bottom:2.5rem;position:relative;z-index:2}.featured-section-title{font-size:2.5rem;font-weight:700;color:var(--text-primary);margin-bottom:.5rem;display:flex;align-items:center;justify-content:center;gap:1rem}.featured-section-title:before{margin-left:1rem}.featured-section-title:after,.featured-section-title:before{content:"";flex:1 1;height:2px;background:linear-gradient(90deg,transparent,var(--color-accent),transparent);max-width:100px}.featured-section-title:after{margin-right:1rem}.featured-title-icon{color:var(--color-accent);font-size:2rem}.featured-section-subtitle{font-size:1.1rem;color:var(--text-secondary);margin:0;font-weight:400}.featured-listings-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem;max-width:1440px;margin:0 auto;position:relative;z-index:2}@media (min-width:1200px){.featured-listings-grid{grid-template-columns:repeat(4,1fr)}}@media (min-width:900px) and (max-width:1199px){.featured-listings-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:600px) and (max-width:899px){.featured-listings-grid{grid-template-columns:repeat(2,1fr)}}.featured-card{background:white;border-radius:16px;box-shadow:0 20px 40px rgba(0,0,0,.1),0 8px 16px rgba(0,0,0,.08),0 0 0 1px rgba(255,215,0,.2);overflow:hidden;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1);border:2px solid transparent;background-clip:padding-box;display:flex;flex-direction:column;height:100%}.featured-card:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#ffd700,#ffed4e,#ffd700);border-radius:16px;z-index:-1;opacity:0;transition:opacity .3s ease}.featured-card:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 32px 64px rgba(0,0,0,.15),0 16px 32px rgba(0,0,0,.12),0 0 0 2px #ffd700}.featured-card:hover:before{opacity:.1}.featured-badge-premium{position:absolute;top:12px;left:12px;background:linear-gradient(135deg,#ffd700,#ffed4e);color:#333;padding:6px 12px;border-radius:20px;font-size:.8rem;font-weight:700;z-index:10;display:flex;align-items:center;gap:4px;box-shadow:0 4px 8px rgba(255,215,0,.3);border:1px solid rgba(255,215,0,.5)}.featured-badge-premium svg{font-size:.9rem;color:#b8860b}.featured-card-header{position:absolute;top:12px;right:12px;z-index:10}.featured-price-pill{background:#f8f9fa;color:#495057;padding:6px 10px;border-radius:12px;font-weight:700;font-size:.85rem;display:flex;align-items:center;gap:4px;border:1px solid #e9ecef}.featured-image-container{position:relative;display:block;aspect-ratio:4/3;overflow:hidden;background:#f8f9fa}.featured-image,.featured-image-placeholder{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.featured-image-placeholder{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f8f9fa,#e9ecef);color:#6c757d;font-size:3rem}.featured-card:hover .featured-image{transform:scale(1.05)}.featured-photo-count-badge{position:absolute;bottom:12px;right:12px;background:rgba(0,0,0,.7);color:white;padding:4px 8px;border-radius:12px;font-size:.75rem;display:flex;align-items:center;gap:4px;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.featured-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(0deg,rgba(0,0,0,.8),transparent);color:white;padding:16px;transform:translateY(100%);transition:transform .3s ease;font-weight:600;text-align:center}.featured-card:hover .featured-overlay{transform:translateY(0)}.featured-content{padding:1.5rem;display:flex;flex-direction:column;flex:1 1}.featured-meta-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.featured-posted-time{font-size:.8rem;color:#6c757d;font-weight:500}.featured-title{font-size:1.25rem;font-weight:700;color:#212529;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;height:3.2rem}.featured-breed-section,.featured-title{margin-bottom:1rem}.featured-detail-item{display:flex;align-items:center;gap:6px;font-size:.9rem;color:#495057;font-weight:500}.featured-detail-item svg{color:var(--color-secondary);font-size:.8rem;flex-shrink:0}.featured-quality-badges{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.featured-quality-badge{background:linear-gradient(135deg,#28a745,#20c997);color:white;padding:4px 8px;border-radius:12px;font-size:.75rem;font-weight:600;box-shadow:0 2px 4px rgba(40,167,69,.2)}.featured-description{font-size:.9rem;color:#6c757d;line-height:1.4;margin-bottom:1rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;height:3.9rem}.featured-details-grid{display:grid;grid-gap:.5rem;gap:.5rem;margin-bottom:1rem;padding:1rem;background:#f8f9fa;border-radius:8px;border-left:3px solid #667eea}.featured-card-footer{display:flex;justify-content:space-between;align-items:flex-end;margin-top:auto;padding-top:1rem;border-top:1px solid #e9ecef}.featured-footer-left{display:flex;flex-direction:column;gap:.5rem;flex:1 1}.featured-location{display:flex;align-items:center;gap:6px;font-size:.85rem;color:#6c757d;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.featured-location svg{color:var(--color-danger);font-size:.8rem}.featured-listing-type{display:inline-block;padding:4px 8px;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:uppercase;width:-moz-fit-content;width:fit-content;white-space:nowrap}.listing-type-stud{background:#e3f2fd;color:#1976d2}.listing-type-sale{background:#e8f5e8;color:#2e7d32}.listing-type-rescue{background:#fff3e0;color:#f57c00}.featured-footer-right{display:flex;align-items:center;gap:1rem}.featured-views{display:flex;align-items:center;gap:4px;color:#777;font-size:.9rem;background-color:#f5f5f5;padding:5px 10px;border-radius:4px;font-weight:500}.featured-views svg{color:var(--text-muted);font-size:.9rem}.featured-favorite{background:white;border:none;cursor:pointer;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s ease;box-shadow:0 2px 8px rgba(0,0,0,.15)}.featured-favorite:hover{transform:scale(1.1);box-shadow:0 4px 12px rgba(0,0,0,.2)}.featured-favorite svg{color:#dc2626;font-size:1.1rem}.featured-favorite.active{color:#b83c56;background-color:white;transform:scale(1.1)}.featured-favorite.active svg{color:#dc2626}@media (max-width:768px){.featured-listings-section{padding:2rem 0}.featured-section-title{font-size:2rem}.featured-listings-grid{grid-template-columns:1fr;gap:1.5rem;padding:0 1rem}.featured-content{padding:1rem}.featured-details-grid{padding:.75rem}.featured-card-footer{flex-direction:row;align-items:flex-end;gap:.75rem}.featured-card-footer,.featured-footer-right{justify-content:space-between}}@media (max-width:480px){.featured-section-title{font-size:1.75rem}.featured-badge-premium{font-size:.7rem;padding:4px 8px}.featured-price-pill{font-size:.8rem;padding:6px 10px}}.featured-view-all,.section-view-all{text-align:center;margin-top:2rem;position:relative;z-index:10}.view-all-link-subtle{color:var(--text-muted);font-size:.9rem;text-decoration:none;padding:.5rem 1rem;border-radius:4px;transition:all .2s ease;display:inline-block;cursor:pointer;position:relative;z-index:10;pointer-events:auto}.view-all-link-subtle:hover{color:#1c5235;background:var(--bg-tertiary);text-decoration:underline}.featured-view-all .view-all-link-subtle:hover{background:rgba(255,255,255,.9)}.regular-listings-section{padding:3rem 0;background:var(--bg-primary);position:relative}.regular-section-header{text-align:center;margin-bottom:2.5rem;position:relative}.regular-section-title{font-size:2.2rem;font-weight:600;color:var(--text-primary);margin-bottom:.5rem}.regular-section-subtitle{font-size:1rem;color:var(--text-secondary);margin:0;font-weight:400}@media (max-width:768px){.regular-section-title{font-size:1.8rem}.regular-section-subtitle{font-size:.9rem}}.breadcrumb-nav{display:flex;align-items:center;flex-wrap:wrap;font-size:14px;margin-bottom:12px;padding-top:10px;line-height:1.8;gap:0}.breadcrumb-link{color:#1c5235;text-decoration:none;transition:color .2s ease;font-weight:500;white-space:nowrap}.breadcrumb-link:hover{color:#b83c56}.breadcrumb-separator{color:#666;margin:0 8px;font-size:12px}.photo-count-badge{position:absolute;bottom:8px;left:8px;background:rgba(0,0,0,.7);color:white;border-radius:12px;padding:4px 8px;font-size:.75rem;font-weight:600;display:flex;align-items:center;gap:4px;z-index:5}@media (max-width:768px){.breadcrumb-nav{margin-top:16px;padding:0 16px}}@media (min-width:769px){.browse-studs-wrapper .checkbox-container div,body.browse-studs-view .checkbox-container div{display:flex!important;align-items:center!important;cursor:pointer!important;margin-bottom:0!important;gap:8px!important}.browse-studs-wrapper .checkbox-container input[type=checkbox],body.browse-studs-view .checkbox-container input[type=checkbox]{margin:0!important}}.mobile-filter-btn{display:flex;align-items:center;gap:8px;padding:8px 12px;background:transparent;border:none;color:#1c5235;font-size:14px;font-weight:500;cursor:pointer;border-radius:4px;transition:background-color .2s}.mobile-filter-btn:hover{background:rgba(28,82,53,.1)}.mobile-filter-btn svg{font-size:14px}.browse-subtitle-row{display:flex;justify-content:space-between;align-items:center;gap:16px}.browse-page-subtitle{margin:0;flex:1 1;min-width:0}@media (max-width:768px){.browse-subtitle-row{flex-wrap:wrap;align-items:flex-start;gap:8px}.browse-page-subtitle{width:100%;margin-bottom:8px}.mobile-only{width:auto;margin-left:auto}}.mobile-only{display:none}@media (max-width:768px){.mobile-only{display:block}}.mobile-filters-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);z-index:9999;display:none;opacity:0;transition:opacity .3s ease}.mobile-filters-overlay.visible{display:flex;opacity:1}.mobile-filters-container{position:absolute;top:0;right:0;width:100%;max-width:400px;height:100vh;background:white;display:flex;flex-direction:column;transform:translateX(100%);transition:transform .3s ease}.mobile-filters-overlay.visible .mobile-filters-container{transform:translateX(0)}.mobile-filters-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;background:#1c5235;color:white;border-bottom:1px solid rgba(255,255,255,.1)}.mobile-filters-header h2{margin:0;font-size:18px;font-weight:600}.mobile-filters-close{background:none;border:none;color:white;font-size:20px;cursor:pointer;padding:8px;border-radius:4px;transition:background-color .2s}.mobile-filters-close:hover{background:rgba(255,255,255,.1)}.mobile-filters-content{flex:1 1;overflow-y:auto;padding:20px}.mobile-filter-section{margin-bottom:24px}.mobile-filter-input,.mobile-filter-select{color:#333;box-sizing:border-box}.mobile-filter-input:focus,.mobile-filter-select:focus{border-color:#1c5235;box-shadow:0 0 0 2px rgba(28,82,53,.1)}.mobile-filter-location-container{position:relative}.mobile-filter-feedback{font-size:12px;color:#666;margin-top:8px;display:flex;align-items:center;gap:4px}.mobile-filter-radius{margin-top:12px}.mobile-filter-radius label{display:block;font-size:12px;color:#666;margin-bottom:8px}.mobile-filter-price-range{display:flex;align-items:center;gap:12px}.mobile-filter-price-range input{flex:1 1}.mobile-filter-price-range span{color:#666;font-size:14px}.mobile-filter-checkbox input{accent-color:#1c5235;cursor:pointer}.mobile-filter-checkbox span{color:#333;cursor:pointer}.mobile-filters-footer{position:-webkit-sticky;position:sticky;bottom:0;left:0;right:0;padding:16px 20px;background:white;border-top:1px solid #e0e0e0;display:flex;gap:12px;box-shadow:0 -2px 8px rgba(0,0,0,.1);margin-top:auto;flex-shrink:0}.mobile-filter-apply,.mobile-filter-reset{flex:1 1;padding:14px 16px;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s}.mobile-filter-apply{background:#1c5235}.mobile-filter-apply:hover{background:#144028}body.mobile-filters-open{overflow:hidden;position:fixed;width:100%}.browse-studs-wrapper *,.browse-studs-wrapper :after,.browse-studs-wrapper :before{box-sizing:border-box}.browse-studs-wrapper{display:block!important;width:100%!important;max-width:100%!important;margin:0 auto!important;padding:0!important;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif!important;background-color:#ffffff!important}.browse-studs-wrapper .browse-studs-page,body.browse-studs-view .browse-studs-page{max-width:1440px!important;margin:0 auto!important;padding:20px!important;display:grid!important;grid-template-columns:300px 1fr!important;grid-gap:20px!important;gap:20px!important;box-sizing:border-box!important;align-items:start!important}.browse-studs-wrapper .browse-page-header,body.browse-studs-view .browse-page-header{margin-bottom:1rem!important;padding:0!important}.browse-studs-wrapper .browse-page-title,body.browse-studs-view .browse-page-title{font-size:2.5rem!important;font-weight:700!important;color:#1c5235!important;margin:0 0 .5rem!important;line-height:1.2!important;letter-spacing:-.02em!important}.browse-studs-wrapper .browse-page-intro,body.browse-studs-view .browse-page-intro{font-size:.9rem!important;color:#666!important;margin:0 0 1rem!important;font-weight:300!important;line-height:1.3!important;max-width:100%!important;opacity:.8!important}.browse-studs-wrapper .browse-page-subtitle,body.browse-studs-view .browse-page-subtitle{font-size:.9rem!important;color:#777!important;margin:0!important;font-weight:400!important;line-height:1.4!important}.browse-studs-wrapper .browse-studs-sidebar,body.browse-studs-view .browse-studs-sidebar{background:#f9f9f9!important;padding:20px!important;border-radius:8px!important;box-shadow:0 2px 8px rgba(0,0,0,.05)!important;grid-column:1!important;align-self:start!important;position:relative!important;top:0!important}.browse-studs-wrapper .browse-studs-filter-block,body.browse-studs-view .browse-studs-filter-block{margin-bottom:1.5rem!important;display:block!important;width:100%!important}.browse-studs-wrapper .browse-studs-filter-block h3,body.browse-studs-view .browse-studs-filter-block h3{margin:0 0 8px!important;font-size:1.1rem!important;color:#256845!important;font-weight:600!important;width:100%!important;display:block!important}.browse-studs-wrapper .browse-studs-filter-block label,body.browse-studs-view .browse-studs-filter-block label{display:block!important;margin-bottom:6px!important;font-size:1rem!important;color:#333!important;font-weight:500!important;width:100%!important}.browse-studs-wrapper .browse-studs-filter-block input[type=number],.browse-studs-wrapper .browse-studs-filter-block select,.browse-studs-wrapper .panel-select,body.browse-studs-view .browse-studs-filter-block input[type=number],body.browse-studs-view .browse-studs-filter-block select,body.browse-studs-view .panel-select{width:100%!important;padding:.5rem!important;border-radius:8px!important;border:1px solid #ccc!important;font-size:1rem!important;box-sizing:border-box!important;background:#fff!important;color:#888888!important}.browse-studs-wrapper .browse-studs-filter-block input[type=text],body.browse-studs-view .browse-studs-filter-block input[type=text]{width:100%!important;padding:8px 12px!important;border:1px solid #ccc!important;border-radius:8px!important;font-size:14px!important;font-family:inherit!important;margin-bottom:8px!important;box-sizing:border-box!important;background:#fff!important;color:#333!important;display:block!important}.browse-studs-wrapper .browse-studs-filter-block input[type=range],body.browse-studs-view .browse-studs-filter-block input[type=range]{width:100%!important}.browse-studs-wrapper .browse-studs-filter-block button[type=button],body.browse-studs-view .browse-studs-filter-block button[type=button]{width:100%!important;padding:10px 16px!important;margin:6px 0 0!important;cursor:pointer!important;background-color:#256845!important;color:white!important;border:none!important;border-radius:8px!important;font-size:14px!important;font-weight:500!important;transition:background-color .2s!important;box-sizing:border-box!important;display:block!important;text-align:center!important}.browse-studs-wrapper .browse-studs-filter-block button[type=button]:hover:not(:disabled),body.browse-studs-view .browse-studs-filter-block button[type=button]:hover:not(:disabled){background-color:#1c5235!important}.browse-studs-wrapper .browse-studs-filter-block button[type=button]:disabled,body.browse-studs-view .browse-studs-filter-block button[type=button]:disabled{background-color:#ccc!important;cursor:wait!important}.browse-studs-wrapper .browse-studs-filter-block p,body.browse-studs-view .browse-studs-filter-block p{font-size:12px!important;color:#666!important;margin-top:8px!important;margin-bottom:0!important;line-height:1.4!important;width:100%!important;display:block!important}.browse-studs-wrapper .browse-studs-filter-block.checkbox-group,body.browse-studs-view .browse-studs-filter-block.checkbox-group{display:flex!important;flex-direction:column!important;gap:.5rem!important;padding-top:.5rem!important;color:#333!important}.browse-studs-wrapper .browse-studs-filter-block.checkbox-group label,body.browse-studs-view .browse-studs-filter-block.checkbox-group label{display:flex!important;align-items:center!important;font-size:1rem!important;color:#333!important;gap:.5rem!important;cursor:pointer!important}.browse-studs-wrapper .checkbox-container,body.browse-studs-view .checkbox-container{display:flex!important;align-items:center!important;gap:8px!important;margin-bottom:8px!important;cursor:pointer!important}.browse-studs-wrapper .checkbox-container input[type=checkbox],body.browse-studs-view .checkbox-container input[type=checkbox]{accent-color:#256845!important;background-color:#fff!important;border:2px solid #256845!important;width:18px!important;height:18px!important;cursor:pointer!important;margin:0!important;flex-shrink:0!important}.browse-studs-wrapper .checkbox-container label,body.browse-studs-view .checkbox-container label{margin:0!important;cursor:pointer!important;font-size:14px!important;color:#333!important;line-height:1.2!important;display:inline!important;flex:1 1!important}.browse-studs-wrapper input[type=checkbox],body.browse-studs-view input[type=checkbox]{accent-color:#256845!important;background-color:#fff!important;border:2px solid #256845!important;width:18px;height:18px;cursor:pointer}.browse-studs-wrapper .browse-studs-card-divider,body.browse-studs-view .browse-studs-card-divider{height:1px!important;background-color:#e0e0e0!important;width:100%!important}.browse-studs-wrapper .popular-breeds,body.browse-studs-view .popular-breeds{display:flex!important;flex-wrap:wrap!important;gap:.4rem!important}.browse-studs-wrapper .popular-breed,body.browse-studs-view .popular-breed{background:#ccc!important;padding:.4rem .7rem!important;border-radius:16px!important;cursor:pointer!important;font-size:.9rem!important;color:#1b5e20!important}.browse-studs-wrapper .popular-breed:hover,body.browse-studs-view .popular-breed:hover{background:#256845!important;color:#fff!important}.browse-studs-wrapper .reset-btn,body.browse-studs-view .reset-btn{background:#b83c56!important;color:#fff!important;border:none!important;border-radius:30px!important;padding:.6rem 1.5rem!important;font-size:1rem!important;cursor:pointer!important;transition:background .3s ease!important;width:100%!important}.browse-studs-wrapper .reset-btn:hover,body.browse-studs-view .reset-btn:hover{background:#962e45!important}.browse-studs-wrapper .browse-studs-content,body.browse-studs-view .browse-studs-content{grid-column:2!important;display:flex!important;flex-direction:column!important;gap:20px!important;align-self:start!important;padding:0!important;margin:0!important;position:relative!important;top:0!important}.browse-studs-wrapper .browse-studs-mobile-toolbar,body.browse-studs-view .browse-studs-mobile-toolbar{display:none!important;justify-content:flex-end!important;align-items:center!important;background:transparent!important;border:none!important;position:relative!important;z-index:2!important;width:100%!important;box-sizing:border-box!important;overflow-x:hidden!important;margin:0;padding:0!important;box-shadow:none!important}.browse-studs-wrapper .filter-btn,body.browse-studs-view .filter-btn{background-color:#256845!important;color:white!important;padding:.5rem 1rem!important;font-size:1rem!important;border-radius:.5rem!important;border:none!important;cursor:pointer!important;display:flex!important;align-items:center!important;gap:.5rem!important}.browse-studs-wrapper .filter-btn svg,body.browse-studs-view .filter-btn svg{fill:white!important}@media (max-width:768px){.browse-studs-wrapper .browse-studs-mobile-toolbar,body.browse-studs-view .browse-studs-mobile-toolbar{display:flex!important;margin-bottom:16px!important}.browse-studs-wrapper .browse-studs-page,body.browse-studs-view .browse-studs-page{grid-template-columns:1fr!important;padding:16px!important}.browse-studs-wrapper .browse-studs-sidebar,body.browse-studs-view .browse-studs-sidebar{display:none!important;position:fixed!important;top:0!important;left:0!important;width:100%!important;height:100vh!important;z-index:1000!important;overflow-y:auto!important;background:#f9f9f9!important}.browse-studs-wrapper .browse-studs-sidebar.open,body.browse-studs-view .browse-studs-sidebar.open{display:block!important}}.browse-studs-wrapper .browse-studs-summary-section,body.browse-studs-view .browse-studs-summary-section{margin-bottom:1.5rem!important}.browse-studs-wrapper .browse-studs-summary,body.browse-studs-view .browse-studs-summary{font-size:1rem!important;font-weight:500!important;color:#333!important}.browse-studs-wrapper .browse-studs-divider,body.browse-studs-view .browse-studs-divider{height:1px!important;background-color:#ddd!important;margin:.75rem 0!important}.browse-studs-wrapper .browse-studs-active-filters-text,body.browse-studs-view .browse-studs-active-filters-text{grid-column:1/-1!important;margin:0 0 1rem!important;font-size:.95rem!important;color:#555!important;display:flex!important;flex-wrap:wrap!important;gap:.5rem!important}.browse-studs-wrapper .browse-studs-active-filters-text span,body.browse-studs-view .browse-studs-active-filters-text span{background-color:#e6e6e6!important;border:1px solid #ccc!important;padding:6px 10px!important;border-radius:20px!important;display:flex!important;align-items:center!important;font-size:.9rem!important}.browse-studs-wrapper .browse-studs-remove-btn,body.browse-studs-view .browse-studs-remove-btn{background:none!important;border:none!important;color:#c00!important;font-size:1rem!important;margin-left:6px!important;cursor:pointer!important}.browse-studs-wrapper .browse-studs-card,body.browse-studs-view .browse-studs-card{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;background:#fff!important;border-radius:8px!important;overflow:hidden!important;box-shadow:0 3px 6px rgba(0,0,0,.2)!important;transition:transform .3s ease,box-shadow .3s ease!important;will-change:transform!important;z-index:0!important;position:relative!important}.browse-studs-wrapper .browse-studs-card-link,body.browse-studs-view .browse-studs-card-link{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;flex:1 1!important;text-decoration:none!important;color:inherit!important;cursor:pointer!important}.browse-studs-wrapper .browse-studs-card:hover,body.browse-studs-view .browse-studs-card:hover{transform:translateY(-4px)!important;box-shadow:0 12px 24px rgba(0,0,0,.15)!important;z-index:1!important;text-decoration:none!important;color:inherit!important}.browse-studs-wrapper .browse-studs-card-image,body.browse-studs-view .browse-studs-card-image{flex:0 0 300px!important;background:#e8e8e8!important;display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;overflow:hidden!important;aspect-ratio:16/9!important;position:relative!important}.browse-studs-wrapper .browse-studs-card-image-placeholder,body.browse-studs-view .browse-studs-card-image-placeholder{display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;height:100%!important;color:#999!important;font-size:1.5rem!important}.browse-studs-wrapper .browse-studs-location-icon,body.browse-studs-view .browse-studs-location-icon{margin-right:6px!important;font-size:.8rem!important;display:inline-block!important;vertical-align:baseline!important}.browse-studs-wrapper .user-avatar,body.browse-studs-view .user-avatar{display:flex!important;align-items:center!important}.browse-studs-wrapper .avatar-image,body.browse-studs-view .avatar-image{width:40px!important;height:40px!important;border-radius:50%!important;overflow:hidden!important;flex-shrink:0!important}.browse-studs-wrapper .avatar-img,body.browse-studs-view .avatar-img{width:100%!important;height:100%!important;object-fit:cover!important;border-radius:50%!important;image-rendering:-webkit-optimize-contrast!important;image-rendering:auto!important;-webkit-backface-visibility:hidden!important;backface-visibility:hidden!important;transform:translateZ(0)!important}.browse-studs-wrapper .avatar-fallback,body.browse-studs-view .avatar-fallback{width:100%!important;height:100%!important;background-color:#e0e0e0!important;border-radius:50%!important;display:flex!important;align-items:center!important;justify-content:center!important;color:#999!important;font-size:1rem!important}.browse-studs-wrapper .browse-studs-card-img,body.browse-studs-view .browse-studs-card-img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important;background-color:#e8e8e8!important}.browse-studs-wrapper .browse-studs-card-details,body.browse-studs-view .browse-studs-card-details{flex:1 1!important;padding:12px 16px 16px!important;display:flex!important;flex-direction:column!important;justify-content:space-between!important;overflow:hidden!important;box-sizing:border-box!important}.browse-studs-wrapper .browse-studs-card-posted-time,body.browse-studs-view .browse-studs-card-posted-time{font-size:.8rem!important;color:#9ca3af!important;margin:0 0 6px!important;font-weight:400!important;text-transform:none!important}.browse-studs-wrapper .browse-studs-card-posted-time:first-letter,body.browse-studs-view .browse-studs-card-posted-time:first-letter{text-transform:uppercase!important}.browse-studs-wrapper .browse-studs-card-name,body.browse-studs-view .browse-studs-card-name{margin:0 0 8px!important;font-size:1.2rem!important;font-weight:600!important;color:#213547!important}.browse-studs-wrapper .browse-studs-card-post-age,body.browse-studs-view .browse-studs-card-post-age{margin:0 0 8px!important;font-size:.85rem!important;color:#666!important}.browse-studs-wrapper .browse-studs-card-description,body.browse-studs-view .browse-studs-card-description{white-space:pre-wrap!important;overflow-wrap:anywhere!important;word-break:break-word!important;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;max-height:6em;font-size:14px;line-height:1.5;margin-top:10px}.browse-studs-wrapper .browse-studs-card-divider,body.browse-studs-view .browse-studs-card-divider{border:none!important;border-top:1px solid #e0e0e0!important;margin:16px 0!important}.browse-studs-wrapper .browse-studs-card-pills,body.browse-studs-view .browse-studs-card-pills{display:flex!important;flex-wrap:wrap!important;gap:8px!important;margin:8px 0 16px!important}.browse-studs-wrapper .browse-studs-pill,body.browse-studs-view .browse-studs-pill{display:inline-block!important;padding:4px 12px!important;background-color:#f1f5f9!important;border-radius:20px!important;font-size:.9rem!important;color:#256845!important;font-weight:500!important;white-space:nowrap!important}.browse-studs-wrapper .browse-studs-card-fee-pill,body.browse-studs-view .browse-studs-card-fee-pill{font-size:1.25rem!important;white-space:nowrap!important}.browse-studs-wrapper .browse-studs-card-fee-pill,.browse-studs-wrapper .browse-studs-card-fee-pill.browse-studs-pill,body.browse-studs-view .browse-studs-card-fee-pill,body.browse-studs-view .browse-studs-card-fee-pill.browse-studs-pill{position:absolute!important;top:12px!important;right:16px!important;background-color:#f1f5f9!important;color:#256845!important;padding:10px 20px!important;border-radius:25px!important;font-weight:600!important;z-index:20!important}.browse-studs-pill.browse-studs-distance-pill{display:inline-flex!important;align-items:center!important;background-color:#f1f5f9!important;color:#256845!important;font-size:.85rem!important;font-weight:600!important;padding:4px 10px!important;border-radius:12px!important}.browse-studs-pill.licensed-breeder{background-color:#fbbf24;color:#78350f;font-weight:600;padding-left:8px}.browse-studs-pill.licensed-breeder:before{content:"★";margin-right:6px;font-size:14px}.browse-studs-pill.rescue-org{background-color:#1e3a8a;color:white}.browse-studs-wrapper .browse-studs-card-footer,body.browse-studs-view .browse-studs-card-footer{display:flex!important;justify-content:space-between!important;align-items:center!important}.browse-studs-wrapper .browse-studs-card-owner-info,body.browse-studs-view .browse-studs-card-owner-info{display:flex!important;align-items:center!important;gap:10px!important}.browse-studs-wrapper .browse-studs-owner-avatar,body.browse-studs-view .browse-studs-owner-avatar{width:40px!important;height:40px!important;border-radius:50%!important;object-fit:cover!important;border:2px solid #ddd!important}.browse-studs-wrapper .browse-studs-owner-text,body.browse-studs-view .browse-studs-owner-text{display:flex!important;flex-direction:column!important;font-size:.9rem!important;color:#333!important}.browse-studs-wrapper .browse-studs-owner-name,body.browse-studs-view .browse-studs-owner-name{font-weight:600!important;color:#213547!important}.browse-studs-wrapper .browse-studs-owner-location,body.browse-studs-view .browse-studs-owner-location{font-size:.8rem!important;color:#777!important}.browse-studs-wrapper .browse-studs-favorite,body.browse-studs-view .browse-studs-favorite{background-color:white!important;border:none!important;border-radius:50%!important;box-shadow:0 2px 6px rgba(0,0,0,.1)!important;width:36px!important;height:36px!important;display:flex!important;align-items:center!important;justify-content:center!important;cursor:pointer!important;color:#999!important;transition:all .2s ease!important}.browse-studs-wrapper .browse-studs-favorite:hover,body.browse-studs-view .browse-studs-favorite:hover{color:#b83c56!important;transform:scale(1.1)!important}.browse-studs-wrapper .browse-studs-favorite.active,body.browse-studs-view .browse-studs-favorite.active{color:#b83c56!important}.browse-studs-wrapper .browse-studs-favorite svg,body.browse-studs-view .browse-studs-favorite svg{font-size:1.2rem!important}.browse-studs-wrapper .browse-pagination,.browse-studs-wrapper .pagination,body.browse-studs-view .browse-pagination,body.browse-studs-view .pagination{display:flex!important;flex-direction:column!important;align-items:center!important;gap:1rem!important;margin:2rem auto 3rem!important;flex-wrap:wrap!important}.browse-studs-wrapper .pagination-info,body.browse-studs-view .pagination-info{color:#666!important;font-size:.9rem!important;margin-bottom:.5rem!important}.browse-studs-wrapper .pagination-controls,body.browse-studs-view .pagination-controls{display:flex!important;justify-content:center!important;gap:.5rem!important;flex-wrap:wrap!important}.browse-studs-wrapper .pagination-btn,body.browse-studs-view .pagination-btn{display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:.5rem .75rem!important;border:1px solid #e0e0e0!important;border-radius:6px!important;background:#fff!important;color:#1c5235!important;text-decoration:none!important;font-size:.9rem!important;font-weight:500!important;transition:all .2s ease!important;min-width:40px!important}.browse-studs-wrapper .pagination-btn:hover,body.browse-studs-view .pagination-btn:hover{background:#f0f9f4!important;border-color:#1c5235!important;color:#1c5235!important}.browse-studs-wrapper .pagination-btn.active,body.browse-studs-view .pagination-btn.active{background:#1c5235!important;border-color:#1c5235!important;color:#fff!important}.browse-studs-wrapper .pagination-next,.browse-studs-wrapper .pagination-prev,body.browse-studs-view .pagination-next,body.browse-studs-view .pagination-prev{padding:.5rem 1rem!important}.browse-studs-wrapper .page-btn,body.browse-studs-view .page-btn{padding:.5rem .9rem!important;background-color:#fff!important;color:#4b5563!important;border:1px solid #ccc!important;border-radius:6px!important;font-weight:500!important;cursor:pointer!important;transition:all .2s ease-in-out!important}.browse-studs-wrapper .page-btn:hover:not(:disabled),body.browse-studs-view .page-btn:hover:not(:disabled){background-color:#f2f2f2!important}.browse-studs-wrapper .page-btn:disabled,body.browse-studs-view .page-btn:disabled{cursor:not-allowed!important;opacity:.5!important}.browse-studs-wrapper .page-btn.active,body.browse-studs-view .page-btn.active{background-color:#256845!important;color:#fff!important;border-color:#256845!important}.browse-studs-no-results,.no-results{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:48px 32px;margin:32px auto;max-width:480px;background:#fafafa;border-radius:8px;border:1px solid #e5e5e5}.browse-studs-no-results h3,.no-results h2{font-size:18px;font-weight:500;color:#666;margin-bottom:8px}.browse-studs-no-results p,.no-results p{font-size:14px;color:#888;margin-bottom:24px;line-height:1.5;max-width:320px}.browse-studs-reset-btn{background:#f8f8f8;color:#666;border:1px solid #ddd;padding:10px 20px;border-radius:6px;font-size:14px;font-weight:400;cursor:pointer;transition:all .2s ease}.browse-studs-reset-btn:hover{background:#f0f0f0;border-color:#ccc;color:#555}.mobile-filter-fullscreen{position:fixed;top:0;left:0;right:0;bottom:0;background:white;z-index:9999;display:flex;flex-direction:column;overflow:hidden}.mobile-filter-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #e0e0e0;background:#1c5235;color:white;position:-webkit-sticky;position:sticky;top:0;z-index:10}.mobile-filter-header h2{margin:0;font-size:18px;font-weight:600;color:white}.mobile-filter-back,.mobile-filter-clear{background:none;border:none;font-size:16px;color:white;cursor:pointer;padding:8px}.mobile-filter-back:hover,.mobile-filter-clear:hover{background:rgba(255,255,255,.1);border-radius:4px}.mobile-filter-content{flex:1 1;overflow-y:auto;padding:0 20px 120px}.mobile-filter-section{margin:24px 0}.mobile-filter-section h3{margin:0 0 12px;font-size:16px;font-weight:600;color:#1c5235}.mobile-filter-input,.mobile-filter-select{width:100%;padding:14px 16px;border:1px solid #ddd;border-radius:8px;font-size:16px;background:white;-webkit-appearance:none;-moz-appearance:none;appearance:none;transition:border-color .2s}.mobile-filter-input:focus,.mobile-filter-select:focus{outline:none;border-color:#b83c56;box-shadow:0 0 0 2px rgba(184,60,86,.1)}.mobile-filter-button{width:100%;padding:14px;background:#b83c56;color:white;border:none;border-radius:8px;font-size:16px;font-weight:600;margin-top:8px;cursor:pointer;transition:background-color .2s}.mobile-filter-button:hover{background:#a03449}.mobile-filter-button:disabled{background:#ccc;cursor:not-allowed}.mobile-filter-error{color:#b83c56;font-size:14px;margin:8px 0 0}.mobile-filter-location-result{margin-top:12px;padding:12px;background:#f8f9fa;border:1px solid #e0e0e0;border-radius:8px}.mobile-filter-location-result p{margin:0 0 8px;font-size:14px;color:#1c5235}.mobile-filter-clear-location{padding:6px 12px;background:white;border:1px solid #b83c56;color:#b83c56;border-radius:4px;font-size:12px;cursor:pointer;transition:all .2s}.mobile-filter-clear-location:hover{background:#b83c56;color:white}.mobile-filter-range-label{display:block;margin-bottom:12px;font-size:16px;font-weight:600;color:#1c5235}.mobile-filter-range{width:100%;height:40px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#e0e0e0;border-radius:20px;outline:none}.mobile-filter-range::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:24px;height:24px;background:#b83c56;border-radius:50%;cursor:pointer;-webkit-transition:transform .2s;transition:transform .2s}.mobile-filter-range::-webkit-slider-thumb:hover{transform:scale(1.1)}.mobile-filter-range::-moz-range-thumb{width:24px;height:24px;background:#b83c56;border-radius:50%;cursor:pointer;border:none}.mobile-filter-checkboxes{display:flex;flex-direction:column;gap:16px}.mobile-filter-checkbox{display:flex;align-items:center;gap:12px;cursor:pointer}.mobile-filter-checkbox input{width:20px;height:20px;margin:0;accent-color:#b83c56}.mobile-filter-checkbox span{font-size:16px;color:#1c5235}.mobile-filter-footer{position:fixed;bottom:0;left:0;right:0;padding:16px 20px;background:white;border-top:1px solid #e0e0e0;display:flex;gap:12px;z-index:10}.mobile-filter-footer-button{flex:1 1;padding:16px;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s}.mobile-filter-reset{background:white;color:#1c5235;border:2px solid #1c5235}.mobile-filter-reset:hover{background:#1c5235;color:white}.mobile-filter-apply{background:#b83c56;color:white}.mobile-filter-apply:hover{background:#a03449}body.mobile-filter-open{overflow:hidden;position:fixed;width:100%}.browse-studs-wrapper .mobile-only,body.browse-studs-view .mobile-only{display:none!important}.browse-studs-wrapper .desktop-only,body.browse-studs-view .desktop-only{display:block!important}@media (max-width:1024px){.browse-studs-wrapper .browse-studs-page,body.browse-studs-view .browse-studs-page{grid-template-columns:1fr!important;gap:0!important;padding:16px!important}.browse-studs-wrapper .mobile-only,body.browse-studs-view .mobile-only{display:block!important}.browse-studs-wrapper .desktop-only,body.browse-studs-view .desktop-only{display:none!important}}@media (max-width:768px){.browse-studs-wrapper{padding:0!important;margin:0!important}.browse-studs-wrapper .browse-studs-page,body.browse-studs-view .browse-studs-page{padding:0!important;margin:0!important;box-sizing:border-box!important}.browse-studs-wrapper .browse-studs-content,body.browse-studs-view .browse-studs-content{padding:16px!important;margin:0!important;box-sizing:border-box!important}.browse-studs-wrapper .browse-page-header,body.browse-studs-view .browse-page-header{margin-bottom:1rem!important;padding:0 16px!important}.browse-studs-wrapper .browse-page-title,body.browse-studs-view .browse-page-title{font-size:1.8rem!important;line-height:1.3!important}.browse-studs-wrapper .browse-page-intro,body.browse-studs-view .browse-page-intro{font-size:.9rem!important;margin:0 0 1rem!important}.browse-studs-wrapper .browse-page-subtitle,body.browse-studs-view .browse-page-subtitle{font-size:.8rem!important}.browse-studs-wrapper .browse-studs-card,body.browse-studs-view .browse-studs-card{flex-direction:column!important;margin:0 0 20px!important;width:100%!important;box-sizing:border-box!important}.browse-studs-wrapper .browse-studs-card-details,.browse-studs-wrapper .browse-studs-card-image,body.browse-studs-view .browse-studs-card-details,body.browse-studs-view .browse-studs-card-image{width:100%!important;flex:none!important}.browse-studs-wrapper .browse-studs-card-image,body.browse-studs-view .browse-studs-card-image{height:200px!important}.browse-studs-wrapper .browse-studs-card-details,body.browse-studs-view .browse-studs-card-details{padding:1rem!important}.browse-studs-wrapper .browse-studs-mobile-toolbar,body.browse-studs-view .browse-studs-mobile-toolbar{margin:0 0 20px!important;padding:0!important}.browse-studs-wrapper .browse-studs-summary-section,body.browse-studs-view .browse-studs-summary-section{margin-bottom:1.5rem!important;padding:0!important}.pagination{padding:1rem 0!important;justify-content:center!important;margin:2rem 0 3rem!important}.page-btn{min-width:36px!important;height:36px!important}.browse-studs-no-results{margin:32px 0!important;padding:48px 0!important}.browse-studs-content,.browse-studs-page,.browse-studs-wrapper{padding:0!important;margin:0!important;width:100%!important;box-sizing:border-box!important}.browse-studs-content>*{margin-left:16px!important;margin-right:16px!important}.browse-studs-card{width:calc(100% - 32px)!important;margin:0 16px 20px!important;box-sizing:border-box!important}.browse-studs-card-details,.browse-studs-card-image{flex-basis:auto!important;width:100%!important}.browse-studs-card{width:calc(100vw - 32px)!important;margin-right:16px!important;position:relative!important;left:0!important;right:0!important}.browse-studs-content{padding:16px!important;margin:0!important;width:100%!important;box-sizing:border-box!important}.browse-studs-page{display:block!important;grid-template-columns:none!important}.browse-studs-page,.browse-studs-wrapper{padding:0!important;margin:0!important}.browse-studs-card{flex-direction:column!important;box-sizing:border-box!important}.browse-studs-card,.browse-studs-mobile-toolbar{margin:0 0 20px!important;width:100%!important}.browse-studs-summary-section{margin:0 0 1.5rem!important;width:100%!important}.pagination{margin:2rem 0 3rem!important;width:100%!important}.browse-studs-no-results,.no-results{margin:32px 0!important;padding:48px 16px!important;width:100%!important;box-sizing:border-box!important}.browse-studs-card-image{height:200px!important;width:100%!important}.browse-studs-card-details{padding:16px!important;width:100%!important;box-sizing:border-box!important}.browse-studs-card-footer{display:flex!important;justify-content:space-between!important;align-items:center!important}.browse-studs-card-pills{display:flex!important;flex-wrap:wrap!important;gap:8px!important;margin:8px 0 16px!important}}@media screen and (max-width:768px) and (pointer:coarse){.browse-studs-page,.browse-studs-wrapper{padding:0!important;margin:0!important;width:100%!important;overflow-x:hidden!important}.browse-studs-page{display:block!important;grid-template-columns:none!important}.browse-studs-content{padding:16px!important;margin:0!important;max-width:100%!important;overflow-x:hidden!important}.browse-studs-card,.browse-studs-content{width:100%!important;box-sizing:border-box!important;position:relative!important;left:0!important;right:0!important}.browse-studs-card{margin:0 0 20px!important;padding:0!important;flex-direction:column!important}}@media (hover:none) and (pointer:coarse){.browse-studs-content{width:100%!important;padding:16px!important;margin:0!important;box-sizing:border-box!important;min-width:0!important;max-width:100%!important;overflow-x:hidden!important}.browse-studs-card{width:100%!important;margin:0 0 20px!important}}@media screen and (max-width:768px){html{text-size-adjust:100%!important}body{overflow-x:hidden!important;padding:0!important}.browse-studs-content,body{width:100%!important;margin:0!important}.browse-studs-content{padding:1rem!important;box-sizing:border-box!important}.browse-studs-card{width:100%!important;margin:0 0 1.25rem!important}.browse-studs-card-details{padding:1rem!important}}@supports (-webkit-appearance:none){@media (max-width:768px){.browse-studs-content{width:100%!important;padding:16px!important;margin:0!important;box-sizing:border-box!important}}}.panel-slider{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:6px;border-radius:3px;background:#e0e0e0;outline:none;opacity:.7;transition:opacity .2s}.panel-slider:hover{opacity:1}.panel-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:20px;height:20px;border-radius:50%;background:#b83c56;cursor:pointer;border:2px solid #ffffff;box-shadow:0 2px 4px rgba(0,0,0,.2);-webkit-transition:all .2s ease;transition:all .2s ease}.panel-slider::-webkit-slider-thumb:hover{background:#a03449;transform:scale(1.1);box-shadow:0 3px 6px rgba(0,0,0,.3)}.panel-slider::-moz-range-thumb{width:20px;height:20px;border-radius:50%;background:#b83c56;cursor:pointer;border:2px solid #ffffff;box-shadow:0 2px 4px rgba(0,0,0,.2);-moz-transition:all .2s ease;transition:all .2s ease}.panel-slider::-moz-range-thumb:hover{background:#a03449;transform:scale(1.1);box-shadow:0 3px 6px rgba(0,0,0,.3)}.panel-slider::-ms-thumb{width:20px;height:20px;border-radius:50%;background:#b83c56;cursor:pointer;border:2px solid #ffffff;box-shadow:0 2px 4px rgba(0,0,0,.2)}.panel-slider::-moz-range-track{width:100%;height:6px;cursor:pointer;background:#e0e0e0;border-radius:3px;border:none}.panel-slider::-ms-track{width:100%;height:6px;cursor:pointer;background:transparent;border-color:transparent;color:transparent}.panel-slider::-ms-fill-lower{background:#b83c56;border-radius:3px}.panel-slider::-ms-fill-upper{background:#e0e0e0;border-radius:3px}.browse-studs-owner-avatar-container{width:40px;height:40px;border-radius:50%;overflow:hidden;flex-shrink:0}.browse-studs-owner-avatar{width:100%;height:100%;object-fit:cover;border-radius:50%}.browse-studs-owner-avatar-fallback{width:100%;height:100%;background-color:#e0e0e0;border-radius:50%;display:flex;align-items:center;justify-content:center}.browse-studs-avatar-icon{color:#9e9e9e;font-size:18px}.browse-studs-wrapper,body.browse-studs-view{transition:opacity .15s ease-in-out!important}.browse-studs-wrapper.loading,body.browse-studs-view.loading{opacity:.8!important}.browse-studs-wrapper .browse-studs-sidebar,body.browse-studs-view .browse-studs-sidebar{transition:none!important;will-change:auto!important;transform:translateZ(0)!important}.browse-studs-wrapper.loading .browse-studs-sidebar,body.browse-studs-view.loading .browse-studs-sidebar{opacity:1!important;visibility:visible!important;display:block!important}.browse-studs-content{transition:opacity .15s ease-in-out!important}.browse-loading-overlay{position:fixed!important;top:0!important;left:0!important;width:100%!important;height:100%!important;background:rgba(255,255,255,.8)!important;display:flex!important;align-items:center!important;justify-content:center!important;z-index:9999!important;-webkit-backdrop-filter:blur(2px)!important;backdrop-filter:blur(2px)!important}.browse-loading-spinner{background:#1c5235!important;color:white!important;padding:12px 24px!important;border-radius:6px!important;font-weight:500!important;box-shadow:0 4px 12px rgba(0,0,0,.15)!important}.browse-studs-wrapper .browse-studs-results-header,body.browse-studs-view .browse-studs-results-header{margin-bottom:10px!important}.browse-studs-wrapper .browse-studs-showing-text,body.browse-studs-view .browse-studs-showing-text{font-size:1rem!important;color:#666!important;font-weight:500!important}@media (max-width:768px) and (min-width:391px){.browse-studs-wrapper .browse-studs-card,body.browse-studs-view .browse-studs-card{margin:0 16px 20px!important;width:calc(100vw - 32px)!important;max-width:calc(768px - 32px)!important;box-sizing:border-box!important}}@media (max-width:390px){.browse-studs-wrapper .browse-studs-card,body.browse-studs-view .browse-studs-card{margin:0 12px 20px!important;width:calc(100vw - 24px)!important;box-sizing:border-box!important}}.featured-listings-section{margin-bottom:3rem!important;background:linear-gradient(135deg,#f8fafc,#f1f5f9)!important;border-radius:12px!important;padding:2rem!important;border:1px solid #e2e8f0!important}.featured-section-header{text-align:center!important;margin-bottom:2rem!important}.featured-section-title{display:flex!important;align-items:center!important;justify-content:center!important;gap:.75rem!important;font-size:1.75rem!important;font-weight:700!important;color:#1e293b!important;margin:0 0 .5rem!important}.featured-section-title .featured-icon{font-size:1.5rem!important;color:#f59e0b!important}.featured-section-subtitle{font-size:1rem!important;color:#64748b!important;margin:0!important;font-weight:500!important}.featured-listings-container{display:flex!important;flex-direction:column!important;gap:1.5rem!important}.browse-studs-wrapper .browse-studs-card.featured-card,body.browse-studs-view .browse-studs-card.featured-card{background:linear-gradient(135deg,#ffffff,#fffbeb)!important;border:2px solid #f59e0b!important;box-shadow:0 8px 25px rgba(245,158,11,.15)!important;position:relative!important}.browse-studs-wrapper .browse-studs-card.featured-card:hover,body.browse-studs-view .browse-studs-card.featured-card:hover{transform:translateY(-6px)!important;box-shadow:0 15px 35px rgba(245,158,11,.25)!important}.featured-badge{position:absolute!important;top:12px!important;left:16px!important;background:linear-gradient(135deg,#f59e0b,#d97706)!important;color:white!important;padding:6px 12px!important;border-radius:20px!important;font-weight:600!important;font-size:.85rem!important;display:flex!important;align-items:center!important;gap:.5rem!important;z-index:10!important;box-shadow:0 2px 8px rgba(245,158,11,.3)!important}.featured-badge .featured-icon{font-size:.75rem!important;color:#fbbf24!important}.browse-studs-wrapper .featured-card .browse-studs-card-fee-pill,body.browse-studs-view .featured-card .browse-studs-card-fee-pill{background:linear-gradient(135deg,#10b981,#059669)!important;color:white!important;font-weight:700!important;box-shadow:0 4px 12px rgba(16,185,129,.3)!important}.browse-studs-wrapper .featured-card .browse-studs-pill.mobile-price-pill,body.browse-studs-view .featured-card .browse-studs-pill.mobile-price-pill{background:linear-gradient(135deg,#10b981,#059669)!important;color:white!important;font-weight:700!important}@media (max-width:768px){.browse-studs-wrapper .browse-studs-card-fee-pill,body.browse-studs-view .browse-studs-card-fee-pill{display:none!important}.browse-studs-wrapper .browse-studs-pill.mobile-price-pill,body.browse-studs-view .browse-studs-pill.mobile-price-pill{font-weight:600!important;font-size:.95rem!important;order:-1!important;background-color:#256845!important;color:white!important}.browse-studs-wrapper .browse-studs-card-pills .browse-studs-pill:first-child,body.browse-studs-view .browse-studs-card-pills .browse-studs-pill:first-child{margin-left:0!important;padding-left:12px!important}.browse-studs-wrapper .browse-studs-card,body.browse-studs-view .browse-studs-card{border:1px solid #d1d5db!important;box-shadow:0 1px 3px rgba(0,0,0,.1)!important}.featured-listings-section{margin:0 -16px 2rem!important;padding:1rem 16px!important;max-width:calc(100% + 32px)!important;box-sizing:border-box!important}.featured-section-title{font-size:1.5rem!important}.browse-studs-wrapper .browse-studs-card.featured-card,body.browse-studs-view .browse-studs-card.featured-card{border:2px solid #f59e0b!important;box-shadow:0 4px 15px rgba(245,158,11,.15)!important;max-width:100%!important;overflow:hidden!important;box-sizing:border-box!important}}