.pet-form-container{max-width:1200px;margin:0 auto}.photo-preview{display:flex;flex-wrap:wrap;gap:10px;margin-top:10px}.photo-preview-item{position:relative;width:100px;height:100px;border-radius:8px;overflow:hidden}.photo-preview-item img{width:100%;height:100%;object-fit:cover}.photo-preview-item .remove-button{position:absolute;top:5px;right:5px;background-color:hsla(0,0%,100%,.7);border-radius:50%;width:24px;height:24px;display:flex;align-items:center;justify-content:center;cursor:pointer;border:none;color:#dc3545}.upload-instructions{font-size:.85rem;color:#6c757d;margin-top:5px}.pet-form-section{margin-bottom:30px}.pet-form-section h5{margin-bottom:15px;border-bottom:1px solid #e9ecef;padding-bottom:10px}.breeding-options{margin-top:20px}.file-upload-container{margin-bottom:20px}.file-upload-container .form-label{display:block;margin-bottom:10px}.switch-container{display:flex;align-items:center}.switch-container .form-switch{margin-right:10px}.dash-input-wrapper select.form-control{width:100%;padding:12px 15px;border:1px solid #ddd;border-radius:8px;font-size:14px;color:#333;background-color:#fff;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right 12px center;background-repeat:no-repeat;background-size:16px;-webkit-appearance:none;-moz-appearance:none;appearance:none;transition:border-color .2s,box-shadow .2s}.dash-input-wrapper select.form-control:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 2px rgba(0,123,255,.25)}.dash-input-wrapper select.form-control:hover{border-color:#aaa}.dash-input-wrapper select.form-control option{padding:8px;background-color:#fff;color:#333}.dash-input-wrapper select.form-control.is-invalid,.dash-input-wrapper select.form-control:invalid{border-color:#dc3545}.dash-input-wrapper select.form-control.is-invalid:focus,.dash-input-wrapper select.form-control:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 2px rgba(220,53,69,.25)}@media (max-width:768px){.photo-preview-item{width:80px;height:80px}}