.fos-hire-items-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:2rem;margin:2rem 1.5rem;justify-content:flex-start}.fos-hire-items-list{display:flex;flex-direction:column;gap:2rem;margin:2rem 1.5rem}.fos-hire-item{display:flex;flex-direction:column;justify-content:space-between;height:100%;background:#fff;border:1px solid #ddd;border-radius:6px;box-shadow:0 1px 3px rgba(0,0,0,.05);padding:15px}.fos-hire-items-list .fos-hire-item{flex-direction:row;align-items:flex-start;padding:20px;height:auto;gap:2rem}.fos-hire-items-list{width:120px;height:120px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background-color:#f9f9f9;overflow:hidden;border-radius:4px}.fos-hire-items-list{width:auto;height:auto;max-width:100%;max-height:100%;object-fit:contain;display:block}.fos-hire-item-image{height:250px;width:100%;display:flex;align-items:center;justify-content:center;overflow:hidden}.fos-hire-item-image img{max-height:100%;max-width:100%;object-fit:contain;display:block}.fos-hire-item-content{flex-grow:1;min-height:130px;display:flex;flex-direction:column;justify-content:flex-start}.fos-hire-items-list{flex:1;display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:1rem;align-items:start;font-size:.95rem;width:100%}.fos-hire-items-list .fos-hire-item-content>div{padding:.25rem 0;color:#444}.fos-hire-item-title{text-align:center!important;font-size:1rem;font-weight:700;color:var(--fos-primary)}.fos-hire-item-short-desc{overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis}.fos-hire-item-price{font-size:1rem;font-weight:600;color:#bfa77f}.fos-hire-item-size,.fos-hire-item-quantity{color:#666;font-size:.875rem}.fos-hire-item-status{display:inline-block;padding:.25rem .75rem;border-radius:4px;font-size:.875rem;font-weight:500;margin-bottom:1rem}.fos-hire-item-status.available{background-color:#e3fcef;color:#00875a}.fos-hire-item-status.unavailable{background-color:#ffe3e3;color:#c92a2a}.fos-hire-item-actions{display:flex;flex-direction:column;gap:1rem;margin-top:auto}button.fos-hire-item-view-details{background-color:var(--fos-light);color:var(--fos-primary);border:1px solid #ddd}button.fos-hire-item-view-details:hover,button.fos-hire-item-view-details:focus{background-color:#ede6de;outline:none;color:var(--fos-primary)}.fos-hire-item-link{background-color:#2c3e50;color:white}.fos-hire-item-link:hover{background-color:#1a252f;color:white}.fos-hire-item-popup-meta-content{display:flex;flex-direction:column;gap:.5rem}.fos-hire-item-popup-quantity,.fos-hire-item-popup-size{font-size:1.1rem;color:#bfa77f}.fos-hire-item-popup-quantity strong,.fos-hire-item-popup-size strong{font-weight:700;color:var(--fos-primary);margin-right:.25em}.fos-hire-item-gallery{margin-bottom:20px}.fos-hire-item-gallery-main{width:100%;margin-bottom:10px;border-radius:8px;overflow:hidden;background:#f5f5f5}.fos-hire-item-gallery-main img{width:100%;height:100%;object-fit:cover}.fos-hire-item-gallery-thumbnails{display:flex;gap:10px;overflow-x:auto;padding-bottom:10px}.fos-hire-item-gallery-thumbnail{width:80px;height:80px;flex-shrink:0;border-radius:4px;overflow:hidden;cursor:pointer;border:2px solid transparent;transition:all .3s ease}.fos-hire-item-gallery-thumbnail.active{border-color:#007bff}.fos-hire-item-gallery-thumbnail img{width:100%;height:100%;object-fit:cover}.fos-hire-item-gallery-thumbnail:hover{transform:scale(1.05)}.fos-hire-items-pagination{margin:2rem 0;text-align:center}.fos-hire-items-pagination .page-numbers{display:inline-block;padding:.5rem 1rem;margin:0 .25rem;border:1px solid #ddd;border-radius:4px;text-decoration:none;color:#2c3e50}.fos-hire-items-pagination .page-numbers.current{background-color:#2c3e50;color:white;border-color:#2c3e50}.fos-booking-cart-item{display:flex;align-items:center;padding:.5rem 0;border-bottom:1px solid #eee}.fos-booking-cart-item-title{flex:1;margin-right:1rem;color:var(--fos-primary)}.fos-booking-cart-item-quantity{color:#666;margin-right:1rem}.fos-booking-cart-item-price{font-weight:600;margin-right:1rem;color:#bfa77f}.fos-booking-cart-item-remove{background:0 0;border:none;color:#dc3545;cursor:pointer;font-size:1.2rem;padding:0 .5rem}.fos-hire-item-popup-content.loading{position:relative;min-height:200px}.fos-hire-item-popup-content.loading:after{content:"";position:absolute;top:50%;left:50%;width:40px;height:40px;margin:-20px 0 0 -20px;border:3px solid #f3f3f3;border-top:3px solid #007bff;border-radius:50%;animation:fos-spin 1s linear infinite}@media (max-width:1200px){.fos-hire-items-grid{--columns:3}}@media (max-width:900px){.fos-hire-items-grid{--columns:2}}@media (max-width:600px){.fos-hire-items-grid{--columns:1}.fos-hire-item-actions{flex-direction:column}.fos-hire-item-view-details,.fos-hire-item-link{width:100%}.fos-hire-item-gallery-main{height:200px}.fos-hire-item-gallery-thumbnail{width:60px;height:60px}}.fos-booking-cart-item-qty{display:flex;align-items:center;gap:.25rem;margin-right:1rem}button.fos-cart-qty-btn{background-color:var(--fos-light);color:var(--fos-primary);border:1px solid #ddd;border-radius:4px;width:28px;height:28px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.1rem;transition:background .2s,color .2s,border .2s}button.fos-cart-qty-btn:hover,button.fos-cart-qty-btn:focus{background-color:#ede6de;color:var(--fos-primary);outline:none}input.fos-cart-qty-input{width:40px;height:28px;text-align:center;border:1px solid #ddd;border-radius:4px;font-size:1rem;color:var(--fos-primary)}input.fos-cart-qty-input:focus{outline:none;border-color:var(--fos-primary)}.fos-hire-items-filter{display:flex;align-items:center;gap:1rem;margin-bottom:2rem;background:var(--fos-light);padding:1rem 1.5rem;border-radius:8px;box-shadow:0 1px 4px rgba(0,0,0,.04)}.fos-hire-items-filter label{font-weight:600;color:var(--fos-primary)}.fos-hire-items-filter select{padding:.5rem 1rem;border-radius:4px;border:1px solid #ddd;font-size:1rem;background:#fff;color:#2c3e50}.fos-hire-items-filter-buttons{display:flex;align-items:center;gap:1rem;margin-bottom:2rem;background:var(--fos-light);padding:1rem 1.5rem;border-radius:8px;box-shadow:none;flex-wrap:wrap;justify-content:space-between}.fos-hire-items-filter-label{font-weight:600;color:var(--fos-primary);margin-right:.5rem}.fos-hire-items-filter-group{display:flex;gap:.5rem;flex-wrap:wrap;align-items:center}button.fos-hire-items-filter-btn{padding:.5rem 1.2rem;border-radius:4px;border:1px solid #ddd;background:#fff;color:var(--fos-primary);font-size:1rem;cursor:pointer;transition:background .2s,color .2s,border .2s}button.fos-hire-items-filter-btn.active,button.fos-hire-items-filter-btn:active,button.fos-hire-items-filter-btn:focus{background:var(--fos-primary);color:#fff;border-color:var(--fos-primary);outline:none}button.fos-hire-items-filter-btn:hover{background:var(--fos-primary);color:#fff}button.fos-hire-items-filter-btn.fos-hire-items-filter-reset{background:var(--fos-light);color:var(--fos-primary);border:1px solid #bbb;font-weight:700}button.fos-hire-items-filter-btn.fos-hire-items-filter-reset.active,button.fos-hire-items-filter-btn.fos-hire-items-filter-reset:active,button.fos-hire-items-filter-btn.fos-hire-items-filter-reset:focus{background:var(--fos-primary);color:#fff;border-color:var(--fos-primary);outline:none}.fos-booking-cart.expanded{min-width:400px;max-width:500px;width:100%;max-height:90vh;display:flex;flex-direction:column}.fos-booking-cart-form h4{margin-top:0;margin-bottom:1rem;font-size:1.2rem;color:var(--fos-primary)}input.fos-booking-form-group input,textarea.fos-booking-form-group textarea{padding:.5rem 1rem;border-radius:4px;border:1px solid #ddd;font-size:1rem;background:#fff;color:var(--fos-primary)}input.fos-booking-form-group input:focus,textarea.fos-booking-form-group textarea:focus{outline:none;border-color:var(--fos-primary)}.fos-booking-form-success{background:#f0f7f4;color:var(--fos-primary);border:1.5px solid #e2d6c7;border-radius:8px;padding:1.5rem 1rem;font-size:1.15rem;text-align:center;margin-top:1.5rem;margin-bottom:1.5rem;position:relative}.fos-booking-form-success:before{content:"✔";color:var(--fos-primary);font-size:2.2rem;display:block;margin-bottom:.5rem}.fos-booking-form-success .fos-booking-success-close{position:absolute;top:.5rem;right:.75rem;background:0 0;border:none;color:var(--fos-primary);font-size:1.5rem;cursor:pointer;padding:0}.fos-booking-form-success .fos-booking-success-close:hover{color:#c92a2a}.fos-hire-item-meta-row{display:flex;gap:10px;justify-content:center}.fos-hire-item-meta{font-size:1rem;color:#bfa77f;margin-bottom:.25rem;line-height:1.5;font-weight:500}.fos-hire-item-meta strong{font-weight:700;color:#906940}.fos-hire-item-meta:last-child{margin-bottom:0}.fos-hire-items-view-toggle{display:flex;gap:.5rem;align-items:center;margin-bottom:0;margin-left:0;margin-right:0}button.fos-view-toggle-btn{background:var(--fos-light);color:var(--fos-primary);border:1px solid #bfa77f;border-radius:var(--fos-radius);padding:.4rem 1.1rem;font-size:1rem;cursor:pointer;font-weight:600;transition:background .2s,color .2s,border .2s}button.fos-view-toggle-btn.active,button.fos-view-toggle-btn:active,button.fos-view-toggle-btn:focus{background:var(--fos-primary);color:#fff;border-color:var(--fos-primary);outline:none}button.fos-view-toggle-btn:hover{background:var(--fos-primary);color:#fff}.fos-hire-items-list{display:flex;flex-direction:column;gap:1.5rem}.fos-hire-item.list{align-items:flex-start;gap:2rem;border:1px solid #ddd;background:#fff;padding:1rem;border-radius:var(--fos-radius);box-shadow:0 1px 4px rgba(0,0,0,.03)}.fos-hire-item.list .fos-hire-item-image{flex:0 0 120px;width:120px;height:90px;padding-top:0;position:relative}.fos-hire-item.list .fos-hire-item-image img{width:100%;height:100%;object-fit:cover;position:static;border-radius:var(--fos-radius)}.fos-hire-item.list .fos-hire-item-content{padding:0;flex:1}.fos-hire-item.list .fos-hire-item-actions{flex-direction:row;gap:.5rem;margin-top:.75rem}@media (max-width:600px){.fos-hire-item.list{flex-direction:column;gap:1rem;align-items:stretch}.fos-hire-item.list .fos-hire-item-image{width:100%;height:140px}}.fos-hire-items-table{width:100%;table-layout:fixed;border-collapse:separate;border-spacing:0;background:#fff;border-radius:var(--fos-radius);box-shadow:0 1px 4px rgba(0,0,0,.03);overflow:hidden;font-size:1rem;margin:0 1.5rem}.fos-hire-items-table th,.fos-hire-items-table td{width:auto;padding:.7rem .8rem;text-align:left;border-bottom:0px solid #eee;vertical-align:middle;border:0!important}.fos-hire-items-table th{background:var(--fos-light);color:var(--fos-primary);font-weight:700;font-size:1.05rem;border-bottom:2px solid var(--fos-primary)!important}.fos-hire-items-table tr:last-child td{border-bottom:none}.fos-hire-item-table-image img{width:60px;height:45px;object-fit:cover;border-radius:var(--fos-radius);box-shadow:0 1px 2px rgba(0,0,0,.04)}.fos-hire-item-table-title{font-weight:700;color:var(--fos-primary)}.fos-hire-item-table-title .fos-hire-item-short-desc-table{font-weight:400}.fos-hire-item-table-price,.fos-hire-item-table-size,.fos-hire-item-table-available{color:#bfa77f;font-size:.98rem}.fos-hire-item-table-actions{min-width:220px}.fos-hire-item-table-actions .fos-hire-item-actions{display:flex;flex-direction:column;gap:.5rem;align-items:stretch;margin:0}.fos-hire-item-table-actions>*{margin-bottom:.5rem}.fos-hire-item-table-actions>*:last-child{margin-bottom:0}@media (max-width:900px){.fos-hire-items-table th,.fos-hire-items-table td{padding:.5rem .4rem;font-size:.95rem}.fos-hire-item-table-actions{min-width:120px}}@media (max-width:600px){.fos-hire-items-table,.fos-hire-items-table thead,.fos-hire-items-table tbody{display:block;width:100%}.fos-hire-items-table tr{display:block;margin-bottom:1.2rem;border-radius:var(--fos-radius);box-shadow:0 1px 4px rgba(0,0,0,.03);background:#fff;padding:.5rem 0}.fos-hire-items-table th,.fos-hire-items-table td{display:block;width:100%}.fos-hire-items-table thead{display:none}.fos-hire-item-table-title{font-size:1.1rem;margin-bottom:.2rem}.fos-hire-item-table-actions{min-width:0}}.fos-hire-items-table th:nth-child(1),.fos-hire-items-table td.fos-hire-item-table-image{width:20%;min-width:60px}.fos-hire-items-table th:nth-child(2),.fos-hire-items-table td.fos-hire-item-table-title{width:20%}.fos-hire-items-table th:nth-child(3),.fos-hire-items-table td.fos-hire-item-table-price{width:15%}.fos-hire-items-table th:nth-child(4),.fos-hire-items-table td.fos-hire-item-table-size{width:15%}.fos-hire-items-table th:nth-child(5),.fos-hire-items-table td.fos-hire-item-table-available{width:10%}.fos-hire-items-table th:nth-child(6),.fos-hire-items-table td.fos-hire-item-table-actions{width:20%}.fos-hire-item-view-details-link{text-decoration:none;color:inherit}.fos-hire-item-view-details-link:hover{color:var(--fos-primary);text-decoration:underline}.fos-hire-item-meta-value{color:#bfa77f;font-weight:500}