.material-symbols-outlined {
                        font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
                }

                .video-card-hover:hover .play-overlay {
                        opacity: 1;
                        transform: scale(1);
                }

                .video-list {
                        display: flex;
                        flex-direction: column;
                        gap: 8px;
                }

                @media (max-width: 767px) {
                        html,
                        body {
                                width: 100%;
                                max-width: 100%;
                                overflow-x: hidden;
                        }

                        main {
                                width: 100% !important;
                                min-width: 0 !important;
                                max-width: none !important;
                                padding: 72px 12px 32px !important;
                                margin: 0 !important;
                                box-sizing: border-box;
                        }

                        main * {
                                box-sizing: border-box;
                                min-width: 0;
                        }

                        main section {
                                width: 100% !important;
                                max-width: 100% !important;
                        }

                        main .flex.md\:flex-row,
                        main .flex.flex-col.md\:flex-row {
                                flex-direction: column !important;
                                align-items: flex-start !important;
                                gap: 12px !important;
                                margin-bottom: 14px !important;
                        }

                        main h1 {
                                font-size: 24px !important;
                                line-height: 1.25 !important;
                        }

                        main p {
                                font-size: 14px !important;
                                line-height: 1.45 !important;
                        }

                        main .space-y-2 > :not([hidden]) ~ :not([hidden]) {
                                margin-top: 2px !important;
                        }

                        main a.group.flex.items-center {
                                align-items: flex-start !important;
                                gap: 10px !important;
                                min-height: 88px !important;
                                padding: 4px !important;
                                border-radius: 10px !important;
                        }

                        main a.group.flex.items-center .w-36 {
                                width: 112px !important;
                        }

                        main a.group.flex.items-center .h-20 {
                                height: 72px !important;
                        }

                        main a.group.flex.items-center h2 {
                                font-size: 14px !important;
                                line-height: 1.35 !important;
                        }

                        main a.group.flex.items-center p {
                                display: block !important;
                                font-size: 13px !important;
                                line-height: 1.45 !important;
                        }

                        main a.group.flex.items-center > .flex-1 {
                                width: 100% !important;
                        }

                        body > main .video-list a.group.flex.items-center p {
                                display: block !important;
                                font-size: 13px !important;
                                line-height: 1.45 !important;
                        }

                        body > main .video-list a.group.flex.items-center > .flex-1 {
                                width: 100% !important;
                        }
                        body > main .video-list {
                                display: flex !important;
                                flex-direction: column !important;
                                gap: 2px !important;
                        }

                        body > main .video-list > :not([hidden]) ~ :not([hidden]) {
                                margin-top: 0 !important;
                        }
                }
