
            .press-tab-nav {
                display: flex;
                border-bottom: 1px solid #ddd;
                margin-bottom: 20px;
            }
            .press-tab-btn {
                padding: 10px 0;
                margin-right: 30px;
                cursor: pointer;
                font-size: 16px;
                font-weight: 600;
                color: #666;
                text-decoration: none !important;
                border-bottom: 2px solid transparent;
                margin-bottom: -1px;
                transition: color 0.2s, border-color 0.2s;
            }
            .press-tab-btn:hover {
                color: #333;
                text-decoration: none !important;
            }
            .press-tab-btn:focus {
                text-decoration: none !important;
            }
            .press-tab-btn.active {
                color: #333;
                border-bottom-color: #333;
            }
        