.art-walks-page{max-width:1200px;margin:0 auto;padding:1rem;font-family:var(
    --font-family-pda,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif
  )}.art-walks-header{margin-bottom:2rem}.header-top{display:flex;align-items:center;justify-content:space-between;flex-wrap:nowrap;gap:20px}.art-walks-header h1.heading{font-size:36px;font-weight:700;margin:0;white-space:nowrap}.view-toggle-container{display:flex;justify-content:center;align-items:center;background-color:#f0f0f0;border-radius:30px;padding:3px;flex-shrink:0}.view-toggle-button{border:none;background:none;cursor:pointer;padding:.5rem 1.2rem;font-size:.9rem;font-weight:500;color:#555;border-radius:30px;transition:all .2s ease}.view-toggle-button.active{background-color:white;color:#333;box-shadow:0 2px 4px rgba(0,0,0,.1)}.view-toggle-button:hover:not(.active){background-color:rgba(255,255,255,.5)}.calendar-header-controls{margin-bottom:1.5rem}.calendar-header-controls,.month-selector{display:flex;justify-content:center;align-items:center}.month-selector{gap:15px}.month-selector h2{font-size:20px;font-weight:600;margin:0;color:#333;min-width:180px;text-align:center}.month-nav-button{background:none;border:1px solid #e0e0e0;border-radius:50%;width:36px;height:36px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#555;transition:all .2s;padding:0}.month-nav-button:hover{color:--var(primary-color);background-color:#f5f5f5;border-color:#ccc}.art-walks-intro{margin-bottom:2rem;font-size:1rem;line-height:1.5;max-width:100%}.art-walks-intro .intro-text{margin-bottom:1rem;max-width:100%;line-height:1.6;white-space:normal;word-wrap:break-word}.art-walks-intro p{margin-bottom:1rem}.art-walks-intro .tour-link{font-weight:500}.art-walks-intro .tour-link a{color:--var(primary-color);text-decoration:none;font-weight:600;transition:-webkit-text-decoration .2s;transition:text-decoration .2s;transition:text-decoration .2s,-webkit-text-decoration .2s}.art-walks-intro .tour-link a:hover{text-decoration:underline}.calendar-container{margin-bottom:2rem}.calendar-grid{background-color:white;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.05);overflow:hidden;display:flex;flex-direction:column;width:100%}.calendar-header{display:grid;grid-template-columns:repeat(7,1fr);background-color:#f5f5f5;border-bottom:1px solid #eaeaea;width:100%}.calendar-header div{padding:.75rem 0;text-align:center;font-weight:600;font-size:.9rem;color:#333}.calendar-body{display:grid;grid-template-columns:repeat(7,1fr);width:100%}.calendar-day{min-height:100px;border-right:1px solid #eaeaea;border-bottom:1px solid #eaeaea;padding:.5rem;position:relative;cursor:pointer;transition:background-color .2s ease;box-sizing:border-box}.calendar-day:nth-child(7n){border-right:none}.calendar-day:hover{background-color:#f9f9f9}.calendar-day.other-month{color:#bbb;background-color:#f9f9f9}.calendar-day.has-events{cursor:pointer}.calendar-day.today{background-color:#fef3f2}.calendar-day.today .day-number{background-color:#dc2626;color:white;border-radius:50%;width:28px;height:28px;display:flex;align-items:center;justify-content:center}.day-number{font-weight:600;font-size:1rem;margin-bottom:.5rem}.day-walk-names{display:flex;flex-direction:column;gap:.35rem;font-size:.8rem}.day-walk-link{text-decoration:none;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:2px 4px;transition:all .2s;border-radius:3px;line-height:1.3}.day-walk-link:hover{background-color:rgba(0,0,0,.05);text-decoration:underline}.all-art-walks-section{margin-bottom:2rem}.all-art-walks-section h2{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#333;text-align:center}.all-art-walks-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1rem}.art-walk-card{display:flex;justify-content:space-between;align-items:center;background-color:white;border-radius:8px;padding:1rem;box-shadow:0 2px 4px rgba(0,0,0,.05);text-decoration:none;color:#333;transition:transform .2s ease,box-shadow .2s ease}.art-walk-card:hover{transform:translateY(-2px);box-shadow:0 4px 8px rgba(0,0,0,.1)}.art-walk-info{flex:1}.art-walk-info h2{font-size:1.1rem;font-weight:600;margin-bottom:.5rem;color:#333}.art-walk-details{display:flex;flex-direction:column;gap:.5rem}.detail{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:#666}.detail svg{width:16px;height:16px;color:#888}.galleries-count{font-weight:500;color:#333}.error,.loading{padding:2rem;text-align:center;background-color:#f9f9f9;border-radius:8px;color:#666;margin-bottom:1rem}.error{color:#dc2626}.art-walks-footer{background-color:#f9f9f9;border-radius:8px;padding:1.5rem}.art-walks-footer h3{font-size:1.2rem;margin-bottom:1rem;font-weight:600}.art-walks-footer p{font-size:.95rem;line-height:1.5;color:#555;margin-bottom:1rem}.art-walks-footer p:last-child{margin-bottom:0}.mobile-only{display:none}.desktop-only{display:block}.mobile-art-walks-list{display:flex;flex-direction:column;gap:16px}.mobile-art-walk-day{background-color:white;border-radius:8px;overflow:hidden;box-shadow:0 2px 4px rgba(0,0,0,.05)}.mobile-art-walk-day.today{border:2px solid #fecaca}.mobile-day-header{display:flex;justify-content:space-between;align-items:center;background-color:#f5f5f5;padding:10px 15px;border-bottom:1px solid #eaeaea}.mobile-day-name{font-weight:600;color:#666}.mobile-day-date{font-weight:700;color:#333}.mobile-day-walks{display:flex;flex-direction:column;gap:1px}.mobile-walk-link{display:flex;flex-direction:column;padding:12px 15px 12px 12px;text-decoration:none;color:#333;background-color:white;border-bottom:1px solid #f5f5f5}.mobile-walk-link:last-child{border-bottom:none}.mobile-walk-content{display:flex;align-items:center;margin-bottom:6px}.mobile-walk-thumbnail{width:80px;height:80px;min-width:80px;margin-right:12px;border-radius:6px;overflow:hidden;background-color:#f5f5f5;position:relative}.mobile-walk-thumbnail img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.mobile-walk-badge{position:absolute;top:0;right:0;background-color:rgba(231,76,60,.85);color:white;font-size:11px;font-weight:600;padding:3px 6px;border-radius:0 0 0 6px;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mobile-walk-details{flex:1}.mobile-walk-title{font-weight:600;margin-bottom:4px;font-size:16px}.mobile-walk-hours{font-size:.85rem;color:#666;margin-bottom:4px}.mobile-walk-info{display:flex;flex-wrap:wrap;gap:8px;font-size:.8rem}.mobile-walk-galleries{background-color:#f0f9ff;padding:2px 6px;border-radius:4px;color:#0369a1;font-weight:500}.mobile-walk-gallery-thumbnails{display:flex;gap:8px;margin-left:92px;margin-bottom:6px}.mobile-gallery-thumbnail{width:60px;height:60px;border-radius:4px;overflow:hidden;border:1px solid #eee}.mobile-gallery-thumbnail img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.mobile-no-events{padding:20px;text-align:center;background-color:white;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.05);color:#666}@media (max-width:767px){.mobile-only{display:block}.mobile-only-flex{display:flex!important}.desktop-only{display:none}.calendar-day{min-height:80px}.all-art-walks-list{grid-template-columns:1fr}.art-walks-header h1{font-size:1.5rem}.calendar-nav h2{font-size:1.25rem;min-width:150px}}@media (max-width:480px){.calendar-header div{font-size:.75rem;padding:.5rem 0}.calendar-day{min-height:60px;padding:.35rem}.day-number{font-size:.85rem}.day-walk-names{font-size:.7rem}.art-walk-info h2{font-size:1rem}.detail{font-size:.8rem}}.tour-badge{display:inline-flex;font-weight:600;font-size:1rem;color:--var(primary-color);margin:16px 0 0}.tour-available{border-top:1px dotted #eee;padding-top:6px;margin-top:6px;font-weight:500}.tour-available,.tour-available svg{color:--var(primary-color)!important}.tour-available span{font-weight:600}.mobile-walk-tour{background-color:#fff0eb;padding:2px 6px;border-radius:4px;color:--var(primary-color);font-weight:600;border:1px solid #ffe0d6;font-size:.8rem}