/*!/wp-content/plugins/foodmaster-plugin/templates/elements/store-hours/style.css*/.foodmaster-store-hours-wrapper{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background:var(--foodmaster-background-color,#ffffff);color:var(--foodmaster-text-color,#333333);border-radius:8px;box-shadow:0 2px 10px rgb(0 0 0 / .1);overflow:hidden;transition:all 0.3s ease;margin-bottom:20px}.foodmaster-store-hours-wrapper.modern{background:var(--foodmaster-background-color,#ffffff)}.foodmaster-store-hours-wrapper.classic{background:var(--foodmaster-background-color,#f8f9fa);border:2px solid rgb(128 128 128 / .2);border-radius:4px}.foodmaster-store-hours-wrapper.minimal{background:var(--foodmaster-background-color,#ffffff);border:none;border-left:4px solid var(--foodmaster-primary-color,#ff6b35);box-shadow:0 1px 3px rgb(0 0 0 / .1)}.foodmaster-store-hours-header{padding:16px 20px;background:var(--foodmaster-primary-color,#ff6b35);color:var(--foodmaster-button-text-color,#ffffff);display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid rgb(255 255 255 / .1)}.foodmaster-store-hours-title{font-size:18px;font-weight:600;margin:0;display:flex;align-items:center;gap:8px;color:var(--foodmaster-button-text-color,#ffffff)}.foodmaster-store-hours-wrapper.classic .foodmaster-store-hours-header{background:#343a40;border-radius:0}.foodmaster-store-hours-wrapper.minimal .foodmaster-store-hours-header{background:#fff0;color:var(--foodmaster-text-color,#333333);border-bottom:1px solid rgb(128 128 128 / .2)}.foodmaster-store-hours-wrapper.minimal .foodmaster-store-hours-title{color:var(--foodmaster-text-color,#333333)}.foodmaster-store-hours-content{padding:12px}.foodmaster-store-hours-empty{text-align:center;padding:3rem;color:#6c757d}.foodmaster-store-hours-empty p{font-size:1.125rem;margin:0}.foodmaster-store-hours-tabs{display:flex;flex-direction:column}.foodmaster-store-hours-nav{display:flex;background:rgb(128 128 128 / .08);border-radius:8px;padding:4px;margin-bottom:2rem;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;flex-wrap:wrap}.foodmaster-store-hours-nav::-webkit-scrollbar{display:none}.foodmaster-store-hours-tab{flex:1;display:flex;align-items:center;gap:8px;padding:12px 16px;background:#fff0;border:none;border-radius:6px;font-size:.9rem;font-weight:600;color:#6c757d;cursor:pointer;transition:all 0.3s ease;white-space:nowrap;min-width:120px;justify-content:center}.foodmaster-store-hours-tab:hover{background:rgb(255 107 53 / .1);color:var(--foodmaster-primary-color,#ff6b35)}.foodmaster-store-hours-tab.active{background:var(--foodmaster-primary-color,#ff6b35);color:var(--foodmaster-button-text-color,#ffffff);transform:translateY(-1px)}.foodmaster-service-icon{display:flex;align-items:center;justify-content:center;width:20px;height:20px}.foodmaster-service-icon svg{width:100%;height:100%}.foodmaster-tab-text{font-weight:600}.foodmaster-status-indicator{display:flex;align-items:center;gap:4px;font-size:.75rem;font-weight:500;margin-left:auto;padding-left:8px}.foodmaster-status-dot{width:6px;height:6px;border-radius:50%;flex-shrink:0}.foodmaster-status-open .foodmaster-status-dot{background:#28a745;box-shadow:0 0 0 2px rgb(40 167 69 / .3)}.foodmaster-status-closed .foodmaster-status-dot{background:#dc3545;box-shadow:0 0 0 2px rgb(220 53 69 / .3)}.foodmaster-status-open .foodmaster-status-text{color:#28a745}.foodmaster-status-closed .foodmaster-status-text{color:#dc3545}.foodmaster-store-hours-tab.active .foodmaster-status-indicator{opacity:.9}.foodmaster-store-hours-tab.active .foodmaster-status-dot{background:currentColor;box-shadow:0 0 0 2px rgb(255 255 255 / .3)}.foodmaster-store-hours-tab.active .foodmaster-status-text{color:currentColor}.foodmaster-store-hours-panels{position:relative}.foodmaster-store-hours-panel{display:none;opacity:0;transform:translateY(10px);transition:all 0.3s ease}.foodmaster-store-hours-panel.active{display:block;opacity:1;transform:translateY(0)}.foodmaster-store-hours-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.foodmaster-store-hours-card{background:var(--foodmaster-background-color,#ffffff);border:1px solid rgb(128 128 128 / .15);border-radius:12px;overflow:hidden;transition:all 0.3s ease}.foodmaster-store-hours-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px rgb(0 0 0 / .1);border-color:var(--foodmaster-primary-color,#ff6b35)}.foodmaster-card-header{padding:1.5rem 1.5rem 1rem;background:rgb(128 128 128 / .06);display:flex;align-items:center;gap:12px}.foodmaster-card-header .foodmaster-service-icon{width:32px;height:32px;color:var(--foodmaster-primary-color,#ff6b35)}.foodmaster-card-title{flex:1}.foodmaster-card-title h3{font-size:1.25rem;font-weight:700;color:var(--foodmaster-text-color,#333333);margin:0 0 .25rem 0}.foodmaster-card-content{padding:1.5rem}.foodmaster-store-hours-list{display:flex;flex-direction:column;gap:2rem}.foodmaster-store-hours-service{border:1px solid rgb(128 128 128 / .15);border-radius:8px;overflow:hidden}.foodmaster-service-header{padding:1.5rem;background:rgb(128 128 128 / .06);display:flex;align-items:center;gap:12px;border-bottom:1px solid rgb(128 128 128 / .15)}.foodmaster-service-header .foodmaster-service-icon{width:24px;height:24px;color:var(--foodmaster-primary-color,#ff6b35)}.foodmaster-service-title{font-size:1.25rem;font-weight:700;color:var(--foodmaster-text-color,#333333);margin:0;flex:1}.foodmaster-service-content{padding:1.5rem}.foodmaster-hours-table{display:flex;flex-direction:column;gap:8px}.foodmaster-hours-row{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;border-radius:6px;background:rgb(128 128 128 / .06);transition:all 0.2s ease}.foodmaster-hours-row.current-day{background:var(--foodmaster-primary-color,#ff6b35);color:var(--foodmaster-button-text-color,#ffffff);font-weight:600;transform:scale(1.02);box-shadow:0 2px 8px rgb(255 107 53 / .3)}.foodmaster-hours-row.closed{opacity:.6}.foodmaster-hours-row.open:not(.current-day):hover{background:rgb(128 128 128 / .12);transform:translateX(4px)}.foodmaster-day-name{font-weight:600;font-size:.9rem}.foodmaster-day-hours{font-size:.9rem;font-weight:500;text-align:right}.foodmaster-hours-row.closed .foodmaster-day-hours{font-style:italic;color:#6c757d}.foodmaster-hours-row.current-day.closed .foodmaster-day-hours{color:rgb(255 255 255 / .8)}.foodmaster-store-hours-wrapper.vertical .foodmaster-store-hours-cards{grid-template-columns:1fr;max-width:500px;margin:0 auto}.foodmaster-store-hours-wrapper.vertical .foodmaster-store-hours-nav{flex-direction:column;background:#fff0;padding:0;gap:8px}.foodmaster-store-hours-wrapper.vertical .foodmaster-store-hours-tab{justify-content:flex-start;padding:16px 20px;background:rgb(128 128 128 / .06);border:1px solid rgb(128 128 128 / .15);border-radius:8px;min-width:auto}.foodmaster-store-hours-wrapper.vertical .foodmaster-store-hours-tab.active{transform:none}@media (max-width:768px){.foodmaster-store-hours-content{padding:1.5rem}.foodmaster-store-hours-header{padding:12px 16px}.foodmaster-store-hours-title{font-size:16px}.foodmaster-store-hours-nav{margin-bottom:1.5rem}.foodmaster-store-hours-tab{padding:10px 12px;font-size:.8rem;min-width:100px}.foodmaster-store-hours-tab .foodmaster-status-indicator{display:none}.foodmaster-store-hours-cards{grid-template-columns:1fr;gap:1rem}.foodmaster-card-header{padding:1rem 1rem .5rem}.foodmaster-card-content,.foodmaster-service-content{padding:1rem}.foodmaster-service-header{padding:1rem}.foodmaster-hours-row{padding:10px 12px}.foodmaster-day-name,.foodmaster-day-hours{font-size:.85rem}}@media (max-width:480px){.foodmaster-store-hours-content{padding:1rem}.foodmaster-store-hours-header{padding:10px 12px}.foodmaster-store-hours-title{font-size:16px}.foodmaster-store-hours-tab{padding:8px 10px;font-size:.75rem;min-width:80px}.foodmaster-store-hours-tab .foodmaster-tab-text{display:none}.foodmaster-service-icon{width:18px;height:18px}.foodmaster-card-header .foodmaster-service-icon{width:24px;height:24px}}@media (prefers-contrast:high){.foodmaster-store-hours-wrapper{border:2px solid #333}.foodmaster-hours-row{border:1px solid #333}.foodmaster-store-hours-card{border:2px solid #333}.foodmaster-status-dot{border:2px solid currentColor}}@media (prefers-reduced-motion:reduce){.foodmaster-store-hours-wrapper *{animation-duration:0.01ms!important;animation-iteration-count:1!important;transition-duration:0.01ms!important}.foodmaster-store-hours-card:hover{transform:none}.foodmaster-hours-row:hover{transform:none}.foodmaster-hours-row.current-day{transform:none}}@media (prefers-color-scheme:dark){.foodmaster-store-hours-wrapper{background:#1a1a1a;color:#fff}.foodmaster-store-hours-header{background:linear-gradient(135deg,#2d2d2d 0%,#404040 100%)}.foodmaster-store-hours-title{color:#fff}.foodmaster-store-hours-nav{background:#2d2d2d}.foodmaster-store-hours-tab{color:#b0b0b0}.foodmaster-store-hours-tab:hover{background:rgb(255 107 53 / .2)}.foodmaster-store-hours-card{background:#2d2d2d;border-color:#404040}.foodmaster-card-header,.foodmaster-service-header{background:linear-gradient(135deg,#404040 0%,#555 100%)}.foodmaster-card-title h3,.foodmaster-service-title{color:#fff}.foodmaster-hours-row{background:#2d2d2d;color:#fff}.foodmaster-hours-row:hover{background:#404040}.foodmaster-store-hours-service{border-color:#404040}}@media print{.foodmaster-store-hours-wrapper{box-shadow:none;border:1px solid #333}.foodmaster-store-hours-nav{display:none}.foodmaster-store-hours-panels{display:block!important}.foodmaster-store-hours-panel{display:block!important;opacity:1!important;transform:none!important;page-break-inside:avoid;margin-bottom:2rem}.foodmaster-status-indicator{display:none}}