.chevron-btn{background:none;border:none;padding:.6em;cursor:pointer;display:flex;align-items:center;font-size:inherit}.chevron-btn:hover{color:#3498db}.chevron-btn.disabled{color:#ccc;opacity:.5;cursor:not-allowed}.button-content{display:flex;align-items:center;gap:.5em}.button-content .arrow-icon{font-size:1.5em;display:flex}.button-content .button-label{font-size:.875em;font-weight:500}.chevron-btn-small{font-size:16px}.chevron-btn-medium{font-size:20px}.chevron-btn-large{font-size:24px}.chevron-btn-extra-large{font-size:3rem}.chevron-btn-primary{background-color:transparent;color:var(--btn-primary-bg)}.chevron-btn-primary:hover:not(:disabled){color:var(--btn-primary-bg-hover)}.chevron-btn-secondary{background-color:transparent;color:white}.chevron-btn-secondary:hover:not(:disabled){color:#f0f0f0}.featured-guides-row-container{position:relative}.featured-guides-row-container .no-items{display:flex;justify-content:center;align-items:center;width:100%}.featured-guides-row-container .track{display:flex;gap:1rem;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;padding:.25rem .5rem;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;min-height:150px}.featured-guides-row-container .track::-webkit-scrollbar{height:8px}.featured-guides-row-container .track::-webkit-scrollbar-thumb{background:#e5e7eb;border-radius:9999px}@supports (scrollbar-width:thin){.featured-guides-row-container .track{scrollbar-width:thin;scrollbar-color:#e5e7eb transparent}}.featured-guides-row-container .item{flex:0 0 auto;width:300px;max-width:90vw}.featured-guides-row-container .item .featured-guide-card-container{height:100%}.featured-guides-row-container .nav{position:absolute;top:50%;transform:translateY(-50%);cursor:pointer;user-select:none;z-index:10}.featured-guides-row-container .nav.prev{left:-4px}.featured-guides-row-container .nav.next{right:-4px}@media (max-width:640px){.featured-guides-row-container .nav.prev{left:-18px}.featured-guides-row-container .nav.next{right:-26px}}.featured-guides-container{padding:1rem;background-color:#f9fafb;width:100%}.featured-guides-container .header{display:flex;justify-content:space-between;align-items:center}.featured-guides-container .header .title{font-size:1.8rem;font-weight:700;margin-bottom:5px;margin-top:0}.featured-videos-section-container{padding:1rem;background-color:white;width:100%}.featured-videos-section-container .header{display:flex;justify-content:space-between;align-items:center}.featured-videos-section-container .header .title{font-size:1.8rem;font-weight:700;margin-bottom:5px;margin-top:0}.loading-container{width:100%;min-height:150px}.loading-container .loading-text{font-size:2rem;font-weight:600}