.woot-location-picker{margin-top:16px}.woot-location-picker__button{align-items:center;background-color:var(--wp--preset--color--primary,#000);border:none;border-radius:4px;color:var(--wp--preset--color--background,#fff);cursor:pointer;display:inline-flex;font-size:14px;font-weight:500;gap:8px;line-height:1;padding:12px 20px;transition:opacity .2s ease}.woot-location-picker__button:hover{opacity:.9}.woot-location-picker__button:disabled{cursor:not-allowed;opacity:.5}.woot-location-picker__button svg{flex-shrink:0}.woot-location-card{align-items:flex-start;background:linear-gradient(135deg,#f8faf8,#f0f7f0);border:1px solid #c8e6c9;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.04);display:flex;gap:16px;margin-top:16px;padding:16px;position:relative}.woot-location-card:before{background-color:#4caf50;border-radius:50%;box-shadow:0 2px 4px rgba(76,175,80,.3);color:#fff;content:"✓";font-size:14px;font-weight:700;height:24px;position:absolute;right:-8px;top:-8px;width:24px}.woot-location-card:before,.woot-location-card__logo{align-items:center;display:flex;justify-content:center}.woot-location-card__logo{background-color:#fff;border-radius:8px;box-shadow:0 1px 3px rgba(0,0,0,.08);flex-shrink:0;height:56px;padding:8px;width:56px}.woot-location-card__logo img{max-height:100%;max-width:100%;-o-object-fit:contain;object-fit:contain}.woot-location-card__info{flex:1;min-width:0;padding-top:2px}.woot-location-card__name{color:#1b5e20;font-size:15px;font-weight:600;line-height:1.3;margin-bottom:6px}.woot-location-card__address{color:#555;font-size:13px;line-height:1.5}.woot-modal{align-items:center;background-color:rgba(0,0,0,.6);bottom:0;display:none;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:999999}.woot-modal--open{display:flex}.woot-modal__content{background-color:#fff;border-radius:8px;box-shadow:0 4px 20px rgba(0,0,0,.15);display:flex;flex-direction:column;height:90vh;max-height:700px;max-width:900px;overflow:hidden;position:relative;width:100%}.woot-modal__toolbar{align-items:center;background-color:#f5f5f5;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;padding:16px 20px}.woot-modal__title{color:#333;font-size:16px;font-weight:600}.woot-modal__close{align-items:center;background:transparent;border:none;border-radius:4px;color:#666;cursor:pointer;display:flex;height:36px;justify-content:center;padding:0;transition:background-color .2s ease,color .2s ease;width:36px}.woot-modal__close:hover{background-color:#e0e0e0;color:#333}.woot-modal__close:disabled{cursor:not-allowed;opacity:.5}.woot-modal__body{flex:1;overflow:hidden;position:relative}.woot-modal__body iframe{border:none;height:100%;width:100%}.woot-modal__loading{align-items:center;background-color:hsla(0,0%,100%,.95);border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,.1);color:#333;display:flex;flex-direction:column;font-size:14px;gap:12px;left:50%;padding:24px;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:10}.woot-modal__spinner{animation:woot-spin .8s linear infinite;border:3px solid #e0e0e0;border-radius:50%;border-top:3px solid var(--wp--preset--color--primary,#000);height:24px;width:24px}@keyframes woot-spin{to{transform:rotate(1turn)}}@media(max-width:768px){.woot-modal{padding:10px}.woot-modal__content{height:calc(100vh - 20px);max-height:none}.woot-location-picker__button{justify-content:center;width:100%}}
